KR2023Proceedings of the 20th International Conference on Principles of Knowledge Representation and ReasoningProceedings of the 20th International Conference on Principles of Knowledge Representation and Reasoning

Rhodes, Greece. September 2-8, 2023.

Edited by

ISSN: 2334-1033
ISBN: 978-1-956792-02-7

Sponsored by
Published by

Copyright © 2023 International Joint Conferences on Artificial Intelligence Organization

A²CoST: An ASP-based Avoidable Collision Scenario Testbench for Autonomous Vehicles

  1. Ruolin Wang(University of Science and Technology of China)
  2. Yuejiao Xu(University of Science and Technology of China)
  3. Jie Peng(University of Science and Technology of China)
  4. Jianmin Ji(University of Science and Technology of China)

Keywords

  1. Applications of KR in robotics
  2. Logic programming, answer set programming

Abstract

This paper addresses the challenge of generating safety-critical scenarios with multiple adversarial vehicles for testing autonomous vehicles.

Such scenarios must be plausible and collision-avoidable while resulting in a collision with the vehicle-under-test.

However, the tremendous number of scenarios and the low ratio of plausible scenarios makes previous methods squander primary resources on implausible scenarios, degenerating their efficiency.

We propose a two-stage framework called the ASP-based Avoidable Collision Scenario Testbench (A²CoST) to overcome this obstacle and improve efficiency.

In the former stage, we apply Answer Set Programming (ASP) for generating plausible logical scenarios.

In the latter stage, we use a search algorithm to refine logical scenarios into safety-critical concrete scenarios.

We also compute collision-free trajectories in these concrete scenarios while the vehicle-under-test fails to avoid the collision.

We empirically show the A²CoST significantly decreases the time consumption for simple scenarios while still effectively generating complex critical scenarios.

The comparison with real-world traffic data further demonstrates the value of A²CoST in generating plausible scenarios.

The source codes of our method and the baselines are opened at https://github.com/Autonomous-Driving-Safety-Project/AACoST.