MiniDrive: More Efficient Vision-Language Models with Multi-Level 2D Features as Text Tokens for Autonomous Driving
Enming Zhang, Xingyuan Dai, Min Huang, Yisheng Lv, Qinghai Miao
TL;DR
The paper addresses the high computational cost and single-view limitations of existing vision-language models for autonomous driving. It introduces MiniDrive, a lightweight framework that maps multi-view 2D image features into text tokens using a Feature Engineering Mixture of Experts and dynamically adapts these tokens via a Dynamic Instruction Adapter, while employing a compact vision backbone and language model. With 83M parameters, MiniDrive achieves strong efficiency and competitive accuracy on Drive-LM and CODA-LM benchmarks, demonstrating that multi-view perception can be effectively integrated into language models for real-time autonomous driving. The work offers a practical path toward deployment on resource-constrained hardware and provides open-source resources to foster further development.
Abstract
Vision-language models (VLMs) serve as general-purpose end-to-end models in autonomous driving, performing subtasks such as prediction, planning, and perception through question-and-answer interactions. However, most existing methods rely on computationally expensive visual encoders and large language models (LLMs), making them difficult to deploy in real-world scenarios and real-time applications. Meanwhile, most existing VLMs lack the ability to process multiple images, making it difficult to adapt to multi-camera perception in autonomous driving. To address these issues, we propose a novel framework called MiniDrive, which incorporates our proposed Feature Engineering Mixture of Experts (FE-MoE) module and Dynamic Instruction Adapter (DI-Adapter). The FE-MoE effectively maps 2D features into visual token embeddings before being input into the language model. The DI-Adapter enables the visual token embeddings to dynamically change with the instruction text embeddings, resolving the issue of static visual token embeddings for the same image in previous approaches. Compared to previous works, MiniDrive achieves state-of-the-art performance in terms of parameter size, floating point operations, and response efficiency, with the smallest version containing only 83M parameters.
