paper-with-me

홈 › Papers

ReachLipBnB: A branch-and-bound method for reachability analysis of neural autonomous systems using Lipschitz bounds

2022-11-01 · Taha Entesari, Sina Sharifi, Mahyar Fazlyab

We propose a novel Branch-and-Bound method for reachability analysis of neural networks in both open-loop and closed-loop settings. Our idea is to first compute accurate bounds on the Lipschitz constant of the neural network in certain directions of interest offline using a convex program. We then use these bounds to obtain an instantaneous but conservative polyhedral approximation of the reachable set using Lipschitz continuity arguments. To reduce conservatism, we incorporate our bounding algorithm within a branching strategy to decrease the over-approximation error within an arbitrary accuracy. We then extend our method to reachability analysis of control systems with neural network controllers. Finally, to capture the shape of the reachable sets as accurately as possible, we use sample trajectories to inform the directions of the reachable set over-approximations using Principal Component Analysis (PCA). We evaluate the performance of the proposed method in several open-loop and closed-loop settings.

📄 PDF Abstract BibTeX arXiv:2211.00608

Code (1)

o4lc/reachlipbnb 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Provable Bounds on the Hessian of Neural Networks: Derivative-Preserving Reachability Analysis

2024-06-06 · Sina Sharifi, Mahyar Fazlyab

We propose a novel reachability analysis method tailored for neural networks with differentiable activations. Our idea hinges on a sound abstraction of the neural network map based on first-order Taylor expansion and bou…

Safety Verification for Neural Networks Based on Set-boundary Analysis

2022-10-09 · Zhen Liang, Dejin Ren, Wanwei Liu, Ji Wang 외

Neural networks (NNs) are increasingly applied in safety-critical systems such as autonomous vehicles. However, they are fragile and are often ill-behaved. Consequently, their behaviors should undergo rigorous guarantees…

Autonomous Vehicles

Reachability-Based Contingency Planning against Multi-Modal Predictions with Branch MPC

2025-02-04 · Mohamed-Khalil Bouzidi, Bojan Derajic, Daniel Goehring, Joerg Reichardt

This paper presents a novel contingency planning framework that integrates learning-based multi-modal predictions of traffic participants into Branch Model Predictive Control (MPC). Leveraging reachability analysis, we a…

Model Predictive Control

Verifying Safety of Neural Networks from Topological Perspectives

2023-06-27 · Zhen Liang, Dejin Ren, Bai Xue, Ji Wang 외

Neural networks (NNs) are increasingly applied in safety-critical systems such as autonomous vehicles. However, they are fragile and are often ill-behaved. Consequently, their behaviors should undergo rigorous guarantees…

Autonomous Vehicles

Data-Driven Reachability Analysis for Piecewise Affine Systems

2025-04-06 · Peng Xie, Johannes Betz, Davide M. Raimondo, Amr Alanwar

Hybrid systems play a crucial role in modeling real-world applications where discrete and continuous dynamics interact, including autonomous vehicles, power systems, and traffic networks. Safety verification for these sy…

Autonomous Vehicles