LGROMLDec 8, 2019

Efficient Black-box Assessment of Autonomous Vehicle Safety

arXiv:1912.03618v272 citations
Originality Highly original
AI Analysis

This addresses the critical need for efficient and safe testing of autonomous vehicles, providing a tool for the industry to validate performance without relying on dangerous real-world testing.

The paper tackles the problem of scalable safety testing for autonomous vehicles by developing a black-box simulation framework that estimates accident probabilities and ranks failure scenarios, achieving a 100x acceleration in rare-event evaluation compared to naive Monte Carlo methods.

While autonomous vehicle (AV) technology has shown substantial progress, we still lack tools for rigorous and scalable testing. Real-world testing, the $\textit{de-facto}$ evaluation method, is dangerous to the public. Moreover, due to the rare nature of failures, billions of miles of driving are needed to statistically validate performance claims. Thus, the industry has largely turned to simulation to evaluate AV systems. However, having a simulation stack alone is not a solution. A simulation testing framework needs to prioritize which scenarios to run, learn how the chosen scenarios provide coverage of failure modes, and rank failure scenarios in order of importance. We implement a simulation testing framework that evaluates an entire modern AV system as a black box. This framework estimates the probability of accidents under a base distribution governing standard traffic behavior. In order to accelerate rare-event probability evaluation, we efficiently learn to identify and rank failure scenarios via adaptive importance-sampling methods. Using this framework, we conduct the first independent evaluation of a full-stack commercial AV system, Comma AI's OpenPilot.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes