paper-with-me

Papers

Branch and Bound for Relational Verification of Neural Networks

2026-08-13 · Kota Fukuda, Zhenya Zhang, Guanqin Zhang, Jianjun Zhao arxiv

Verification of neural networks against relational specifications, such as global robustness, is crucial for safety-critical applications of cyber-physical systems (CPS), given their increasing adoption of AI components. Compared to simple trace properties (e.g., local robustness), verifying relational specifications requires reasoning about the relationship between multiple network inferences, which brings significant technical challenges. Existing research has explored abstraction techniques based on sound and convex over-approximation of neural network outputs; however, since these approaches are inherently incomplete and may raise false alarms, they further underscore the need of effective abstraction refinement. In this paper, we propose a branch-and-bound (BaB) framework to mitigate the issue, which iteratively splits the problem until all sub-problems are verified. Specifically, our BaB framework features splitting of relational neurons rather than individual neurons as prior works do, and as the core of our technique, we devise a relational neuron selection strategy based on the dual formulation of the verification problem, which allows us to efficiently select the (most likely) optimal relational neuron that maximizes the refinement brought by problem splitting. We evaluate SaBRe on 817 verification problems across ACAS Xu, MNIST-F, MNIST-C, CIFAR and GTSRB. The results show that SaBRe outperforms different baseline approaches, in terms of the number of solved instances and verification efficiency, which demonstrates the effectiveness of our proposed techniques.

📄 PDF Abstract BibTeX arXiv:2608.13118

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural Network Verification with Branch-and-Bound for General Nonlinearities

2024-05-31 · Zhouxing Shi, Qirui Jin, Zico Kolter, Suman Jana 외

Branch-and-bound (BaB) is among the most effective techniques for neural network (NN) verification. However, existing works on BaB for NN verification have mostly focused on NNs with piecewise linear activations, especia…

Neural Network Branch-and-Bound for Neural Network Verification

2021-07-27 · Florian Jaeckle, Jingyue Lu, M. Pawan Kumar

Many available formal verification methods have been shown to be instances of a unified Branch-and-Bound (BaB) formulation. We propose a novel machine learning framework that can be used for designing an effective branch…

valid

Relational DNN Verification With Cross Executional Bound Refinement

2024-05-16 · Debangshu Banerjee, Gagandeep Singh

We focus on verifying relational properties defined over deep neural networks (DNNs) such as robustness against universal adversarial perturbations (UAP), certified worst-case hamming distance for binary string classific…

Relational Action Bases: Formalization, Effective Safety Verification, and Invariants (Extended Version)

2022-08-12 · Silvio Ghilardi, Alessandro Gianola, Marco Montali, Andrey Rivkin

Modeling and verification of dynamic systems operating over a relational representation of states are increasingly investigated problems in AI, Business Process Management, and Database Theory. To make these systems amen…

Management

Improved Branch and Bound for Neural Network Verification via Lagrangian Decomposition

2021-04-14 · Alessandro De Palma, Rudy Bunel, Alban Desmaison, Krishnamurthy Dvijotham 외

We improve the scalability of Branch and Bound (BaB) algorithms for formally proving input-output properties of neural networks. First, we propose novel bounding algorithms based on Lagrangian Decomposition. Previous wor…

Adversarial RobustnessGPU