Views
No views yet
and-v4-val), deterministic evaluation reported:| Checkpoint | ADE | FDE | L2 First 4 | DTW | DTW % path | Miss @20% |
|---|---|---|---|---|---|---|
checkpoint-best-ade/global_step1050 | 16.919 | 8.348 | 24.462 | 15.575 | 11.5 | 24.5 |
global_step1050, corresponding to training micro-step 2100 with gradient accumulation 2. Coordinates and errors are in pixels in the rotated 512 x 512 Aria frame. The goal is supplied in the prompt, so Aria FDE is partly degenerate.1import torch
2from transformers import AutoProcessor, Qwen3VLForConditionalGeneration
3
4model_id = "wjdghks950/promac-aria-stage2-random-visfrozen"
5processor = AutoProcessor.from_pretrained(model_id, fix_mistral_regex=True)
6model = Qwen3VLForConditionalGeneration.from_pretrained(
7 model_id,
8 torch_dtype=torch.bfloat16,
9 device_map="auto",
10)answer_only assistant format. Full offline evaluation used deterministic generation with up to 512 new tokens.generate() path. The randomly initialized predictor affected training through the auxiliary objective but is not needed for trajectory inference and is not included. The auxiliary decoder, SIGReg state, optimizer state, raw ZeRO shards, logs, and datasets are also excluded.Qwen/Qwen3-VL-4B-Instruct revision ebb281ec70b05090aa6165b016eac8ec08e71b17. See provenance.json and SHA256SUMS.license: other. Access to these weights does not grant rights to the Aria training or evaluation data. Users are responsible for all applicable source-data terms.