Reluplex: a Calculus for Reasoning about Deep Neural Networks

Reluplex: a Calculus for Reasoning about Deep Neural Networks” by Guy Katz, Clark Barrett, David L. Dill, Kyle Julian, and Mykel J. Kochenderfer. Formal Methods in System Design, July 2021, Springer.

Abstract

Deep neural networks have emerged as a widely used and effective means for tackling complex, real-world problems. However, a major obstacle in applying them to safety-critical systems is the great difficulty in providing formal guarantees about their behavior. We present a novel, scalable, and efficient technique for verifying properties of deep neural networks (or providing counter-examples). The technique is based on the simplex method, extended to handle the non-convex Rectified Linear Unit (ReLU) activation function, which is a crucial ingredient in many modern neural networks. The verification procedure tackles neural networks as a whole, without making any simplifying assumptions. We evaluated our technique on a prototype deep neural network implementation of the next-generation airborne collision avoidance system for unmanned aircraft (ACAS Xu). Results show that our technique can successfully prove properties of networks that are an order of magnitude larger than the largest networks that could be verified previously.

Keywords: Neural networks; Verification; Satisfiability modulo theories

BibTeX entry:

@article{KBD+21,
   author = {Guy Katz and Clark Barrett and David L. Dill and Kyle Julian
	and Mykel J. Kochenderfer},
   title = {Reluplex: a Calculus for Reasoning about Deep Neural Networks},
   journal = {Formal Methods in System Design},
   publisher = {Springer},
   month = jul,
   year = {2021},
   doi = {10.1007/s10703-021-00363-7},
   url = {https://rdcu.be/cnBec}
}

(This webpage was created with bibtex2web.)