Output Range Analysis for Deep Feedforward Neural NetworksDownload PDF

28 Sept 2020OpenReview Archive Direct UploadReaders: Everyone
Abstract: Given a neural network (NN) and a set of possible inputs to the net-work described by polyhedral constraints, we aim to compute a safe over-approximation of the set of possible output values. This operation is a fundamental primitive enabling the formal analysis of neural networks that are extensively used in a variety of machine learning tasks such as perception and control of autonomous systems. Increasingly, they are deployed in high-assurance applications, leading to a compelling use case for formal verification approaches. In this paper, we present an efficient range estimation algorithm that iterates between an expensive global combinatorial search using mixed-integer linear programming problems,and a relatively inexpensive local optimization that repeatedly seeks a local op-timum of the function represented by the NN. We implement our approach and compare it with Reluplex, a recently proposed solver for deep neural networks.We demonstrate applications of our approach to computing flowpipes for neural network-based feedback controllers. We show that the use of local search in con-junction with mixed-integer linear programming solvers effectively reduces the combinatorial search over possible combinations of active neurons in the network by pruning away sub-optimal nodes
0 Replies

Loading