paper-with-me

홈 › Papers

Formal Verification of Piece-Wise Linear Feed-Forward Neural Networks

2017-05-03 · Ruediger Ehlers

We present an approach for the verification of feed-forward neural networks in which all nodes have a piece-wise linear activation function. Such networks are often used in deep learning and have been shown to be hard to verify for modern satisfiability modulo theory (SMT) and integer linear programming (ILP) solvers. The starting point of our approach is the addition of a global linear approximation of the overall network behavior to the verification problem that helps with SMT-like reasoning over the network behavior. We present a specialized verification algorithm that employs this approximation in a search process in which it infers additional node phases for the non-linear nodes in the network from partial node phase assignments, similar to unit propagation in classical SAT solving. We also show how to infer additional conflict clauses and safe node fixtures from the results of the analysis steps performed during the search. The resulting approach is evaluated on collision avoidance and handwritten digit recognition case studies.

📄 PDF Abstract BibTeX arXiv:1705.01320

Code (1)

progirep/planet 공식 구현 tf

Tasks

Collision AvoidanceHandwritten Digit Recognition

Similar Papers 제목 키워드 기반

Formalizing Piecewise Affine Activation Functions of Neural Networks in Coq

2023-01-30 · Andrei Aleksandrov, Kim Völlinger

Verification of neural networks relies on activation functions being piecewise affine (pwa) -- enabling an encoding of the verification problem for theorem provers. In this paper, we present the first formalization of pw…

Exact and Asymptotically Complete Robust Verifications of Neural Networks via Ising Solvers

2026-02-28 · Wenxin Li, Wenchao Liu, Chuan Wang, Qi Gao 외 arxiv

We present an Ising-compatible framework for formal neural-network robustness verification under bounded input perturbations. For piecewise-linear activations, the Exact Logarithmic PWL Model (Log-PWL) provides an exact,…

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 sou…

Robustness Certification with Refinement

2019-05-01 · ICLR 2019 5 · Gagandeep Singh, Timon Gehr, Markus Püschel, Martin Vechev

We present a novel approach for verification of neural networks which combines scalable over-approximation methods with precise (mixed integer) linear programming. This results in significantly better precision than stat…

A Unified View of Piecewise Linear Neural Network Verification

2017-11-01 · NeurIPS 2018 12 · Rudy Bunel, Ilker Turkaslan, Philip H. S. Torr, Pushmeet Kohli 외

The success of Deep Learning and its potential use in many safety-critical applications has motivated research on formal verification of Neural Network (NN) models. Despite the reputation of learned NN models to behave a…