paper-with-me

Papers

OVERT: An Algorithm for Safety Verification of Neural Network Control Policies for Nonlinear Systems

2021-08-03 · Chelsea Sidrane, Amir Maleki, Ahmed Irfan, Mykel J. Kochenderfer

Deep learning methods can be used to produce control policies, but certifying their safety is challenging. The resulting networks are nonlinear and often very large. In response to this challenge, we present OVERT: a sound algorithm for safety verification of nonlinear discrete-time closed loop dynamical systems with neural network control policies. The novelty of OVERT lies in combining ideas from the classical formal methods literature with ideas from the newer neural network verification literature. The central concept of OVERT is to abstract nonlinear functions with a set of optimally tight piecewise linear bounds. Such piecewise linear bounds are designed for seamless integration into ReLU neural network verification tools. OVERT can be used to prove bounded-time safety properties by either computing reachable sets or solving feasibility queries directly. We demonstrate various examples of safety verification for several classical benchmark examples. OVERT compares favorably to existing methods both in computation time and in tightness of the reachable set.

📄 PDF Abstract BibTeX arXiv:2108.01220

Code (2)

sisl/OVERT.jl 공식 구현
sisl/OVERTVerify.jl 공식 구현

Similar Papers 제목 키워드 기반

Learning Verifiable Control Policies Using Relaxed Verification

2025-04-23 · Puja Chaudhury, Alexander Estornell, Michael Everett

To provide safety guarantees for learning-based control systems, recent work has developed formal verification methods to apply after training ends. However, if the trained policy does not meet the specifications, or the…

Value Functions are Control Barrier Functions: Verification of Safe Policies using Control Theory

2023-06-06 · Daniel C. H. Tan, Fernando Acero, Robert McCarthy, Dimitrios Kanoulas 외

Guaranteeing safe behaviour of reinforcement learning (RL) policies poses significant challenges for safety-critical applications, despite RL's generality and scalability. To address this, we propose a new approach to ap…

DiversityReinforcement Learning (RL)

Safety Verification of Decision-Tree Policies in Continuous Time

2023-09-21 · NeurIPS 2023 11

Decision trees have gained popularity as interpretable surrogate models for learning-based control policies. However, providing safety guarantees for systems controlled by decision trees is an open challenge. We show tha…

Safe Model-based Reinforcement Learning with Stability Guarantees

2017-05-23 · NeurIPS 2017 12 · Felix Berkenkamp, Matteo Turchetta, Angela P. Schoellig, Andreas Krause

Reinforcement learning is a powerful paradigm for learning optimal policies from experimental data. However, to find optimal policies, most reinforcement learning algorithms explore all possible actions, which may be har…

modelModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+1

Formal Verification of Neural Certificates Done Dynamically

2025-07-16 · Thomas A. Henzinger, Konstantin Kueffner, Emily Yu arxiv

Neural certificates have emerged as a powerful tool in cyber-physical systems control, providing witnesses of correctness. These certificates, such as barrier functions, often learned alongside control policies, once ver…