Paper Overview
- Field: Computer Vision (autonomous driving)
- Authors: Jin Yao, Dhruva Dixith Kurra, Tom Lampo, Zezhou Cheng, Danhua Guo, Burhan Yaman
- Published: 2026-06-10
- arXiv: 2606.12396
- VLGA is introduced as the first vision-language-action model supervised to reconstruct the dense 3D world it drives through.
- Geometry is added as a fourth modality alongside vision, language, and action, handled by a dedicated expert supervised by a per-pixel pointmap regression loss against LiDAR.
- Open-loop (nuScenes): New state of the art among ego-state-free VLA methods, with the lowest L2 error (average 0.50 m) and the lowest 3-second collision rate (0.18%).
- Closed-loop (Bench2Drive): State-of-the-art driving score of 79.08, +0.71 over the previously strongest VLA, with comparable efficiency and comfort.
Abstract
Vision-language-action (VLA) models can describe scenes and reason about them in language, yet still struggle to ground their actions in the dense 3D world around them. Existing approaches either inject features from a frozen 3D foundation model without an objective that ensures the policy uses them, or constrain geometry with sparse box and map losses that provide no dense spatial signal.
Key Contributions
Results
Extensive experiments were conducted on the challenging nuScenes and Bench2Drive datasets for open-loop and closed-loop evaluation respectively, showing VLGA's superiority over corresponding VLA baselines:
*Auto-collected on 2026-06-12.*