PADriver: Towards Personalized Autonomous Driving
Genghua Kou, Fan Jia, Weixin Mao, Yingfei Liu, Yucheng Zhao, Ziheng Zhang, Osamu Yoshie, Tiancai Wang, Ying Li, Xiangyu Zhang
TL;DR
PADriver addresses the need for truly personalized autonomous driving by integrating multi-modal large language models with a closed-loop decision framework. It introduces a danger level mechanism to quantify risk for each potential action and uses an ego-state history queue and personalized prompts to drive mode-specific behavior (slow, normal, fast). A two-stage training pipeline (pretraining on large rule-based data and SFT on human-derived data) and a new PAD-Highway benchmark built on Highway-Env enable comprehensive evaluation across safety, efficiency, and comfort. Results show that PADriver achieves state-of-the-art performance in slow mode and provides flexible, mode-dependent driving behavior, with the benchmark enabling fair comparison of closed-loop PAD methods and driving modes. This work has practical significance for deploying user-tailored driving styles in autonomous systems and establishes a robust platform for future research and evaluation.
Abstract
In this paper, we propose PADriver, a novel closed-loop framework for personalized autonomous driving (PAD). Built upon Multi-modal Large Language Model (MLLM), PADriver takes streaming frames and personalized textual prompts as inputs. It autoaggressively performs scene understanding, danger level estimation and action decision. The predicted danger level reflects the risk of the potential action and provides an explicit reference for the final action, which corresponds to the preset personalized prompt. Moreover, we construct a closed-loop benchmark named PAD-Highway based on Highway-Env simulator to comprehensively evaluate the decision performance under traffic rules. The dataset contains 250 hours videos with high-quality annotation to facilitate the development of PAD behavior analysis. Experimental results on the constructed benchmark show that PADriver outperforms state-of-the-art approaches on different evaluation metrics, and enables various driving modes.
