ResearchPod Summary
Autonomous driving models often struggle with long-tail scenarios and repeat the same mistakes when encountering situations similar to past failures. Existing Vision-Language-Action (VLA) models lack an explicit mechanism to associate current driving scenes with historical errors. This paper asks: can we improve driving safety and robustness by explicitly storing past failure cases in a latent memory and using them to adapt the model's planning in real-time?
The authors introduce DriveVLA-M0, a framework that integrates a failure-aware latent memory with test-time adaptation. The system operates in two stages:
The Retrieve Model is designed to decouple static road structure from dynamic agent interactions, ensuring that the retrieved memory cases are physically and structurally relevant to the current driving scene.
DriveVLA-M0 achieves state-of-the-art performance on the NAVSIMv1 and NAVSIMv2 benchmarks, reaching 94.1 PDMS (Planning-based Driving Metric Score) on Navtest and 47.0 EPDMS on Navhard. The system demonstrates that it can effectively scale with larger memory pools, providing performance gains without requiring offline retraining. The test-time training process is efficient, adding only 26.44 ms of latency, making it suitable for real-time autonomous driving applications.
This work provides a practical path toward 'self-improving' autonomous driving systems. By enabling models to learn from their own failures at inference time, DriveVLA-M0 addresses the persistent issue of repeating errors in similar scenarios. The use of decoupled LoRA for test-time adaptation offers a computationally efficient way to inject scenario-specific knowledge, which is a significant step toward more robust and reliable end-to-end driving agents.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.