Generating Traffic Scenarios via In-Context Learning to Learn Better Motion Planner
Aizierjiang Aiersilan

TL;DR
This paper introduces a cost-effective approach to generate diverse, safety-critical traffic scenarios using large language models and simulation, improving the robustness of motion planners in autonomous driving.
Contribution
It presents a novel method that translates text descriptions into traffic scenarios via in-context learning, enabling the creation of synthetic data for training better motion planners.
Findings
Motion planners trained with generated scenarios outperform those trained only on real data.
The proposed method effectively produces diverse critical traffic scenarios.
Synthetic data enhances the robustness of autonomous driving systems.
Abstract
Motion planning is a crucial component in autonomous driving. State-of-the-art motion planners are trained on meticulously curated datasets, which are not only expensive to annotate but also insufficient in capturing rarely seen critical scenarios. Failing to account for such scenarios poses a significant risk to motion planners and may lead to incidents during testing. An intuitive solution is to manually compose such scenarios by programming and executing a simulator (e.g., CARLA). However, this approach incurs substantial human costs. Motivated by this, we propose an inexpensive method for generating diverse critical traffic scenarios to train more robust motion planners. First, we represent traffic scenarios as scripts, which are then used by the simulator to generate traffic scenarios. Next, we develop a method that accepts user-specified text descriptions, which a Large Language…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAutonomous Vehicle Technology and Safety · Robotic Path Planning Algorithms · Human Motion and Animation
