SYLGROSep 30, 2024

Constraint-Aware Refinement for Safety Verification of Neural Feedback Loops

arXiv:2410.00145v16 citationsh-index: 5
Originality Highly original
AI Analysis

This work addresses the problem of overly conservative safety verification for neural feedback loops in autonomous systems, which is a critical concern for engineers deploying AI in safety-critical applications.

The paper introduces Constraint-Aware Refinement for Verification (CARV), an efficient refinement strategy for neural feedback loops (NFLs). CARV reduces the conservativeness of reachable set overapproximations (RSOAs) by using safety constraints to refine only necessary regions, enabling safety verification where other methods fail or take up to 60x longer and 40x more memory.

Neural networks (NNs) are becoming increasingly popular in the design of control pipelines for autonomous systems. However, since the performance of NNs can degrade in the presence of out-of-distribution data or adversarial attacks, systems that have NNs in their control pipelines, i.e., neural feedback loops (NFLs), need safety assurances before they can be applied in safety-critical situations. Reachability analysis offers a solution to this problem by calculating reachable sets that bound the possible future states of an NFL and can be checked against dangerous regions of the state space to verify that the system does not violate safety constraints. Since exact reachable sets are generally intractable to calculate, reachable set over approximations (RSOAs) are typically used. The problem with RSOAs is that they can be overly conservative, making it difficult to verify the satisfaction of safety constraints, especially over long time horizons or for highly nonlinear NN control policies. Refinement strategies such as partitioning or symbolic propagation are typically used to limit the conservativeness of RSOAs, but these approaches come with a high computational cost and often can only be used to verify safety for simple reachability problems. This paper presents Constraint-Aware Refinement for Verification (CARV): an efficient refinement strategy that reduces the conservativeness of RSOAs by explicitly using the safety constraints on the NFL to refine RSOAs only where necessary. We demonstrate that CARV can verify the safety of an NFL where other approaches either fail or take up to 60x longer and 40x the memory.

Foundations

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

Your Notes