Counterexample Guided Branching via Directional Relaxation Analysis in Complete Neural Network Verification
Jingyang Li, Fu Song, Guoqiang Li

TL;DR
This paper introduces DRG-BaB, a novel framework that improves neural network verification efficiency by using directional relaxation analysis to focus on critical neurons, reducing search complexity and verification time.
Contribution
It reformulates Branch-and-Bound as a Dataflow CEGAR loop and introduces the Directional Relaxation Gap heuristic for targeted refinement in neural network verification.
Findings
Significantly reduces search tree size.
Decreases verification time on high-dimensional benchmarks.
Transforms generic search into targeted refinement.
Abstract
Deep Neural Networks demonstrate exceptional performance but remain vulnerable to adversarial perturbations, necessitating formal verification for safety-critical deployment. To address the computational complexity of this task, researchers often employ abstraction-refinement techniques that iteratively tighten an over-approximated model. While structural methods utilize Counterexample-Guided Abstraction Refine- ment, state-of-the-art dataflow verifiers typically rely on Branch-and-Bound to refine numerical convex relaxations. However, current dataflow approaches operate with blind refinement processes that rely on static heuristics and fail to leverage specific diagnostic information from verification failures. In this work, we argue that Branch-and-Bound should be reformulated as a Dataflow CEGAR loop where the spurious counterexample serves as a precise witness to local abstraction…
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 · Security and Verification in Computing · Explainable Artificial Intelligence (XAI)
