MTDrive: Multi-turn Interactive Reinforcement Learning for Autonomous Driving
Xidong Li, Mingyu Guo, Chenchao Xu, Bailin Li, Wenjing Zhu, Yangang Zou, Rui Chen, Zehuan Wang
TL;DR
MTDrive tackles long-tail autonomous-driving trajectory planning by enabling iterative, multi-turn reasoning between a Vision-Language Model and environment feedback. It introduces mtGRPO, a per-turn reward and advantage framework $r_{i,j}$ with turn-wise credit assignment, and a data pipeline (single-turn, multi-turn, PDM-understanding) plus a multimodal training system with Inter-Process Streaming Serialization ($IPSS$) and Intra-Process Tensor Cache ($IPTC$). Evaluated on NAVSIM, MTDrive achieves PDMS $=96.2$ with privileged perception and $=91.1$ under a kinematic setting, surpassing several baselines and approaching human performance in certain configurations. The results demonstrate that structured multi-turn reasoning and efficient multimodal training can substantially improve autonomous driving planning, particularly in long-tail scenarios, while reducing data-transfer bottlenecks in multimodal RL.
Abstract
Trajectory planning is a core task in autonomous driving, requiring the prediction of safe and comfortable paths across diverse scenarios. Integrating Multi-modal Large Language Models (MLLMs) with Reinforcement Learning (RL) has shown promise in addressing "long-tail" scenarios. However, existing methods are constrained to single-turn reasoning, limiting their ability to handle complex tasks requiring iterative refinement. To overcome this limitation, we present MTDrive, a multi-turn framework that enables MLLMs to iteratively refine trajectories based on environmental feedback. MTDrive introduces Multi-Turn Group Relative Policy Optimization (mtGRPO), which mitigates reward sparsity by computing relative advantages across turns. We further construct an interactive trajectory understanding dataset from closed-loop simulation to support multi-turn training. Experiments on the NAVSIM benchmark demonstrate superior performance compared to existing methods, validating the effectiveness of our multi-turn reasoning paradigm. Additionally, we implement system-level optimizations to reduce data transfer overhead caused by high-resolution images and multi-turn sequences, achieving 2.5x training throughput. Our data, models, and code will be made available soon.
