paper-with-me

Papers

Corner Case Generation and Analysis for Safety Assessment of Autonomous Vehicles

2021-02-06 · Haowei Sun, Shuo Feng, Xintao Yan, Henry X. Liu

Testing and evaluation is a crucial step in the development and deployment of Connected and Automated Vehicles (CAVs). To comprehensively evaluate the performance of CAVs, it is of necessity to test the CAVs in safety-critical scenarios, which rarely happen in naturalistic driving environment. Therefore, how to purposely and systematically generate these corner cases becomes an important problem. Most existing studies focus on generating adversarial examples for perception systems of CAVs, whereas limited efforts have been put on the decision-making systems, which is the highlight of this paper. As the CAVs need to interact with numerous background vehicles (BVs) for a long duration, variables that define the corner cases are usually high dimensional, which makes the generation a challenging problem. In this paper, a unified framework is proposed to generate corner cases for the decision-making systems. To address the challenge brought by high dimensionality, the driving environment is formulated based on Markov Decision Process, and the deep reinforcement learning techniques are applied to learn the behavior policy of BVs. With the learned policy, BVs will behave and interact with the CAVs more aggressively, resulting in more corner cases. To further analyze the generated corner cases, the techniques of feature extraction and clustering are utilized. By selecting representative cases of each cluster and outliers, the valuable corner cases can be identified from all generated corner cases. Simulation results of a highway driving environment show that the proposed methods can effectively generate and identify the valuable corner cases.

📄 PDF Abstract BibTeX arXiv:2102.03483

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous VehiclesDecision MakingDeep Reinforcement Learning

Similar Papers 제목 키워드 기반

CORTEX-AVD: A Framework for CORner Case Testing and EXploration in Autonomous Vehicle Development

2025-04-04 · Gabriel Kenji Godoy Shimanuki, Alexandre Moreira Nascimento, Lucio Flavio Vismari, Joao Batista Camargo Junior 외

Autonomous Vehicles (AVs) aim to improve traffic safety and efficiency by reducing human error. However, ensuring AVs reliability and safety is a challenging task when rare, high-risk traffic scenarios are considered. Th…

Autonomous VehiclesSynthetic Data Generation

SafeDriveRAG: Towards Safe Autonomous Driving with Knowledge Graph-based Retrieval-Augmented Generation

2025-07-29 · Hao Ye, Mengshi Qi, Zhaohong Liu, Liang Liu 외 arxiv

In this work, we study how vision-language models (VLMs) can be utilized to enhance the safety for the autonomous driving system, including perception, situational understanding, and path planning. However, existing rese…

Visual Question AnsweringInformation RetrievalAutonomous Driving

Corner case data description and detection

2021-01-07 · Tinghui Ouyang, Vicent Sant Marco, Yoshinao Isobe, Hideki Asoh 외

As the major factors affecting the safety of deep learning models, corner cases and related detection are crucial in AI quality assurance for constructing safety- and security-critical systems. The generic corner case re…

CARLA-GS: Decoupling Representation, Reasoning, and Physics Simulation for Autonomous Driving Corner-Case Synthesis

2026-07-08 · Kaicong Huang, Meng Ma, Ruimin Ke arxiv

Safety evaluation for autonomous driving is dominated by rare, safety-critical interactions, motivating simulators that can deliberately synthesize corner cases with photorealistic observations. Corner-case generation is…

Autonomous Driving

CC-SGG: Corner Case Scenario Generation using Learned Scene Graphs

2023-09-18 · George Drayson, Efimia Panagiotaki, Daniel Omeiza, Lars Kunze

Corner case scenarios are an essential tool for testing and validating the safety of autonomous vehicles (AVs). As these scenarios are often insufficiently present in naturalistic driving datasets, augmenting the data wi…

Autonomous DrivingAutonomous Vehicles