ReGentS: Real-World Safety-Critical Driving Scenario Generation Made Stable
Yuan Yin, Pegah Khayatan, Éloi Zablocki, Alexandre Boulch, Matthieu Cord
TL;DR
Safety-critical driving scenarios are scarce in real-world data, limiting robust planner training. ReGentS stabilizes gradient-based trajectory optimization by applying constraints and heuristics within a differentiable, large-scale simulator to generate realistic ego–adversary collisions with up to 32 agents. The approach analyzes optimization biases, introduces remedies such as Stop Front Divergence and Exclude Rear-End/Static Adversaries, and demonstrates improved collision-generation effectiveness on the Waymo Open Motion Dataset using Waymax. Overall, ReGentS yields more diverse, plausible corner cases than prior KING-based methods, enabling scalable, real-data-driven safety evaluation for autonomous driving systems.
Abstract
Machine learning based autonomous driving systems often face challenges with safety-critical scenarios that are rare in real-world data, hindering their large-scale deployment. While increasing real-world training data coverage could address this issue, it is costly and dangerous. This work explores generating safety-critical driving scenarios by modifying complex real-world regular scenarios through trajectory optimization. We propose ReGentS, which stabilizes generated trajectories and introduces heuristics to avoid obvious collisions and optimization problems. Our approach addresses unrealistic diverging trajectories and unavoidable collision scenarios that are not useful for training robust planner. We also extend the scenario generation framework to handle real-world data with up to 32 agents. Additionally, by using a differentiable simulator, our approach simplifies gradient descent-based optimization involving a simulator, paving the way for future advancements. The code is available at https://github.com/valeoai/ReGentS.
