AdaDrive: Self-Adaptive Slow-Fast System for Language-Grounded Autonomous Driving
Ruifei Zhang, Junlin Xie, Wei Zhang, Weikai Chen, Xiao Tan, Xiang Wan, Guanbin Li
TL;DR
AdaDrive tackles the challenge of integrating LLMs into language-grounded autonomous driving by learning when to engage the LLM and how much influence it should exert. It introduces a slow-fast architecture with Connector-W for adaptive activation and Connector-H for dynamic fusion, supported by LS-Qformer for long-short visual modeling and a Propagative Memory Fusion memory buffer for streaming data. Training uses a comparative activation loss that links LLM usage to actual gains, achieving state-of-the-art driving scores while reducing inference cost on LangAuto benchmarks. The approach provides practical gains in robustness and efficiency, enabling real-time, context-aware LLM collaboration in autonomous driving.
Abstract
Effectively integrating Large Language Models (LLMs) into autonomous driving requires a balance between leveraging high-level reasoning and maintaining real-time efficiency. Existing approaches either activate LLMs too frequently, causing excessive computational overhead, or use fixed schedules, failing to adapt to dynamic driving conditions. To address these challenges, we propose AdaDrive, an adaptively collaborative slow-fast framework that optimally determines when and how LLMs contribute to decision-making. (1) When to activate the LLM: AdaDrive employs a novel adaptive activation loss that dynamically determines LLM invocation based on a comparative learning mechanism, ensuring activation only in complex or critical scenarios. (2) How to integrate LLM assistance: Instead of rigid binary activation, AdaDrive introduces an adaptive fusion strategy that modulates a continuous, scaled LLM influence based on scene complexity and prediction confidence, ensuring seamless collaboration with conventional planners. Through these strategies, AdaDrive provides a flexible, context-aware framework that maximizes decision accuracy without compromising real-time performance. Extensive experiments on language-grounded autonomous driving benchmarks demonstrate that AdaDrive state-of-the-art performance in terms of both driving accuracy and computational efficiency. Code is available at https://github.com/ReaFly/AdaDrive.
