Paper Overview
Field: Computer Vision / Autonomous Driving Authors: Zewei Zhou, Ruining Yang, Xuewei Qi, Yiluan Guo, Sherry X. Chen, Tao Feng, Kateryna Pistunova, Yishan Shen, Lili Su, Jiaqi Ma arXiv: 2604.19710
Abstract
Vision-Language-Action (VLA) models offer a promising autonomous driving paradigm for leveraging world knowledge and reasoning capabilities, especially in long-tail scenarios. However, existing VLA models often struggle with the high latency in action generation using an autoregressive generation framework and exhibit limited robustness.
This paper proposes SpanVLA, a novel end-to-end autonomous driving framework integrating autoregressive reasoning with a flow-matching action expert:
- Efficient action bridging: SpanVLA introduces an efficient bridge to leverage the vision and reasoning guidance of the VLM, planning future trajectories with a flow-matching policy conditioned on historical trajectory initialization, which significantly reduces inference time.
- Learning from negative-recovery: A GRPO-based post-training method improves performance and robustness, enabling the VLA model to learn not only from positive samples but also how to avoid typical negative behaviors and learn recovery behaviors.
- mReasoning dataset: A new real-world driving reasoning dataset focused on complex, reasoning-intensive scenarios with negative-recovery samples.
- arXiv: https://arxiv.org/abs/2604.19710
Extensive experiments on NAVSIM (v1 and v2) demonstrate the competitiveness of SpanVLA, and qualitative results across diverse scenarios highlight the model's planning performance and robustness.