Task 006: Programming and Evaluation Framework

Event Date: March 5, 2020
Priority: No
School or Program: Electrical and Computer Engineering
College Calendar: Show
Sanchari Sen, Purdue University
EMPIR: Ensembles of Mixed Precision Deep Networks for Increased Robustness against Adversarial Attacks

Abstract: Deep neural networks (DNNs) have achieved super-human accuracy levels on a wide range of machine learning tasks. However, their lack of robustness is a serious impediment to their adoption in safety-critical applications such as self-driving cars, drones, and healthcare. Notably, DNNs are vulnerable to adversarial attacks in which small input perturbations can produce catastrophic misclassifications. In this work, we propose EMPIR, ensembles of quantized DNN models with different numerical precisions, as a new approach to increase robustness against adversarial attacks. EMPIR is based on the observation that quantized neural networks often demonstrate much higher robustness to adversarial attacks than full precision networks, but at the cost of a substantial loss in accuracy on the original (unperturbed) inputs. EMPIR overcomes this limitation to achieve the “best of both worlds", i.e., the higher unperturbed accuracies of the full precision models combined with the higher robustness of the low precision models, by composing them in an ensemble. Further, as low precision DNN models have significantly lower computational and storage requirements than full precision models, EMPIR models only incur modest compute and memory overheads compared to a single full-precision model (<25% in our evaluations). We evaluate EMPIR across a suite of 3 different DNN models (MNIST, CIFAR-10 and ImageNet) and under 4 different adversarial attacks. Our results indicate that EMPIR boosts the average adversarial accuracies by 43.2%, 18.8% and 16% for the DNN models trained on the MNIST, CIFAR-10 and ImageNet datasets respectively, when compared to single full-precision models, without sacrificing accuracy on the unperturbed inputs.

 

Bio: Sanchari Sen received the B.Tech degree in Electronics and Electrical Communication Engineering from the Indian Institute of Technology, Kharagpur, India. She is currently pursuing PhD under the supervision of Dr. Anand Raghunathan in the School of Electrical and Computer Engineering, Purdue University, West Lafayette, Indiana. Her current research interests include algorithmic and architectural techniques for improving the efficiency and robustness of deep neural networks on different platforms. She received the prestigious Bilsland Dissertation Fellowship from Purdue University in 2019 and the Ross Fellowship award in 2015. She was also awarded the Institute Silver medal for her academic performance in IIT Kharagpur.