Alert button
Picture for David Shriver

David Shriver

Alert button

DNNV: A Framework for Deep Neural Network Verification

May 26, 2021
David Shriver, Sebastian Elbaum, Matthew B. Dwyer

Figure 1 for DNNV: A Framework for Deep Neural Network Verification
Figure 2 for DNNV: A Framework for Deep Neural Network Verification
Figure 3 for DNNV: A Framework for Deep Neural Network Verification
Figure 4 for DNNV: A Framework for Deep Neural Network Verification

Despite the large number of sophisticated deep neural network (DNN) verification algorithms, DNN verifier developers, users, and researchers still face several challenges. First, verifier developers must contend with the rapidly changing DNN field to support new DNN operations and property types. Second, verifier users have the burden of selecting a verifier input format to specify their problem. Due to the many input formats, this decision can greatly restrict the verifiers that a user may run. Finally, researchers face difficulties in re-using benchmarks to evaluate and compare verifiers, due to the large number of input formats required to run different verifiers. Existing benchmarks are rarely in formats supported by verifiers other than the one for which the benchmark was introduced. In this work we present DNNV, a framework for reducing the burden on DNN verifier researchers, developers, and users. DNNV standardizes input and output formats, includes a simple yet expressive DSL for specifying DNN properties, and provides powerful simplification and reduction operations to facilitate the application, development, and comparison of DNN verifiers. We show how DNNV increases the support of verifiers for existing benchmarks from 30% to 74%.

Viaarxiv icon

Refactoring Neural Networks for Verification

Aug 06, 2019
David Shriver, Dong Xu, Sebastian Elbaum, Matthew B. Dwyer

Figure 1 for Refactoring Neural Networks for Verification
Figure 2 for Refactoring Neural Networks for Verification
Figure 3 for Refactoring Neural Networks for Verification
Figure 4 for Refactoring Neural Networks for Verification

Deep neural networks (DNN) are growing in capability and applicability. Their effectiveness has led to their use in safety critical and autonomous systems, yet there is a dearth of cost-effective methods available for reasoning about the behavior of a DNN. In this paper, we seek to expand the applicability and scalability of existing DNN verification techniques through DNN refactoring. A DNN refactoring defines (a) the transformation of the DNN's architecture, i.e., the number and size of its layers, and (b) the distillation of the learned relationships between the input features and function outputs of the original to train the transformed network. Unlike with traditional code refactoring, DNN refactoring does not guarantee functional equivalence of the two networks, but rather it aims to preserve the accuracy of the original network while producing a simpler network that is amenable to more efficient property verification. We present an automated framework for DNN refactoring, and demonstrate its potential effectiveness through three case studies on networks used in autonomous systems.

Viaarxiv icon