LGFeb 18, 2021

Make Sure You're Unsure: A Framework for Verifying Probabilistic Specifications

arXiv:2102.09479v222 citations
AI Analysis

This work addresses the challenge of ensuring reliability in neural networks under stochastic conditions, such as sensor noise or predictive uncertainty, which is crucial for real-world applications like adversarial robustness and out-of-distection detection, representing a novel method for a known bottleneck rather than an incremental advance.

The paper tackles the problem of verifying probabilistic specifications for neural networks, such as those dealing with uncertainty in Bayesian neural networks or MC-Dropout networks, by introducing a general formulation and a verification technique using functional multipliers, resulting in significant improvements like increasing certified AUC for robust OOD detection from 0% to 29% and robust accuracy from 60.2% to 74.6%.

Most real world applications require dealing with stochasticity like sensor noise or predictive uncertainty, where formal specifications of desired behavior are inherently probabilistic. Despite the promise of formal verification in ensuring the reliability of neural networks, progress in the direction of probabilistic specifications has been limited. In this direction, we first introduce a general formulation of probabilistic specifications for neural networks, which captures both probabilistic networks (e.g., Bayesian neural networks, MC-Dropout networks) and uncertain inputs (distributions over inputs arising from sensor noise or other perturbations). We then propose a general technique to verify such specifications by generalizing the notion of Lagrangian duality, replacing standard Lagrangian multipliers with "functional multipliers" that can be arbitrary functions of the activations at a given layer. We show that an optimal choice of functional multipliers leads to exact verification (i.e., sound and complete verification), and for specific forms of multipliers, we develop tractable practical verification algorithms. We empirically validate our algorithms by applying them to Bayesian Neural Networks (BNNs) and MC Dropout Networks, and certifying properties such as adversarial robustness and robust detection of out-of-distribution (OOD) data. On these tasks we are able to provide significantly stronger guarantees when compared to prior work -- for instance, for a VGG-64 MC-Dropout CNN trained on CIFAR-10, we improve the certified AUC (a verified lower bound on the true AUC) for robust OOD detection (on CIFAR-100) from $0\% \rightarrow 29\%$. Similarly, for a BNN trained on MNIST, we improve on the robust accuracy from $60.2\% \rightarrow 74.6\%$. Further, on a novel specification -- distributionally robust OOD detection -- we improve the certified AUC from $5\% \rightarrow 23\%$.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes