The Robust Manifold Defense: Adversarial Training using Generative Models
Ajil Jalal, Andrew Ilyas, Constantinos Daskalakis, Alexandros G., Dimakis

TL;DR
This paper introduces a novel adversarial attack leveraging generative models' low-dimensional latent spaces, and demonstrates its effectiveness in significantly reducing classifier robustness, leading to improved adversarial training methods.
Contribution
It proposes a new attack method using generative models' latent spaces and combines it with adversarial training to enhance robustness of image classifiers.
Findings
The attack reduces Defense-GAN accuracy to 3%.
The combined method achieves state-of-the-art robustness on MNIST.
The attack outperforms previous methods by exploring low-dimensional latent spaces.
Abstract
We propose a new type of attack for finding adversarial examples for image classifiers. Our method exploits spanners, i.e. deep neural networks whose input space is low-dimensional and whose output range approximates the set of images of interest. Spanners may be generators of GANs or decoders of VAEs. The key idea in our attack is to search over latent code pairs to find ones that generate nearby images with different classifier outputs. We argue that our attack is stronger than searching over perturbations of real images. Moreover, we show that our stronger attack can be used to reduce the accuracy of Defense-GAN to 3\%, resolving an open problem from the well-known paper by Athalye et al. We combine our attack with normal adversarial training to obtain the most robust known MNIST classifier, significantly improving the state of the art against PGD attacks. Our formulation involves…
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 · Generative Adversarial Networks and Image Synthesis
