paper-with-me

홈 › Papers

KING: Generating Safety-Critical Driving Scenarios for Robust Imitation via Kinematics Gradients

2022-04-28 · Niklas Hanselmann, Katrin Renz, Kashyap Chitta, Apratim Bhattacharyya, Andreas Geiger

Simulators offer the possibility of safe, low-cost development of self-driving systems. However, current driving simulators exhibit na\"ive behavior models for background traffic. Hand-tuned scenarios are typically added during simulation to induce safety-critical situations. An alternative approach is to adversarially perturb the background traffic trajectories. In this paper, we study this approach to safety-critical driving scenario generation using the CARLA simulator. We use a kinematic bicycle model as a proxy to the simulator's true dynamics and observe that gradients through this proxy model are sufficient for optimizing the background traffic trajectories. Based on this finding, we propose KING, which generates safety-critical driving scenarios with a 20% higher success rate than black-box optimization. By solving the scenarios generated by KING using a privileged rule-based expert algorithm, we obtain training data for an imitation learning policy. After fine-tuning on this new data, we show that the policy becomes better at avoiding collisions. Importantly, our generated data leads to reduced collisions on both held-out scenarios generated via KING as well as traditional hand-crafted scenarios, demonstrating improved robustness.

📄 PDF Abstract BibTeX arXiv:2204.13683

Code (1)

autonomousvision/king 공식 구현 pytorch

Tasks

Imitation Learning

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

Similar Papers 제목 키워드 기반

AdvDiffuser: Generating Adversarial Safety-Critical Driving Scenarios via Guided Diffusion

2024-10-11 · Yuting Xie, Xianda Guo, Cong Wang, Kunhua Liu 외

Safety-critical scenarios are infrequent in natural driving environments but hold significant importance for the training and testing of autonomous driving systems. The prevailing approach involves generating safety-crit…

Autonomous DrivingDiversity

AuthSim: Towards Authentic and Effective Safety-critical Scenario Generation for Autonomous Driving Tests

2025-02-28 · Yukuan Yang, Xucheng Lu, Zhili Zhang, Zepeng Wu 외

Generating adversarial safety-critical scenarios is a pivotal method for testing autonomous driving systems, as it identifies potential weaknesses and enhances system robustness and reliability. However, existing approac…

Autonomous Driving

An Evolving Scenario Generation Method based on Dual-modal Driver Model Trained by Multi-Agent Reinforcement Learning

2025-08-04 · Xinzheng Wu, Junyi Chen, Shaolingfeng Ye, Wei Jiang 외 arxiv

In the autonomous driving testing methods based on evolving scenarios, the construction method of the driver model, which determines the driving maneuvers of background vehicles (BVs) in the scenario, plays a critical ro…

Multi-agent Reinforcement LearningAutonomous Driving

Bridging Data-Driven and Knowledge-Driven Approaches for Safety-Critical Scenario Generation in Automated Vehicle Validation

2023-11-18 · Kunkun Hao, Lu Liu, Wen Cui, Jianxing Zhang 외

Automated driving vehicles~(ADV) promise to enhance driving efficiency and safety, yet they face intricate challenges in safety-critical scenarios. As a result, validating ADV within generated safety-critical scenarios i…

Towards Benchmarking and Assessing the Safety and Robustness of Autonomous Driving on Safety-critical Scenarios

2025-03-31 · Jingzheng Li, Xianglong Liu, Shikui Wei, Zhijun Chen 외

Autonomous driving has made significant progress in both academia and industry, including performance improvements in perception task and the development of end-to-end autonomous driving systems. However, the safety and …

Adversarial AttackAutonomous DrivingBenchmarking