ChatScene: Knowledge-Enabled Safety-Critical Scenario Generation for Autonomous Vehicles
Jiawei Zhang, Chejian Xu, Bo Li

TL;DR
ChatScene is a novel LLM-based system that generates safety-critical autonomous vehicle scenarios from natural language instructions, improving safety testing and model robustness in simulation environments.
Contribution
It introduces a comprehensive framework combining language understanding, scenario decomposition, domain-specific code generation, and knowledge retrieval for safety-critical scenario creation.
Findings
15% increase in collision rates compared to baselines
9% reduction in collisions after fine-tuning with generated scenarios
Effective bridging of textual descriptions and CARLA simulations
Abstract
We present ChatScene, a Large Language Model (LLM)-based agent that leverages the capabilities of LLMs to generate safety-critical scenarios for autonomous vehicles. Given unstructured language instructions, the agent first generates textually described traffic scenarios using LLMs. These scenario descriptions are subsequently broken down into several sub-descriptions for specified details such as behaviors and locations of vehicles. The agent then distinctively transforms the textually described sub-scenarios into domain-specific languages, which then generate actual code for prediction and control in simulators, facilitating the creation of diverse and complex scenarios within the CARLA simulation environment. A key part of our agent is a comprehensive knowledge retrieval component, which efficiently translates specific textual descriptions into corresponding domain-specific code…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSafety Systems Engineering in Autonomy · Ethics and Social Impacts of AI · Software Reliability and Analysis Research
MethodsEntropy Regularization · Proximal Policy Optimization · CARLA: An Open Urban Driving Simulator
