Towards the first adversarially robust neural network model on MNIST
Lukas Schott, Jonas Rauber, Matthias Bethge, Wieland Brendel

TL;DR
This paper introduces a novel neural network model that significantly improves adversarial robustness on MNIST by analyzing class-conditional data distributions and employing comprehensive attack evaluations.
Contribution
The paper presents a new robust classification approach using analysis by synthesis, with theoretical bounds and extensive empirical testing against various adversarial attacks.
Findings
Achieves state-of-the-art robustness on MNIST for L0, L2, and L-infinity attacks.
Most adversarial examples are near the perceptual boundary between classes.
Existing defenses like Madry et al. overfit and are vulnerable to different perturbation norms.
Abstract
Despite much effort, deep neural networks remain highly susceptible to tiny input perturbations and even for MNIST, one of the most common toy datasets in computer vision, no neural network model exists for which adversarial perturbations are large and make semantic sense to humans. We show that even the widely recognized and by far most successful defense by Madry et al. (1) overfits on the L-infinity metric (it's highly susceptible to L2 and L0 perturbations), (2) classifies unrecognizable images with high certainty, (3) performs not much better than simple input binarization and (4) features adversarial perturbations that make little sense to humans. These results suggest that MNIST is far from being solved in terms of adversarial robustness. We present a novel robust classification model that performs analysis by synthesis using learned class-conditional data distributions. We…
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 · Bacillus and Francisella bacterial research · Advanced Malware Detection Techniques
