LGCRPLFeb 29, 2024

Verification of Neural Networks' Global Robustness

arXiv:2402.19322v216 citationsh-index: 3Proc. ACM Program. Lang.
Originality Incremental advance
AI Analysis

This addresses safety concerns for neural network classifiers against adversarial attacks by providing precise global guarantees, though it is incremental as it builds on existing verification methods.

The paper tackles the problem of verifying global robustness in neural networks, proposing a new property and verifier VHAGaR, which achieves an average gap of 1.9 between bounds compared to 154.7 for an existing verifier and is 130.6x faster.

Neural networks are successful in various applications but are also susceptible to adversarial attacks. To show the safety of network classifiers, many verifiers have been introduced to reason about the local robustness of a given input to a given perturbation. While successful, local robustness cannot generalize to unseen inputs. Several works analyze global robustness properties, however, neither can provide a precise guarantee about the cases where a network classifier does not change its classification. In this work, we propose a new global robustness property for classifiers aiming at finding the minimal globally robust bound, which naturally extends the popular local robustness property for classifiers. We introduce VHAGaR, an anytime verifier for computing this bound. VHAGaR relies on three main ideas: encoding the problem as a mixed-integer programming and pruning the search space by identifying dependencies stemming from the perturbation or the network's computation and generalizing adversarial attacks to unknown inputs. We evaluate VHAGaR on several datasets and classifiers and show that, given a three hour timeout, the average gap between the lower and upper bound on the minimal globally robust bound computed by VHAGaR is 1.9, while the gap of an existing global robustness verifier is 154.7. Moreover, VHAGaR is 130.6x faster than this verifier. Our results further indicate that leveraging dependencies and adversarial attacks makes VHAGaR 78.6x faster.

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