Papers › Data Augmentation Alone Can Improve Adversarial Training

Data Augmentation Alone Can Improve Adversarial Training

24 Jan 2023arXiv:2301.09879archive 2025-07-28

Lin Li, Michael Spratling

Adversarial training suffers from the issue of robust overfitting, which seriously impairs its generalization performance. Data augmentation, which is effective at preventing overfitting in standard training, has been observed by many previous works to be ineffective in mitigating overfitting in adversarial training. This work proves that, contrary to previous findings, data augmentation alone can significantly boost accuracy and robustness in adversarial training. We find that the hardness and the diversity of data augmentation are important factors in combating robust overfitting. In general, diversity can improve both accuracy and robustness, while hardness can boost robustness at the cost of accuracy within a certain limit and degrade them both over that limit. To mitigate robust overfitting, we first propose a new crop transformation, Cropshift, which has improved diversity compared to the conventional one (Padcrop). We then propose a new data augmentation scheme, based on Cropshift, with much improved diversity and well-balanced hardness. Empirically, our augmentation method achieves the state-of-the-art accuracy and robustness for data augmentations in adversarial training. Furthermore, when combined with weight averaging it matches, or even exceeds, the performance of the best contemporary regularization methods for alleviating robust overfitting. Code is available at: https://github.com/TreeLLi/DA-Alone-Improves-AT.

PaperPDFCodeCode 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="2301.09879")

Code

Syntology Ran 1 of 15 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

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

treelli/da-alone-improves-at officialmentioned in paperpytorchMIT 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

15 samples harvested; 1 ran; 0 honoured the contract we drafted; 14 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.

1ran · our draft was wrong
14unverified

Licence: 0 of the 15 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 treelli/da-alone-improves-at. “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.

conv3x3 treelli/da-alone-improves-at/src/model/wide_resnet.py official repository ran · our draft was wrong MIT (permissive) · 583f9780bdd00a45 · report
accuracy treelli/da-alone-improves-at/src/utils/helper.py official repository unverified MIT (permissive) · 4fd5d1dd1a797d37 · report
check_bn treelli/da-alone-improves-at/src/utils/swa.py official repository unverified MIT (permissive) · 37174e6f1756c905 · report
complete_ids treelli/da-alone-improves-at/src/utils/log.py official repository unverified MIT (permissive) · 4e3bcb7fb6c461e4 · report
gather_all treelli/da-alone-improves-at/src/utils/helper.py official repository unverified MIT (permissive) · e7976a487657389f · report
ids_from_idx treelli/da-alone-improves-at/src/utils/log.py official repository unverified MIT (permissive) · eac0350365e31875 · report
idx_from_ids treelli/da-alone-improves-at/src/utils/log.py official repository unverified MIT (permissive) · c4060e502670b5cb · report
input_grad treelli/da-alone-improves-at/src/utils/adversary.py official repository unverified MIT (permissive) · b63f8dddc272ba67 · report
perturb treelli/da-alone-improves-at/src/utils/adversary.py official repository unverified MIT (permissive) · c4ff8c6f13f39bc5 · report
pgd treelli/da-alone-improves-at/src/utils/adversary.py official repository unverified MIT (permissive) · e36d3bdff03face5 · report
pixel_2_real treelli/da-alone-improves-at/src/config/config.py official repository unverified MIT (permissive) · 5d1ae0c45e71f173 · report
real_2_pixel treelli/da-alone-improves-at/src/config/config.py official repository unverified MIT (permissive) · f33bd487ae731b24 · report
reduce_all treelli/da-alone-improves-at/src/utils/helper.py official repository unverified MIT (permissive) · 44448a225e87438a · report
upper treelli/da-alone-improves-at/src/config/config.py official repository unverified MIT (permissive) · c4a5928bd44f924c · report
word treelli/da-alone-improves-at/src/utils/printer.py official repository unverified MIT (permissive) · d49988befbdccf83 · report

Tasks

Data AugmentationDiversity

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