An Integrated Approach to Produce Robust Models with High Efficiency
Zhijian Li, Bao Wang, and Jack Xin

TL;DR
This paper introduces a combined approach using a relaxation quantization algorithm and a novel loss function to produce deep neural networks that are both robust against adversarial attacks and efficient for practical deployment.
Contribution
The work proposes a convergent relaxation quantization method combined with a new loss function to enhance robustness and efficiency of DNNs, addressing accuracy and sparsity issues under adversarial training.
Findings
Quantization produces sparse DNNs, especially at high precision.
The trade-off loss preserves accuracy and enhances channel sparsity.
Robustness is maintained with minimal loss under strong attacks.
Abstract
Deep Neural Networks (DNNs) needs to be both efficient and robust for practical uses. Quantization and structure simplification are promising ways to adapt DNNs to mobile devices, and adversarial training is the most popular method to make DNNs robust. In this work, we try to obtain both features by applying a convergent relaxation quantization algorithm, Binary-Relax (BR), to a robust adversarial-trained model, ResNets Ensemble via Feynman-Kac Formalism (EnResNet). We also discover that high precision, such as ternary (tnn) and 4-bit, quantization will produce sparse DNNs. However, this sparsity is unstructured under advarsarial training. To solve the problems that adversarial training jeopardizes DNNs' accuracy on clean images and the struture of sparsity, we design a trade-off loss function that helps DNNs preserve their natural accuracy and improve the channel sparsity. With our…
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 · Advanced Neural Network Applications · Integrated Circuits and Semiconductor Failure Analysis
