English

ECSAS: Exploring Critical Scenarios from Action Sequence in Autonomous Driving

Artificial Intelligence 2023-01-13 v2 Machine Learning Programming Languages Robotics

Abstract

Critical scenario generation requires the ability of sampling critical combinations from the infinite parameter space in the logic scenario. Existing solutions aim to explore the correlation of action parameters in the initial scenario rather than action sequences. How to model action sequences so that one can further consider the effects of different action parameters in the scenario is the bottleneck of the problem. In this paper, we attack the problem by proposing the ECSAS framework. Specifically, we first propose a description language, BTScenario, allowing us to model action sequences of the scenarios. We then use reinforcement learning to search for combinations of critical action parameters. To increase efficiency, we further propose several optimizations, including action masking and replay buffer. We have implemented ECSAS, and experimental results show that it is more efficient than native approaches such as random and combination testing in various nontrivial scenarios.

Keywords

Cite

@article{arxiv.2209.10078,
  title  = {ECSAS: Exploring Critical Scenarios from Action Sequence in Autonomous Driving},
  author = {Shuting Kang and Heng Guo and Lijun Zhang and Guangzhen Liu and Yunzhi Xue and Yanjun Wu},
  journal= {arXiv preprint arXiv:2209.10078},
  year   = {2023}
}
R2 v1 2026-06-28T01:47:02.592Z