ROAILGMLDec 3, 2024

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

arXiv:2412.02154v11 citationsh-index: 23Has CodeCDIT
Originality Incremental advance
AI Analysis

This addresses a critical safety issue for autonomous systems developers, but it is incremental as it builds on existing importance sampling techniques.

The paper tackled the problem of estimating rare failure probabilities in safety-critical autonomous systems by proposing an adaptive importance sampling algorithm that minimizes the forward Kullback-Leibler divergence, and it showed more accurate estimates than baseline methods on four sequential systems.

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 these systems. Existing importance sampling approaches do not scale to sequential decision-making systems with large state spaces and long horizons. We propose an adaptive importance sampling algorithm to address these limitations. Our method minimizes the forward Kullback-Leibler divergence between a state-dependent proposal distribution and a relaxed form of the optimal importance sampling distribution. Our method uses Markov score ascent methods to estimate this objective. We evaluate our approach on four sequential systems and show that it provides more accurate failure probability estimates than baseline Monte Carlo and importance sampling techniques. This work is open sourced.

Foundations

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

Your Notes