Views
No views yet
| File | Stage | What |
|---|---|---|
model_best.pt | VQA | the trained predictor head (5.83 M params) on top of frozen V-JEPA 2.1, Llama-3.2-1B and EmbeddingGemma |
caption_lora/ | Captioning, default | LoRA (rank 16, alpha 32) for Qwen/Qwen3-VL-8B-Instruct, trained text-only on SynWTS: facts -> caption. This is the configuration the paper reports. |
caption_lora_mm/ | Captioning, variant | the same LoRA shape trained multimodally — SynWTS facts and simulation frames -> caption. Used by the grounded variant, which also shows real frames at inference. |
1git clone https://github.com/ThuongBuiRVC/Traffic-JEPA
2cd Traffic-JEPA
3hf download ThuongBuiRVC/Traffic-JEPA --local-dir checkpoints/
4
5bash scripts/05_submit_test.sh # VQA -> submissions/submission_final.json
6bash scripts/06_caption.sh # caption -> submissions/caption_submission.json
7bash scripts/06_caption.sh mm # grounded variant -> submissions/caption_submission_mm.jsonrun_args.json, which scripts/05_submit_test.sh writes next to
model_best.pt from configs/train_args.json. A mismatched config changes the scores without
raising anything, so do not swap it by hand.1@inproceedings{bui2026trafficjepa,
2 author = {Nguyen Hoai Thuong Bui and Thanh Nguyen Vo and Trinh Tra Giang Nguyen and Ha Duc Bui},
3 title = {Sim-to-Real Traffic Scene Understanding by Decoupling Semantics from Caption Generation with V-JEPA},
4 booktitle = {AI City Challenge Workshop},
5 year = {2026}
6}