CoolFace
Modelpublic

hzxbzp/test-models

sourceHugging Faceotherupdated 3d agoView on Hugging Face
0likes
Model Card

AnchorReason

Checkpoints fine-tuned on **AnchorReasoning**, a visual-grounding and causal-reasoning annotation layer for long-tail driving built on WOD-E2E.

Each model takes one forward panorama + 4 s of ego motion history + a navigation intent and produces a visually grounded chain of thought: scene context, traffic events, the decision-critical elements with their image locations, attributes, impact ranks and per-element implications, then a rationale, an action plan, and a 5 s future trajectory.

Checkpoints

FolderBackboneParamsSize
qwen2.5-vl-7b/stage2Qwen2.5-VL-7B-Instruct8.29 B16.6 GB
qwen2.5-vl-7b/traj_onlyQwen2.5-VL-7B-Instruct8.29 B16.6 GB
qwen3-vl-8b/stage2Qwen3-VL-8B-Instruct8.77 B17.5 GB
qwen3-vl-8b/traj_onlyQwen3-VL-8B-Instruct8.77 B17.5 GB
cosmos-reason2-2b/stage2Cosmos-Reason2-2B2.13 B4.3 GB
cosmos-reason2-2b/traj_onlyCosmos-Reason2-2B2.13 B4.3 GB
cosmos-reason2-8b/stage2Cosmos-Reason2-8B8.77 B17.5 GB
cosmos-reason2-8b/traj_onlyCosmos-Reason2-8B8.77 B17.5 GB
autovla-3b/stage2AutoVLA (Qwen2.5-VL-3B)3.76 B7.5 GB
autovla-3b/traj_onlyAutoVLA (Qwen2.5-VL-3B)3.76 B7.5 GB
alpamayo-1.5-10b/stage2Alpamayo-1.5-10B8.80 B17.6 GB
alpamayo-1.5-10b/traj_onlyAlpamayo-1.5-10B8.80 B17.6 GB
alpamayo-r1-10b/stage2Alpamayo-R1-10B8.80 B17.6 GB
alpamayo-r1-10b/traj_onlyAlpamayo-R1-10B8.80 B17.6 GB
impromptu-vla-7b/stage2Impromptu-VLA-7B (Qwen2.5-VL-7B)8.29 B16.6 GB
impromptu-vla-7b/traj_onlyImpromptu-VLA-7B (Qwen2.5-VL-7B)8.29 B16.6 GB

Input format

Getting this exactly right matters: these are full fine-tunes on a fixed prompt, and a prompt that differs from the training one degrades the output badly.

Image. One 2916 x 1079 forward panorama, stitched from the FRONT_LEFT, FRONT and FRONT_RIGHT cameras of a WOD-E2E frame by reprojecting all three onto a single vehicle-aligned virtual pinhole. The dataset card carries the exact reconstruction code. Images are fed at full resolution (long edge 2916).

User turn.

History (past 4 s, 16 waypoints at 4 Hz, ego frame, meters): [x, y], [x, y], ... (16 points)
Intent: GO_STRAIGHT | GO_LEFT | GO_RIGHT
<instruction>

Chat scaffold (Qwen2 family, identical for both backbone families):

<|im_start|>system
{system}<|im_end|>
<|im_start|>user
<|vision_start|>{image_pads}<|vision_end|>{user}<|im_end|>
<|im_start|>assistant

Point coordinates

<point> values follow the backbone's own convention:

FamilyCheckpointsConvention
Qwen2.5-VLqwen2.5-vl-7b, autovla-3b, impromptu-vla-7bpixel coords of the panorama (processed image)
Qwen3-VLqwen3-vl-8b, cosmos-reason2-*, alpamayo-1.5-10b, alpamayo-r1-10b(x,y) normalized to 0-1000

Each folder ships a prompt_hash.json recording the exact prompt fingerprint the weights were trained with — check it if you rebuild the prompt yourself.

Output format

stage2 emits the whole chain in a fixed tag order; traj_only emits <traj> alone.

<ego_state>lon=... lat=...</ego_state>
<context>weather=...;daytime=...;visibility=...;scenario=...;road=...</context>
<events>...</events>
<has_objects>yes|no</has_objects>
<obj type=...><point>x,y</point><rank>1</rank>...<implication>...</implication></obj>
<n_objects>N</n_objects>
<reason>...</reason>
<final_plan>...</final_plan>
<motion>lon=... lat=...</motion>
<traj>[x1,y1],[x2,y2],[x3,y3],[x4,y4],[x5,y5]</traj>

Base models and licenses

Every checkpoint is a derivative of its backbone and stays bound by that backbone's license. They differ, so this repository carries no single license — check the row for the checkpoint you use.

FolderBase modelBase licenseBase repo gated?
qwen2.5-vl-7b/*Qwen/Qwen2.5-VL-7B-InstructApache-2.0no
qwen3-vl-8b/*Qwen/Qwen3-VL-8B-InstructApache-2.0no
cosmos-reason2-2b/*nvidia/Cosmos-Reason2-2BNVIDIA Open Model Licenseyes
cosmos-reason2-8b/*nvidia/Cosmos-Reason2-8BNVIDIA Open Model Licenseyes
alpamayo-1.5-10b/*nvidia/Alpamayo-1.5-10BOpenMDW-1.1no
alpamayo-r1-10b/*nvidia/Alpamayo-R1-10BOpenMDW-1.1no
autovla-3b/*Zewei-Zhou/AutoVLAnone declared upstreamno
impromptu-vla-7b/*aaaaaap/ImpromptuVLAModel (7B_AD)none declared upstreamno

Gated backbones. The two Cosmos-Reason2 base models are distributed behind a license gate. Before using cosmos-reason2-2b/* or cosmos-reason2-8b/*, accept the NVIDIA Open Model License Agreement on the base model page — Cosmos-Reason2-2B or Cosmos-Reason2-8B — where access is granted automatically once you are signed in and have agreed to the terms. These derivative weights are offered on the same terms; the gate lives on the upstream repository, not here.

The AnchorReasoning annotations used to train these models are released under CC BY-NC 4.0, and the underlying imagery comes from WOD-E2E under the Waymo Open Dataset License. Treat the checkpoints as non-commercial research artifacts.

Intended use and limitations

These are research checkpoints for studying grounded reasoning and planning in long-tail driving. They are not driving software: they run on a single forward panorama with no rear or side view, no LiDAR, no HD map and no temporal context, they predict a 5 s open-loop trajectory rather than closing any control loop, and their reasoning text is generated, not verified. Do not deploy them on a vehicle.

Citation

The accompanying paper is under review; a citation will be added once it is public.

bibtex
@misc{anchorreasoning,
  title  = {AnchorReasoning: A Visual Grounding and Causal Reasoning Dataset in Long-Tail Autonomous Driving Scenarios},
  year   = {2026},
  note   = {Under review}
}