LatentVLA: Efficient Vision-Language Models for Autonomous Driving via Latent Action Prediction
Chengen Xie, Bin Sun, Tianyu Li, Junjie Wu, Zhihui Hao, XianPeng Lang, Hongyang Li
TL;DR
LatentVLA tackles the limitations of Vision-Language-Action models in autonomous driving by introducing ego-centric latent action learning via self-supervision, removing the need for language annotations, and distilling VLM knowledge into efficient vision-based planners. The method combines a latent action codebook with a two-stage training pipeline, fuses VLM embeddings with BEV features through either Transfuser- or ProFormer-based architectures, and uses a planning transformer to distill knowledge for real-time inference. It achieves state-of-the-art NAVSIM performance (PDMS up to 92.4) and strong zero-shot NuScenes generalization (average L2 $0.33$m), while delivering substantial speedups over vanilla VLM-based approaches through distillation. The results demonstrate improved generalization, reduced linguistic bias, and practical feasibility for deploying VLM-assisted driving systems in real-world settings.
Abstract
End-to-end autonomous driving models trained on largescale datasets perform well in common scenarios but struggle with rare, long-tail situations due to limited scenario diversity. Recent Vision-Language-Action (VLA) models leverage broad knowledge from pre-trained visionlanguage models to address this limitation, yet face critical challenges: (1) numerical imprecision in trajectory prediction due to discrete tokenization, (2) heavy reliance on language annotations that introduce linguistic bias and annotation burden, and (3) computational inefficiency from multi-step chain-of-thought reasoning hinders real-time deployment. We propose LatentVLA, a novel framework that employs self-supervised latent action prediction to train VLA models without language annotations, eliminating linguistic bias while learning rich driving representations from unlabeled trajectory data. Through knowledge distillation, LatentVLA transfers the generalization capabilities of VLA models to efficient vision-based networks, achieving both robust performance and real-time efficiency. LatentVLA establishes a new state-of-the-art on the NAVSIM benchmark with a PDMS score of 92.4 and demonstrates strong zeroshot generalization on the nuScenes benchmark.
