MEGA Hub

DriveVLA-M0: Failure-Aware Memory Augmentation for Autonomous Driving

Authors

Do you know Zebin Xing?You can claim authorship or link another user.Do you know Yupeng Zheng?You can claim authorship or link another user.Do you know Qiang Chen?You can claim authorship or link another user.Do you know Linbo Wang?You can claim authorship or link another user.Do you know Yichen Zhang?You can claim authorship or link another user.Do you know Pengxuan Yang?You can claim authorship or link another user.Do you know Junli Wang?You can claim authorship or link another user.Do you know Deheng Qian?You can claim authorship or link another user.Do you know Xiaoqing Ye?You can claim authorship or link another user.Do you know Junyu Han?You can claim authorship or link another user.Do you know Yifeng Pan?You can claim authorship or link another user.Do you know Qichao Zhang?You can claim authorship or link another user.Do you know Dongbin Zhao?You can claim authorship or link another user.

Abstract

Vision-Language-Action (VLA) models have recently emerged as a promising paradigm for end-to-end autonomous driving by enabling unified reasoning across perception, language, and planning. However, existing approaches lack mechanisms to exploit past failures or adapt to distribution shifts, causing the model to persistently underperform on similar scenarios where it has previously failed. In this paper, we propose DriveVLA-M0, a retrieval-augmented VLA with failure-aware latent memory. We construct a latent memory pool that stores failure cases along with their structure scene representations and expert trajectory labels, and design a dedicated Retrieve Model that decouples static road structure and dynamic agent interactions to enable structurally grounded retrieval. At inference time, retrieved cases are injected into the model via a lightweight decoupled LoRA-based test-time training (TTT) mechanism, allowing targeted and scenario-specific correction without modifying the backbone. Extensive experiments on NAVSIMv1 and NAVSIMv2 benchmark demonstrate that our approach consistently outperforms prior methods, achieving 94.1 PDMS on Navtest and 47.0 EPDMS on Navhard with only 26.44 ms TTT backward latency overhead. Furthermore, we show that DriveVLA-M0 scales effectively with additional memory, enabling training-free performance gains through memory expansion. The code is available at https://github.com/ZebinX/DriveVLA-M0.

Community

00