Papers › Maximum-Entropy Adversarial Data Augmentation for Improved Generalization and Robustness

Maximum-Entropy Adversarial Data Augmentation for Improved Generalization and Robustness

15 Oct 2020NeurIPS 2020 12arXiv:2010.08001archive 2025-07-28

Long Zhao, Ting Liu, Xi Peng, Dimitris Metaxas

Adversarial data augmentation has shown promise for training robust deep neural networks against unforeseen data shifts or corruptions. However, it is difficult to define heuristics to generate effective fictitious target distributions containing "hard" adversarial perturbations that are largely different from the source distribution. In this paper, we propose a novel and effective regularization term for adversarial data augmentation. We theoretically derive it from the information bottleneck principle, which results in a maximum-entropy formulation. Intuitively, this regularization term encourages perturbing the underlying source distribution to enlarge predictive uncertainty of the current model, so that the generated "hard" adversarial perturbations can improve the model robustness during training. Experimental results on three standard benchmarks demonstrate that our method consistently outperforms the existing state of the art by a statistically significant margin.

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="2010.08001")

Code

Syntology Ran 17 of 22 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 5 ran · our draft was wrong; 12 ran with no contract checked.

By repository: official repository: 22 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

garyzhao/ME-ADA officialmentioned in papermentioned 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

22 samples harvested; 17 ran; 0 honoured the contract we drafted; 5 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.

5ran · our draft was wrong
12ran
5unverified

Licence: 0 of the 22 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 garyzhao/ME-ADA. “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.

AllConvNet garyzhao/ME-ADA/model_cifar.py official repository ran BSD-3-Clause (permissive) · 2190125be2989110 · report
BasicBlock garyzhao/ME-ADA/model_cifar.py official repository ran fingerprinted BSD-3-Clause (permissive) · e28e6b33589030ee · report
Bottleneck garyzhao/ME-ADA/model_cifar.py official repository ran fingerprinted BSD-3-Clause (permissive) · b7b0351f60ac3a4a · report
CifarResNeXt garyzhao/ME-ADA/model_cifar.py official repository ran BSD-3-Clause (permissive) · 9a69a7117b29ff25 · report
Denormalise garyzhao/ME-ADA/model_cifar.py official repository ran fingerprinted BSD-3-Clause (permissive) · 4a47aedd3d544b45 · report
DenseNet garyzhao/ME-ADA/model_cifar.py official repository ran BSD-3-Clause (permissive) · 1e6effa8af67f1f1 · report
GELU garyzhao/ME-ADA/model_cifar.py official repository ran fingerprinted BSD-3-Clause (permissive) · a3653639a4779e6c · report
NetworkBlock garyzhao/ME-ADA/model_cifar.py official repository ran fingerprinted BSD-3-Clause (permissive) · 6aa4a39a16fbc4fc · report
ResNeXtBottleneck garyzhao/ME-ADA/model_cifar.py official repository ran BSD-3-Clause (permissive) · d1f712f2674c7e26 · report
SingleLayer garyzhao/ME-ADA/model_cifar.py official repository ran fingerprinted BSD-3-Clause (permissive) · 24cce59d906bf43b · report
Transition garyzhao/ME-ADA/model_cifar.py official repository ran fingerprinted BSD-3-Clause (permissive) · 8710e0de3e2bf007 · report
WideResNet garyzhao/ME-ADA/model_cifar.py official repository ran BSD-3-Clause (permissive) · 64abc4d84960db53 · report
densenet garyzhao/ME-ADA/model_cifar.py official repository ran · our draft was wrong BSD-3-Clause (permissive) · 9e21fa66980b9f96 · report
entropy_loss garyzhao/ME-ADA/model_cifar.py official repository ran · our draft was wrong fingerprinted BSD-3-Clause (permissive) · 10487302bd997fba · report
make_layers garyzhao/ME-ADA/model_cifar.py official repository ran · our draft was wrong BSD-3-Clause (permissive) · fc16595d232916da · report
resnext29 garyzhao/ME-ADA/model_cifar.py official repository ran · our draft was wrong BSD-3-Clause (permissive) · 9fbec066275ba93d · report
sgd garyzhao/ME-ADA/model_cifar.py official repository ran · our draft was wrong BSD-3-Clause (permissive) · e54d44b5a4d7e951 · report
ModelADA garyzhao/ME-ADA/model_cifar.py official repository unverified BSD-3-Clause (permissive) · bdde82053558f603 · report
ModelBaseline garyzhao/ME-ADA/model_cifar.py official repository unverified BSD-3-Clause (permissive) · b91d260808e5ccec · report
ModelMEADA garyzhao/ME-ADA/model_cifar.py official repository unverified BSD-3-Clause (permissive) · c29a896aa9b7f6c6 · report
fix_all_seed garyzhao/ME-ADA/model_cifar.py official repository unverified BSD-3-Clause (permissive) · 43b4e7134e89de82 · report
write_log garyzhao/ME-ADA/model_cifar.py official repository unverified BSD-3-Clause (permissive) · f71d878c2fdfce45 · report

Tasks

Data Augmentation

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