Incremental Neural Network Verification via Learned Conflicts
Raya Elsaleh, Liam Davis, Haoze Wu, and Guy Katz

TL;DR
This paper introduces an incremental verification method for neural networks that reuses learned conflicts across related queries, significantly reducing redundant exploration and improving verification speed.
Contribution
The authors propose a novel conflict reuse technique for neural network verification that can be integrated with existing branch-and-bound verifiers, enabling more efficient analysis.
Findings
Achieved up to 1.9x speedup in verification tasks
Demonstrated effective conflict inheritance across related queries
Validated on tasks like robustness radius and feature set extraction
Abstract
Neural network verification is often used as a core component within larger analysis procedures, which generate sequences of closely related verification queries over the same network. In existing neural network verifiers, each query is typically solved independently, and information learned during previous runs is discarded, leading to repeated exploration of the same infeasible regions of the search space. In this work, we aim to expedite verification by reducing this redundancy. We propose an incremental verification technique that reuses learned conflicts across related verification queries. The technique can be added on top of any branch-and-bound-based neural network verifier. During verification, the verifier records conflicts corresponding to learned infeasible combinations of activation phases, and retains them across runs. We formalize a refinement relation between…
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 · Explainable Artificial Intelligence (XAI) · Machine Learning and Data Classification
