AILGNov 1, 2017

A Unified View of Piecewise Linear Neural Network Verification

arXiv:1711.00455v3221 citations
Originality Incremental advance
AI Analysis

This work addresses the critical need for verifying safety-critical neural network applications, though it is incremental in building upon existing methods.

The paper tackles the challenge of scaling formal verification to realistic neural networks by presenting a unified framework that identifies new methods achieving a two orders of magnitude speedup over previous state-of-the-art approaches.

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 as black boxes and the theoretical hardness of proving their properties, researchers have been successful in verifying some classes of models by exploiting their piecewise linear structure and taking insights from formal methods such as Satisifiability Modulo Theory. These methods are however still far from scaling to realistic neural networks. To facilitate progress on this crucial area, we make two key contributions. First, we present a unified framework that encompasses previous methods. This analysis results in the identification of new methods that combine the strengths of multiple existing approaches, accomplishing a speedup of two orders of magnitude compared to the previous state of the art. Second, we propose a new data set of benchmarks which includes a collection of previously released testcases. We use the benchmark to provide the first experimental comparison of existing algorithms and identify the factors impacting the hardness of verification problems.

Code Implementations2 repos
Foundations

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

Your Notes