RoboTron-Drive: All-in-One Large Multimodal Model for Autonomous Driving
Zhijian Huang, Chengjian Feng, Feng Yan, Baihui Xiao, Zequn Jie, Yujie Zhong, Xiaodan Liang, Lin Ma
TL;DR
RoboTron-Drive introduces an all-in-one large multimodal model for autonomous driving that processes images, multi-view videos, and other sensor data to perform perception, prediction, and planning. It employs a curriculum-style pre-training framework, data augmentation and standardization across six open AD datasets, and a perspective-aware prompting mechanism to achieve broad AD capabilities and strong zero-shot generalization. The approach uses a SigLIP vision encoder and a Llama-3.1-based LLM, with a four-stage training pipeline that progressively increases data and task complexity. Empirical results show state-of-the-art performance across six benchmarks and enhanced generalization to unseen datasets, highlighting the value of cross-dataset training for robust, real-world AD systems.
Abstract
Large Multimodal Models (LMMs) have demonstrated exceptional comprehension and interpretation capabilities in Autonomous Driving (AD) by incorporating large language models. Despite the advancements, current data-driven AD approaches tend to concentrate on a single dataset and specific tasks, neglecting their overall capabilities and ability to generalize. To bridge these gaps, we propose RoboTron-Drive, a general large multimodal model designed to process diverse data inputs, such as images and multi-view videos, while performing a broad spectrum of AD tasks, including perception, prediction, and planning. Initially, the model undergoes curriculum pre-training to process varied visual signals and perform basic visual comprehension and perception tasks. Subsequently, we augment and standardize various AD datasets to finetune the model, resulting in an all-in-one LMM for autonomous driving. To assess the general capabilities and generalization ability, we conduct evaluations on six public benchmarks and undertake zero-shot transfer on three unseen datasets, where RoboTron-Drive achieves state-of-the-art performance across all tasks. We hope RoboTron-Drive as a promising solution for AD in the real world. Project page with code: https://github.com/zhijian11/RoboTron-Drive.
