paper-with-me

Papers

Bayesian Safety Validation for Failure Probability Estimation of Black-Box Systems

2023-05-03 · Robert J. Moss, Mykel J. Kochenderfer, Maxime Gariel, Arthur Dubois

Estimating the probability of failure is an important step in the certification of safety-critical systems. Efficient estimation methods are often needed due to the challenges posed by high-dimensional input spaces, risky test scenarios, and computationally expensive simulators. This work frames the problem of black-box safety validation as a Bayesian optimization problem and introduces a method that iteratively fits a probabilistic surrogate model to efficiently predict failures. The algorithm is designed to search for failures, compute the most-likely failure, and estimate the failure probability over an operating domain using importance sampling. We introduce three acquisition functions that aim to reduce uncertainty by covering the design space, optimize the analytically derived failure boundaries, and sample the predicted failure regions. Results show this Bayesian safety validation approach provides a more accurate estimate of failure probability with orders of magnitude fewer samples and performs well across various safety validation metrics. We demonstrate this approach on three test problems, a stochastic decision making system, and a neural network-based runway detection system. This work is open sourced (https://github.com/sisl/BayesianSafetyValidation.jl) and currently being used to supplement the FAA certification process of the machine learning components for an autonomous cargo aircraft.

📄 PDF Abstract BibTeX arXiv:2305.02449

Code (1)

sisl/bayesiansafetyvalidation.jl 공식 구현

Tasks

Bayesian OptimizationDecision Making

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

CUBICS: Situation-aware performance estimation for safety-relevant ML components

2026-08-17 · Benjamin Herd, Jessica Kelly, Mario Trapp arxiv

Machine learning (ML) is a key technology driving innovation today, but ensuring ML safety remains a major challenge for safety-related applications. A promising idea is to build proven-in-use arguments from field data, …

Statistical Inference for Responsiveness Verification

2025-07-02 · Seung Hyun Cheon, Meredith Stewart, Bogdan Kulynych, Tsui-Wei Weng 외 arxiv

Many safety failures in machine learning arise when models are used to assign predictions to people (often in settings like lending, hiring, or content moderation) without accounting for how individuals can change their …

GoSafe: Globally Optimal Safe Robot Learning

2021-05-27 · Dominik Baumann, Alonso Marco, Matteo Turchetta, Sebastian Trimpe

When learning policies for robotic systems from data, safety is a major concern, as violation of safety constraints may cause hardware damage. SafeOpt is an efficient Bayesian optimization (BO) algorithm that can learn p…

Bayesian Optimization

A Survey of Algorithms for Black-Box Safety Validation of Cyber-Physical Systems

2020-05-06 · Anthony Corso, Robert J. Moss, Mark Koren, Ritchie Lee 외

Autonomous cyber-physical systems (CPS) can improve safety and efficiency for safety-critical applications, but require rigorous testing before deployment. The complexity of these systems often precludes the use of forma…

Autonomous VehiclesCollision AvoidanceProblem DecompositionSurvey

Failure Probability Estimation for Black-Box Autonomous Systems using State-Dependent Importance Sampling Proposals

2024-12-03 · Harrison Delecki, Sydney M. Katz, Mykel J. Kochenderfer

Estimating the probability of failure is a critical step in developing safety-critical autonomous systems. Direct estimation methods such as Monte Carlo sampling are often impractical due to the rarity of failures in the…

Decision MakingSequential Decision Making