BaB-prob: Branch and Bound with Preactivation Splitting for Probabilistic Verification of Neural Networks
Fangji Wang, Panagiotis Tsiotras
TL;DR
The paper addresses probabilistic verification of neural networks under input distributions and introduces BaB-prob, a branch-and-bound method that uses preactivation splitting and LiRPA-based bounds to certify $\mathbb{P}(f(\mathbf{X})>0) \ge \eta$ for feedforward-ReLU nets. It proves soundness and completeness for ReLU networks, and introduces the concept of uncertainty level with two strategies, BaB-prob-ordered and BaB+BaBSR-prob, to efficiently select preactivations to split. Through extensive experiments on untrained and trained MLP/CNN models, MNIST, CIFAR-10, and VNN-COMP 2025 benchmarks, BaB-prob variants consistently outperform state-of-the-art probabilistic verifiers in medium- to high-dimensional settings, with high statistical confidence in the estimates. The approach offers a scalable, rigorous framework for probabilistic neural network verification with practical impact on safety-critical applications.
Abstract
Branch-and-bound with preactivation splitting has been shown highly effective for deterministic verification of neural networks. In this paper, we extend this framework to the probabilistic setting. We propose BaB-prob that iteratively divides the original problem into subproblems by splitting preactivations and leverages linear bounds computed by linear bound propagation to bound the probability for each subproblem. We prove soundness and completeness of BaB-prob for feedforward-ReLU neural networks. Furthermore, we introduce the notion of uncertainty level and design two efficient strategies for preactivation splitting, yielding BaB-prob-ordered and BaB+BaBSR-prob. We evaluate BaB-prob on untrained networks, MNIST and CIFAR-10 models, respectively, and VNN-COMP 2025 benchmarks. Across these settings, our approach consistently outperforms state-of-the-art approaches in medium- to high-dimensional input problems.
