Papers › SORA: Free Second-Order Attacks in Fast Adversarial Training

SORA: Free Second-Order Attacks in Fast Adversarial Training

30 May 2026ICMLarXiv:2606.00738added by Syntology

Mazdak Teymourian, Ramtin Moslemi, Farzan Rahmani, Mohammad Hossein Rohban

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Adversarial Training (AT) is a leading defense against adversarial examples but often suffers from Catastrophic Overfitting (CO) in efficient single-step variants, where robustness to multi-step attacks collapses despite high single-step performance. We address this failure mode with two contributions. First, we formalize Epsilon Overfitting (EO), a perspective in which fixed perturbation magnitudes and directions exacerbate CO, and show that introducing perturbation variability significantly improves robust generalization across different architectures and datasets. Second, we propose PertAlign (Perturbation Alignment), a theoretically grounded, computationally negligible metric that predicts CO onset by measuring gradient alignment across attack stages. Leveraging these insights, we introduce SORA, an adaptive step-size AT method that dynamically adjusts perturbations based on loss surface geometry. SORA consistently prevents CO, achieves state-of-the-art robustness and clean accuracy, and generalizes across datasets and architectures using a single fixed set of hyperparameters, which is essential for applicability in fast AT. Extensive experiments on diverse datasets and architectures show that SORA matches or surpasses the robustness of prior methods while delivering higher clean accuracy and superior efficiency. Code is available at https://github.com/SecondOrderAT/SORA.

PaperPDFCode 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="2606.00738")

Code

Syntology Ran 18 of 22 code samples harvested from 4 repositories linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · violated contract; 4 ran · our draft was wrong; 13 ran with no contract checked.

By repository: found in paper text by Syntology: 22 samples from 4 repositories, 18 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

LIONS-EPFL/ELLE found in paper text by Syntology report
tmllab/2023_NeurIPS_AAER found in paper text by SyntologyMIT report
yaodongyu/TRADES found in paper text by Syntology report
val-iisc/NuAT found in paper text by SyntologyMIT report
HuangZhiChao95/ATAS found in paper text by Syntology report

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; 18 ran; 0 honoured the contract we drafted; 4 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 · violated contract
4ran · our draft was wrong
13ran
4unverified

Licence: 11 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 4 repositories linked to this paper, official or community; each sample names its own and says which. “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.

PreActResNet18 HuangZhiChao95/ATAS/models/preact_resnet.py found in paper text by Syntology ran no licence file found · pointer only · 40db4256aab2ed92 · report
PreActResNet18 tmllab/2023_NeurIPS_AAER/CIFAR10/preact_resnet.py found in paper text by Syntology ran MIT (permissive) · 0234f49f9592dec8 · report
accuracy LIONS-EPFL/ELLE/core/metrics.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 9aa516330b945a07 · report
aug HuangZhiChao95/ATAS/data_aug.py found in paper text by Syntology ran no licence file found · pointer only · 1db1dd6425b63b5f · report
aug_trans HuangZhiChao95/ATAS/data_aug.py found in paper text by Syntology ran no licence file found · pointer only · d27bb6315a15c4c7 · report
clamp LIONS-EPFL/ELLE/eval_pgd50-10.py found in paper text by Syntology ran MIT (permissive) · 0beec913c324c82a · report
conv3x3 val-iisc/NuAT/CIFAR10/WideResNet.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 00e569acd6b45ef0 · report
conv3x3 val-iisc/NuAT/CIFAR10/ResNet.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 583f9780bdd00a45 · report
find_classes tmllab/2023_NeurIPS_AAER/Imagenet-100/Imagenet.py found in paper text by Syntology ran MIT (permissive) · 403277d0bfbb477b · report
get_adv_constant_step_size HuangZhiChao95/ATAS/adv_attack.py found in paper text by Syntology ran no licence file found · pointer only · 5c55df680856e8fa · report
get_adv_pgd HuangZhiChao95/ATAS/adv_attack.py found in paper text by Syntology ran no licence file found · pointer only · 4d4c7cf40ff274bc · report
get_uniform_delta LIONS-EPFL/ELLE/ImageNet/ImageNet/main_fast.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 8261eb96c4a49fc4 · report
inverse_aug HuangZhiChao95/ATAS/data_aug.py found in paper text by Syntology ran no licence file found · pointer only · f9898b2d918ac6a5 · report
is_image_file tmllab/2023_NeurIPS_AAER/Imagenet-100/Imagenet.py found in paper text by Syntology ran · violated contract MIT (permissive) · ab4109634b75ef8b · report
l2_square tmllab/2023_NeurIPS_AAER/Imagenet-100/utils.py found in paper text by Syntology ran fingerprinted MIT (permissive) · c5c0f6aba61fc840 · report
loadPILImage tmllab/2023_NeurIPS_AAER/Imagenet-100/Imagenet.py found in paper text by Syntology ran MIT (permissive) · 27e7954cc9b19461 · report
perturb_deepfool LIONS-EPFL/ELLE/core/attacks/deepfool.py found in paper text by Syntology ran MIT (permissive) · 8a6e2e06ca96fb3c · report
perturb_fgsm HuangZhiChao95/ATAS/attack.py found in paper text by Syntology ran no licence file found · pointer only · f4eb9ee689bafcc0 · report
get_adv_adaptive_step_size HuangZhiChao95/ATAS/adv_attack.py found in paper text by Syntology unverified no licence file found · pointer only · d1571ea92eef9950 · report
load_data HuangZhiChao95/ATAS/data.py found in paper text by Syntology unverified no licence file found · pointer only · 6bb87a83f6cf07a5 · report
load_data_imagenet HuangZhiChao95/ATAS/data.py found in paper text by Syntology unverified no licence file found · pointer only · 556859d13775d382 · report
load_data_imagenet_val HuangZhiChao95/ATAS/data.py found in paper text by Syntology unverified no licence file found · pointer only · a150310cfa8cae70 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.00738, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

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