UR4NNV: Neural Network Verification, Under-approximation Reachability Works!
Zhen Liang, Taoran Wu, Ran Zhao, Bai Xue, Ji Wang, Wenjing Yang, Shaojun Deng, Wanwei Liu
TL;DR
UR4NNV addresses the Unknown dilemma in DNN verification by introducing under-approximation reachability for ReLU networks. It represents reachable sets as polytopes and applies a random-branch under-approximation across multiple epochs to falsify properties, providing a confidence measure when exact completion is not feasible. On ACAS Xu benchmarks, UR4NNV achieves substantial falsification capability and repeatedly outperforms over-approximation methods in both effectiveness and efficiency, while also serving as a preprocessing step to accelerate traditional verifiers. The framework introduces soundness and completeness guarantees in the limit, along with practical optimization strategies that enable scalable, high-confidence DNN safety verification.
Abstract
Recently, formal verification of deep neural networks (DNNs) has garnered considerable attention, and over-approximation based methods have become popular due to their effectiveness and efficiency. However, these strategies face challenges in addressing the "unknown dilemma" concerning whether the exact output region or the introduced approximation error violates the property in question. To address this, this paper introduces the UR4NNV verification framework, which utilizes under-approximation reachability analysis for DNN verification for the first time. UR4NNV focuses on DNNs with Rectified Linear Unit (ReLU) activations and employs a binary tree branch-based under-approximation algorithm. In each epoch, UR4NNV under-approximates a sub-polytope of the reachable set and verifies this polytope against the given property. Through a trial-and-error approach, UR4NNV effectively falsifies DNN properties while providing confidence levels when reaching verification epoch bounds and failing falsifying properties. Experimental comparisons with existing verification methods demonstrate the effectiveness and efficiency of UR4NNV, significantly reducing the impact of the "unknown dilemma".
