A dL/dGL-based method that verifies infinite-horizon safety of neural network controllers under bounded finite-precision perturbations and synthesizes sound mixed-precision fixed-point implementations.
ReluDiff: Differential Verification of Deep Neural Networks
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
As deep neural networks are increasingly being deployed in practice, their efficiency has become an important issue. While there are compression techniques for reducing the network's size, energy consumption and computational requirement, they only demonstrate empirically that there is no loss of accuracy, but lack formal guarantees of the compressed network, e.g., in the presence of adversarial examples. Existing verification techniques such as Reluplex, ReluVal, and DeepPoly provide formal guarantees, but they are designed for analyzing a single network instead of the relationship between two networks. To fill the gap, we develop a new method for differential verification of two closely related networks. Our method consists of a fast but approximate forward interval analysis pass followed by a backward pass that iteratively refines the approximation until the desired property is verified. We have two main innovations. During the forward pass, we exploit structural and behavioral similarities of the two networks to more accurately bound the difference between the output neurons of the two networks. Then in the backward pass, we leverage the gradient differences to more accurately compute the most beneficial refinement. Our experiments show that, compared to state-of-the-art verification tools, our method can achieve orders-of-magnitude speedup and prove many more properties than existing tools.
citation-role summary
citation-polarity summary
fields
eess.SY 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
Of Good Demons and Bad Angels: Guaranteeing Safe Control under Finite Precision
A dL/dGL-based method that verifies infinite-horizon safety of neural network controllers under bounded finite-precision perturbations and synthesizes sound mixed-precision fixed-point implementations.