paper-with-me

홈 › Papers

Backward Reachability Analysis for Neural Feedback Loops

2022-04-14 · Nicholas Rober, Michael Everett, Jonathan P. How

The increasing prevalence of neural networks (NNs) in safety-critical applications calls for methods to certify their behavior and guarantee safety. This paper presents a backward reachability approach for safety verification of neural feedback loops (NFLs), i.e., closed-loop systems with NN control policies. While recent works have focused on forward reachability as a strategy for safety certification of NFLs, backward reachability offers advantages over the forward strategy, particularly in obstacle avoidance scenarios. Prior works have developed techniques for backward reachability analysis for systems without NNs, but the presence of NNs in the feedback loop presents a unique set of problems due to the nonlinearities in their activation functions and because NN models are generally not invertible. To overcome these challenges, we use existing forward NN analysis tools to find affine bounds on the control inputs and solve a series of linear programs (LPs) to efficiently find an approximation of the backprojection (BP) set, i.e., the set of states for which the NN control policy will drive the system to a given target set. We present an algorithm to iteratively find BP set estimates over a given time horizon and demonstrate the ability to reduce conservativeness in the BP set estimates by up to 88% with low additional computational cost. We use numerical results from a double integrator model to verify the efficacy of these algorithms and demonstrate the ability to certify safety for a linearized ground robot model in a collision avoidance scenario where forward reachability fails.

📄 PDF Abstract BibTeX arXiv:2204.08319

Code (2)

mit-acl/nn_robustness_analysis 공식 구현 pytorch
neu-autonomy/rebar pytorch

Tasks

Collision Avoidance

Similar Papers 제목 키워드 기반

Backward Reachability Analysis of Neural Feedback Loops: Techniques for Linear and Nonlinear Systems

2022-09-28 · Nicholas Rober, Sydney M. Katz, Chelsea Sidrane, Esen Yel 외

As neural networks (NNs) become more prevalent in safety-critical applications such as control of vehicles, there is a growing need to certify that systems with NN components are safe. This paper presents a set of backwa…

A Hybrid Partitioning Strategy for Backward Reachability of Neural Feedback Loops

2022-10-14 · Nicholas Rober, Michael Everett, Songan Zhang, Jonathan P. How

As neural networks become more integrated into the systems that we depend on for transportation, medicine, and security, it becomes increasingly important that we develop methods to analyze their behavior to ensure that …

BURNS: Backward Underapproximate Reachability for Neural-Feedback-Loop Systems

2025-05-06 · Chelsea Sidrane, Jana Tumova

Learning-enabled planning and control algorithms are increasingly popular, but they often lack rigorous guarantees of performance or safety. We introduce an algorithm for computing underapproximate backward reachable set…

The FABRIC Strategy for Verifying Neural Feedback Systems

2026-03-09 · Samuel I. Akinwande, Sydney M. Katz, Mykel J. Kochenderfer, Clark Barrett arxiv

Forward reachability analysis is a dominant approach for verifying reach-avoid specifications in neural feedback systems, i.e., dynamical systems controlled by neural networks, and a number of directions have been propos…

A New Strategy for Verifying Reach-Avoid Specifications in Neural Feedback Systems

2026-01-12 · Samuel I. Akinwande, Sydney M. Katz, Mykel J. Kochenderfer, Clark Barrett arxiv

Forward reachability analysis is the predominant approach for verifying reach-avoid properties in neural feedback systems (dynamical systems controlled by neural networks). This dominance stems from the limited scalabili…