Papers › Shedding More Light on Robust Classifiers under the lens of Energy-based Models

Shedding More Light on Robust Classifiers under the lens of Energy-based Models

8 Jul 2024arXiv:2407.06315archive 2025-07-28

Mujtaba Hussain Mirza, Maria Rosaria Briglia, Senad Beadini, Iacopo Masi

By reinterpreting a robust discriminative classifier as Energy-based Model (EBM), we offer a new take on the dynamics of adversarial training (AT). Our analysis of the energy landscape during AT reveals that untargeted attacks generate adversarial images much more in-distribution (lower energy) than the original data from the point of view of the model. Conversely, we observe the opposite for targeted attacks. On the ground of our thorough analysis, we present new theoretical and practical results that show how interpreting AT energy dynamics unlocks a better understanding: (1) AT dynamic is governed by three phases and robust overfitting occurs in the third phase with a drastic divergence between natural and adversarial energies (2) by rewriting the loss of TRadeoff-inspired Adversarial DEfense via Surrogate-loss minimization (TRADES) in terms of energies, we show that TRADES implicitly alleviates overfitting by means of aligning the natural energy with the adversarial one (3) we empirically show that all recent state-of-the-art robust classifiers are smoothing the energy landscape and we reconcile a variety of studies about understanding AT and weighting the loss function under the umbrella of EBMs. Motivated by rigorous evidence, we propose Weighted Energy Adversarial Training (WEAT), a novel sample weighting scheme that yields robust accuracy matching the state-of-the-art on multiple benchmarks such as CIFAR-10 and SVHN and going beyond in CIFAR-100 and Tiny-ImageNet. We further show that robust classifiers vary in the intensity and quality of their generative capabilities, and offer a simple method to push this capability, reaching a remarkable Inception Score (IS) and FID using a robust classifier without training for generative modeling. The code to reproduce our results is available at http://github.com/OmnAI-Lab/Robust-Classifiers-under-the-lens-of-EBM/ .

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

Code

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

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

omnai-lab/robust-classifiers-under-the-lens-of-ebm officialmentioned in papermentioned on GitHubpytorchMIT 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; 7 ran; 0 honoured the contract we drafted; 3 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 · our draft was wrong
4ran
3unverified

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 OmnAI-Lab/Robust-Classifiers-under-the-lens-of-EBM. “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.

WEAT_adv OmnAI-Lab/Robust-Classifiers-under-the-lens-of-EBM/Adversarial ML/WEAT_loss.py official repository ran · our draft was wrong MIT (permissive) · fb79541499d1aa7e · report
call_bn omnai-lab/robust-classifiers-under-the-lens-of-ebm/image_generation/norms.py official repository ran MIT (permissive) · 112fb9db5c4e35cc · report
compute_weights OmnAI-Lab/Robust-Classifiers-under-the-lens-of-EBM/Adversarial ML/WEAT_loss.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · f2e90ad69c40bd2a · report
energy_x OmnAI-Lab/Robust-Classifiers-under-the-lens-of-EBM/Adversarial ML/WEAT_loss.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 3b02bed9d1de1c13 · report
get_norm omnai-lab/robust-classifiers-under-the-lens-of-ebm/image_generation/norms.py official repository ran MIT (permissive) · 5c287586436a7685 · report
load_tiny_imagenet omnai-lab/robust-classifiers-under-the-lens-of-ebm/Robustnes_test/dataset_loader.py official repository ran MIT (permissive) · 68eabfc0ae125aee · report
ti_ResNet18 omnai-lab/robust-classifiers-under-the-lens-of-ebm/Robustnes_test/ti_resnet.py official repository ran MIT (permissive) · 33f9787e2217480f · report
load_cifar10 omnai-lab/robust-classifiers-under-the-lens-of-ebm/image_generation/utils.py official repository unverified MIT (permissive) · f4b0898be0b428b7 · report
load_cifar100 omnai-lab/robust-classifiers-under-the-lens-of-ebm/image_generation/utils.py official repository unverified MIT (permissive) · 681c8eb66d1b4ebc · report
load_svhn omnai-lab/robust-classifiers-under-the-lens-of-ebm/Robustnes_test/dataset_loader.py official repository unverified MIT (permissive) · d512774ae8b4915f · report

Tasks

Adversarial Defense

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