LGLONEOct 23, 2022

Tighter Abstract Queries in Neural Network Verification

arXiv:2210.12871v29 citationsh-index: 29
AI Analysis

This work addresses the problem of scalability in formal verification of neural networks for safety-critical systems, representing an incremental improvement over existing abstraction-refinement approaches.

The paper tackles the scalability issue in neural network verification by introducing CEGARETTE, a method that simultaneously abstracts and refines both the system and property, resulting in smaller and more accurate abstract networks that enable faster verification times with fewer refinement steps.

Neural networks have become critical components of reactive systems in various domains within computer science. Despite their excellent performance, using neural networks entails numerous risks that stem from our lack of ability to understand and reason about their behavior. Due to these risks, various formal methods have been proposed for verifying neural networks; but unfortunately, these typically struggle with scalability barriers. Recent attempts have demonstrated that abstraction-refinement approaches could play a significant role in mitigating these limitations; but these approaches can often produce networks that are so abstract, that they become unsuitable for verification. To deal with this issue, we present CEGARETTE, a novel verification mechanism where both the system and the property are abstracted and refined simultaneously. We observe that this approach allows us to produce abstract networks which are both small and sufficiently accurate, allowing for quick verification times while avoiding a large number of refinement steps. For evaluation purposes, we implemented CEGARETTE as an extension to the recently proposed CEGAR-NN framework. Our results are very promising, and demonstrate a significant improvement in performance over multiple benchmarks.

Code Implementations1 repo
Foundations

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

Your Notes