ROAICVMay 21, 2025

VERDI: VLM-Embedded Reasoning for Autonomous Driving

arXiv:2505.15925v213 citationsh-index: 9EMNLP
Originality Incremental advance
AI Analysis

This addresses the computational bottleneck for autonomous driving systems by making VLM-based reasoning practical, though it is an incremental improvement over existing modular approaches.

The paper tackles the problem of impractical deployment of large Vision-Language Models (VLMs) for autonomous driving decision-making by proposing VERDI, a training-time framework that distills VLM reasoning into modular AD models, achieving a 10% improvement in ℓ₂ distance on NuScenes while maintaining high inference speed.

While autonomous driving (AD) stacks struggle with decision making under partial observability and real-world complexity, human drivers are capable of commonsense reasoning to make near-optimal decisions with limited information. Recent work has attempted to leverage finetuned Vision-Language Models (VLMs) for trajectory planning at inference time to emulate human behavior. Despite their success in benchmark evaluations, these methods are often impractical to deploy (a 70B parameter VLM inference at merely 8 tokens per second requires more than 160G of memory), and their monolithic network structure prohibits safety decomposition. To bridge this gap, we propose VLM-Embedded Reasoning for autonomous Driving (VERDI), a training-time framework that distills the reasoning process and commonsense knowledge of VLMs into the AD stack. VERDI augments modular differentiable end-to-end (e2e) AD models by aligning intermediate module outputs at the perception, prediction, and planning stages with text features explaining the driving reasoning process produced by VLMs. By encouraging alignment in latent space, VERDI enables the modular AD stack to internalize structured reasoning, without incurring the inference-time costs of large VLMs. We demonstrate the effectiveness of our method on the NuScenes dataset and find that VERDI outperforms existing e2e methods that do not embed reasoning by 10% in $\ell_{2}$ distance, while maintaining high inference speed.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes