SimLingo: Vision-Only Closed-Loop Autonomous Driving with Language-Action Alignment
Katrin Renz, Long Chen, Elahe Arani, Oleg Sinavski
TL;DR
SimLingo presents a vision-language-action framework that unifies closed-loop driving with vision-language understanding and explicit language-action alignment, using a camera-only pipeline. The method combines high-resolution tile-based image encoding, a finetuned large language model with LoRA, and disentangled action outputs to drive and describe decisions, while introducing Action Dreaming to align language instructions with executable trajectories. It achieves state-of-the-art results on CARLA Leaderboard 2.0 and Bench2Drive, and demonstrates strong performance on VQA/Commentary tasks alongside robust language-conditioned driving. The work highlights the importance of aligning language with action for robust generalization and interactive driving, while acknowledging limitations related to real-world latency and the need for further exploration of Chain-of-Thought gains.
Abstract
Integrating large language models (LLMs) into autonomous driving has attracted significant attention with the hope of improving generalization and explainability. However, existing methods often focus on either driving or vision-language understanding but achieving both high driving performance and extensive language understanding remains challenging. In addition, the dominant approach to tackle vision-language understanding is using visual question answering. However, for autonomous driving, this is only useful if it is aligned with the action space. Otherwise, the model's answers could be inconsistent with its behavior. Therefore, we propose a model that can handle three different tasks: (1) closed-loop driving, (2) vision-language understanding, and (3) language-action alignment. Our model SimLingo is based on a vision language model (VLM) and works using only camera, excluding expensive sensors like LiDAR. SimLingo obtains state-of-the-art performance on the widely used CARLA simulator on the Bench2Drive benchmark and is the winning entry at the CARLA challenge 2024. Additionally, we achieve strong results in a wide variety of language-related tasks while maintaining high driving performance.
