Papers › Scaling Compute Is Not All You Need for Adversarial Robustness

Scaling Compute Is Not All You Need for Adversarial Robustness

20 Dec 2023arXiv:2312.13131archive 2025-07-28

Edoardo Debenedetti, Zishen Wan, Maksym Andriushchenko, Vikash Sehwag, Kshitij Bhardwaj, Bhavya Kailkhura

The last six years have witnessed significant progress in adversarially robust deep learning. As evidenced by the CIFAR-10 dataset category in RobustBench benchmark, the accuracy under ℓ_∞ adversarial perturbations improved from 44\% in \citet{Madry2018Towards} to 71\% in \citet{peng2023robust}. Although impressive, existing state-of-the-art is still far from satisfactory. It is further observed that best-performing models are often very large models adversarially trained by industrial labs with significant computational budgets. In this paper, we aim to understand: ``how much longer can computing power drive adversarial robustness advances?" To answer this question, we derive \emph{scaling laws for adversarial robustness} which can be extrapolated in the future to provide an estimate of how much cost we would need to pay to reach a desired level of robustness. We show that increasing the FLOPs needed for adversarial training does not bring as much advantage as it does for standard training in terms of performance improvements. Moreover, we find that some of the top-performing techniques are difficult to exactly reproduce, suggesting that they are not robust enough for minor changes in the training setup. Our analysis also uncovers potentially worthwhile directions to pursue in future research. Finally, we make our benchmarking framework (built on top of \texttt{timm}~\citep{rw2019timm}) publicly available to facilitate future analysis in efficient robust deep learning.

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

Code

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

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

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

14 samples harvested; 12 ran; 3 honoured the contract we drafted; 2 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.

3ran · honoured contract
2ran · our draft was wrong
7ran
2unverified

Licence: 14 of the 14 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 dedeswim/timm-adv-training. “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.

count_params dedeswim/timm-adv-training/benchmark.py official repository ran · honoured contract no licence file found · pointer only · 410bffb8a07b52e3 · report
check_end_of_training dedeswim/timm-adv-training/check_end_of_training.py official repository ran no licence file found · pointer only · e35ff2bdc490fe54 · report
check_end_of_training dedeswim/timm-adv-training/create_csv.py official repository ran no licence file found · pointer only · dacaeb0776b0fadb · report
conv1x1 dedeswim/timm-adv-training/src/models/adv_resnet.py official repository ran · our draft was wrong no licence file found · pointer only · d9def42110729a85 · report
conv3x3 dedeswim/timm-adv-training/src/models/adv_resnet.py official repository ran · our draft was wrong no licence file found · pointer only · 160bb14bd76201b4 · report
count_model_parameters dedeswim/timm-adv-training/create_csv.py official repository ran no licence file found · pointer only · 9ba2e71ff9efea7b · report
cuda_timestamp dedeswim/timm-adv-training/benchmark.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 50d653ee6a59955c · report
float_or_none dedeswim/timm-adv-training/create_csv.py official repository ran fingerprinted no licence file found · pointer only · 7784f1eaf0ecd721 · report
init_linf dedeswim/timm-adv-training/src/attacks.py official repository ran no licence file found · pointer only · 3120bc13e5c3119a · report
project_linf dedeswim/timm-adv-training/src/attacks.py official repository ran no licence file found · pointer only · d0c7744cdca9dcda · report
summary_row_dict dedeswim/timm-adv-training/src/monitor.py official repository ran no licence file found · pointer only · bdf711c61b603111 · report
timestamp dedeswim/timm-adv-training/benchmark.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 475160c5a1a1225a · report
init_l2 dedeswim/timm-adv-training/src/attacks.py official repository unverified no licence file found · pointer only · a4a0d88d7ad50530 · report
parse_args dedeswim/timm-adv-training/src/arg_parser.py official repository unverified no licence file found · pointer only · 6e589cc8596033c9 · report

Tasks

Adversarial RobustnessAllBenchmarking

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