Distilling Multi-modal Large Language Models for Autonomous Driving
Deepti Hegde, Rajeev Yasarla, Hong Cai, Shizhong Han, Apratim Bhattacharyya, Shweta Mahajan, Litian Liu, Risheek Garrepalli, Vishal M. Patel, Fatih Porikli
TL;DR
<3-5 sentence high-level summary> This paper tackles robustness in autonomous driving under long-tail events by leveraging the world knowledge of multi-modal LLMs while preserving the efficiency of vision-based planning. It introduces DiMA, a joint training framework where a scene encoder produces BEAM tokens that feed both a vision-based planner and an MLLM, with surrogate tasks and a distillation objective enabling grounded, language-informed planning. The LLM can be discarded at inference, maintaining speed, yet can contribute through the MLLM branch for language-guided reasoning. On nuScenes, DiMA achieves state-of-the-art planning performance, notable reductions in trajectory error and collisions, and strong improvements in long-tail scenarios, highlighting its practical impact for robust autonomous driving systems.
Abstract
Autonomous driving demands safe motion planning, especially in critical "long-tail" scenarios. Recent end-to-end autonomous driving systems leverage large language models (LLMs) as planners to improve generalizability to rare events. However, using LLMs at test time introduces high computational costs. To address this, we propose DiMA, an end-to-end autonomous driving system that maintains the efficiency of an LLM-free (or vision-based) planner while leveraging the world knowledge of an LLM. DiMA distills the information from a multi-modal LLM to a vision-based end-to-end planner through a set of specially designed surrogate tasks. Under a joint training strategy, a scene encoder common to both networks produces structured representations that are semantically grounded as well as aligned to the final planning objective. Notably, the LLM is optional at inference, enabling robust planning without compromising on efficiency. Training with DiMA results in a 37% reduction in the L2 trajectory error and an 80% reduction in the collision rate of the vision-based planner, as well as a 44% trajectory error reduction in longtail scenarios. DiMA also achieves state-of-the-art performance on the nuScenes planning benchmark.
