English

Vega: Learning to Drive with Natural Language Instructions

Computer Vision and Pattern Recognition 2026-03-31 v2 Artificial Intelligence Robotics

Abstract

Vision-language-action models have reshaped autonomous driving to incorporate languages into the decision-making process. However, most existing pipelines only utilize the language modality for scene descriptions or reasoning and lack the flexibility to follow diverse user instructions for personalized driving. To address this, we first construct a large-scale driving dataset (InstructScene) containing around 100,000 scenes annotated with diverse driving instructions with the corresponding trajectories. We then propose a unified Vision-Language-World-Action model, Vega, for instruction-based generation and planning. We employ the autoregressive paradigm to process visual inputs (vision) and language instructions (language) and the diffusion paradigm to generate future predictions (world modeling) and trajectories (action). We perform joint attention to enable interactions between the modalities and use individual projection layers for different modalities for more capabilities. Extensive experiments demonstrate that our method not only achieves superior planning performance but also exhibits strong instruction-following abilities, paving the way for more intelligent and personalized driving systems.

Keywords

Cite

@article{arxiv.2603.25741,
  title  = {Vega: Learning to Drive with Natural Language Instructions},
  author = {Sicheng Zuo and Yuxuan Li and Wenzhao Zheng and Zheng Zhu and Jie Zhou and Jiwen Lu},
  journal= {arXiv preprint arXiv:2603.25741},
  year   = {2026}
}

Comments

Code is available at https://github.com/zuosc19/Vega

R2 v1 2026-07-01T11:39:41.911Z