Papers › Towards the first adversarially robust neural network model on MNIST

Towards the first adversarially robust neural network model on MNIST

23 May 2018ICLR 2019 5arXiv:1805.09190archive 2025-07-28

Lukas Schott, Jonas Rauber, Matthias Bethge, Wieland Brendel

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 derive bounds on the robustness and go to great length to empirically evaluate our model using maximally effective adversarial attacks by (a) applying decision-based, score-based, gradient-based and transfer-based attacks for several different Lp norms, (b) by designing a new attack that exploits the structure of our defended model and (c) by devising a novel decision-based attack that seeks to minimize the number of perturbed pixels (L0). The results suggest that our approach yields state-of-the-art robustness on MNIST against L0, L2 and L-infinity perturbations and we demonstrate that most adversarial examples are strongly perturbed towards the perceptual boundary between the original and the adversarial class.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1805.09190")

Code

Syntology Ran 0 of 10 code samples harvested from 1 repository linked to this paper; 10 have no recorded run.

By repository: community (archive-listed): 10 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

bethgelab/AnalysisBySynthesis mentioned on GitHubpytorchApache-2.0 report
jonasrauber/analysis-by-synthesis mentioned on GitHubpytorch report
lukas-schott/AnalysisBySynthesis mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 0 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

10unverified

Licence: 0 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from bethgelab/AnalysisBySynthesis. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

binarize bethgelab/AnalysisBySynthesis/abs_models/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 2c8f5ea9c0e6fd95 · report
calc_fov bethgelab/AnalysisBySynthesis/abs_models/nets.py community (archive-listed) unverified Apache-2.0 (permissive) · 624c2dd50aa62ca1 · report
calc_fov_layer bethgelab/AnalysisBySynthesis/abs_models/nets.py community (archive-listed) unverified Apache-2.0 (permissive) · 3499d7bccd145664 · report
clip_to_sphere bethgelab/AnalysisBySynthesis/abs_models/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 5e9bf57f7805934c · report
fig2img bethgelab/AnalysisBySynthesis/abs_models/visualization.py community (archive-listed) unverified Apache-2.0 (permissive) · da2ea3c124b9c9ab · report
get_batch bethgelab/AnalysisBySynthesis/abs_models/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 2a408b92ba2874cc · report
get_gaussian_samples bethgelab/AnalysisBySynthesis/abs_models/sampling.py community (archive-listed) unverified Apache-2.0 (permissive) · e864ed0d2de9f807 · report
plot bethgelab/AnalysisBySynthesis/abs_models/visualization.py community (archive-listed) unverified Apache-2.0 (permissive) · 16eefc701124af30 · report
update_distal_adv bethgelab/AnalysisBySynthesis/abs_models/attack_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 6b5f33ffc98f90ec · report
visualize_image bethgelab/AnalysisBySynthesis/abs_models/visualization.py community (archive-listed) unverified Apache-2.0 (permissive) · 2d80df353a1615bc · report

Tasks

Adversarial RobustnessBinarizationRobust classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections