Rethinking Imitation-based Planner for Autonomous Driving
Jie Cheng, Yingbing Chen, Xiaodong Mei, Bowen Yang, Bo Li, Ming Liu
TL;DR
The paper addresses the lack of standardized benchmarks for imitation-based driving planners by leveraging nuPlan to study ego feature design and data augmentation while revealing a notable imitation gap. It demonstrates that history-based inputs can cause shortcut learning and introduces an attention-based state dropout encoder to mitigate this, achieving strong closed-loop performance. By examining augmentation strategies and introducing an RL Adapter to bridge dynamics, the work delivers PlanTF, a pure imitation-based baseline that rivals rule-based and post-optimized methods on nuPlan benchmarks. The work provides open benchmarks and models to facilitate fair comparisons and future advancements in imitation-learning for autonomous driving.
Abstract
In recent years, imitation-based driving planners have reported considerable success. However, due to the absence of a standardized benchmark, the effectiveness of various designs remains unclear. The newly released nuPlan addresses this issue by offering a large-scale real-world dataset and a standardized closed-loop benchmark for equitable comparisons. Utilizing this platform, we conduct a comprehensive study on two fundamental yet underexplored aspects of imitation-based planners: the essential features for ego planning and the effective data augmentation techniques to reduce compounding errors. Furthermore, we highlight an imitation gap that has been overlooked by current learning systems. Finally, integrating our findings, we propose a strong baseline model-PlanTF. Our results demonstrate that a well-designed, purely imitation-based planner can achieve highly competitive performance compared to state-of-the-art methods involving hand-crafted rules and exhibit superior generalization capabilities in long-tail cases. Our models and benchmarks are publicly available. Project website https://jchengai.github.io/planTF.
