An Abstraction-Refinement Approach to Verifying Convolutional Neural Networks
Matan Ostrovsky, Clark Barrett, Guy Katz

TL;DR
This paper introduces Cnn-Abs, an abstraction-refinement framework that enhances the scalability of verifying convolutional neural networks by simplifying the verification problem and integrating with existing verification tools.
Contribution
It presents a novel abstraction-refinement approach specifically designed for convolutional neural network verification, improving scalability and performance.
Findings
Reduces verification runtime by 15.7% on average.
Successfully applies abstraction-refinement to convolutional networks.
Enhances existing verification engines with the Cnn-Abs framework.
Abstract
Convolutional neural networks have gained vast popularity due to their excellent performance in the fields of computer vision, image processing, and others. Unfortunately, it is now well known that convolutional networks often produce erroneous results - for example, minor perturbations of the inputs of these networks can result in severe classification errors. Numerous verification approaches have been proposed in recent years to prove the absence of such errors, but these are typically geared for fully connected networks and suffer from exacerbated scalability issues when applied to convolutional networks. To address this gap, we present here the Cnn-Abs framework, which is particularly aimed at the verification of convolutional networks. The core of Cnn-Abs is an abstraction-refinement technique, which simplifies the verification problem through the removal of convolutional…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Explainable Artificial Intelligence (XAI)
