Formal Security Analysis of Neural Networks using Symbolic Intervals
Shiqi Wang, Kexin Pei, Justin Whitehouse, Junfeng Yang, Suman Jana

TL;DR
This paper introduces ReluVal, a novel method using symbolic interval analysis to formally verify security properties of neural networks efficiently, outperforming existing solver-based approaches significantly.
Contribution
The paper presents a new interval arithmetic-based approach for formal security analysis of DNNs that is more scalable and parallelizable than SMT solver methods.
Findings
ReluVal outperforms Reluplex by 200 times on average.
ReluVal verifies properties within hours that SMT solvers cannot verify in days.
Symbolic interval analysis effectively reduces overestimation in output bounds.
Abstract
Due to the increasing deployment of Deep Neural Networks (DNNs) in real-world security-critical domains including autonomous vehicles and collision avoidance systems, formally checking security properties of DNNs, especially under different attacker capabilities, is becoming crucial. Most existing security testing techniques for DNNs try to find adversarial examples without providing any formal security guarantees about the non-existence of such adversarial examples. Recently, several projects have used different types of Satisfiability Modulo Theory (SMT) solvers to formally check security properties of DNNs. However, all of these approaches are limited by the high overhead caused by the solver. In this paper, we present a new direction for formally checking security properties of DNNs without using SMT solvers. Instead, we leverage interval arithmetic to compute rigorous bounds on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Software Testing and Debugging Techniques · Advanced Malware Detection Techniques
