CRAIDec 10, 2020

An Empirical Review of Adversarial Defenses

arXiv:2012.06332v1
Originality Synthesis-oriented
AI Analysis

This work provides an empirical review and framework for selecting adversarial defense techniques, which is significant for practitioners deploying deep neural networks in security-critical applications.

This paper reviews and tests various adversarial defense techniques, identifying Dropout and Denoising Autoencoders as effective methods. These techniques successfully prevent adversarial attacks from fooling models and demonstrate resistance to higher noise levels and different attack types.

From face recognition systems installed in phones to self-driving cars, the field of AI is witnessing rapid transformations and is being integrated into our everyday lives at an incredible pace. Any major failure in these system's predictions could be devastating, leaking sensitive information or even costing lives (as in the case of self-driving cars). However, deep neural networks, which form the basis of such systems, are highly susceptible to a specific type of attack, called adversarial attacks. A hacker can, even with bare minimum computation, generate adversarial examples (images or data points that belong to another class, but consistently fool the model to get misclassified as genuine) and crumble the basis of such algorithms. In this paper, we compile and test numerous approaches to defend against such adversarial attacks. Out of the ones explored, we found two effective techniques, namely Dropout and Denoising Autoencoders, and show their success in preventing such attacks from fooling the model. We demonstrate that these techniques are also resistant to both higher noise levels as well as different kinds of adversarial attacks (although not tested against all). We also develop a framework for deciding the suitable defense technique to use against attacks, based on the nature of the application and resource constraints of the Deep Neural Network.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes