DeeAD: Dynamic Early Exit of Vision-Language Action for Efficient Autonomous Driving
Haibo HU, Lianming Huang, Nan Guan, Chun Jason Xue
TL;DR
DeeAD tackles the latency of Vision-Language-Action autonomous driving by introducing a training-free, action-guided early-exit mechanism. It uses an Early Exit Action Head to generate intermediate trajectories, a Dissimilarity Estimator to compare them against a lightweight navigation prior, and a Multi-Hop Exit Controller to adaptively skip layers; exit is triggered when Dis^{(l)}<\delta, with default $\delta=1.0$ m. Implemented on ORION and evaluated on Bench2Drive, DeeAD achieves up to $28\%$ transformer-layer sparsity and around $29\%$ latency reduction while preserving planning quality and safety; strict tolerances yield safer but less sparse exits, whereas looser tolerances boost sparsity at modest cost to accuracy. Overall, DeeAD enables real-time deployment of VLA planning by grounding early exits in physical feasibility rather than confidence, with minimal runtime overhead.
Abstract
Vision-Language Action (VLA) models unify perception, reasoning, and trajectory generation for autonomous driving, but suffer from significant inference latency due to deep transformer stacks. We present DeeAD, a training-free, action-guided early-exit framework that accelerates VLA planning by evaluating the physical feasibility of intermediate trajectories. Instead of relying on confidence scores, DeeAD terminates inference when predicted trajectories align with lightweight planning priors (e.g., Navigation or Low-precision Planning) within a tolerable deviation (<2m). To improve efficiency, we introduce a multi-hop controller that adaptively skips redundant layers based on the change rate of scores. DeeAD integrates into existing VLA models, such as ORION, without requiring retraining. Experiments on the Bench2Drive benchmark demonstrate up to 28% transformer-layer sparsity and 29% latency reduction, while preserving planning quality and safety.
