Papers › Certified Robust Neural Networks: Generalization and Corruption Resistance

Certified Robust Neural Networks: Generalization and Corruption Resistance

3 Mar 2023arXiv:2303.02251archive 2025-07-28

Amine Bennouna, Ryan Lucas, Bart Van Parys

Recent work have demonstrated that robustness (to "corruption") can be at odds with generalization. Adversarial training, for instance, aims to reduce the problematic susceptibility of modern neural networks to small data perturbations. Surprisingly, overfitting is a major concern in adversarial training despite being mostly absent in standard training. We provide here theoretical evidence for this peculiar "robust overfitting" phenomenon. Subsequently, we advance a novel distributionally robust loss function bridging robustness and generalization. We demonstrate both theoretically as well as empirically the loss to enjoy a certified level of robustness against two common types of corruption--data evasion and poisoning attacks--while ensuring guaranteed generalization. We show through careful numerical experiments that our resulting holistic robust (HR) training procedure yields SOTA performance. Finally, we indicate that HR training can be interpreted as a direct extension of adversarial training and comes with a negligible additional computational burden. A ready-to-use python library implementing our algorithm is available at https://github.com/RyanLucas3/HR_Neural_Networks.

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

Code

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

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

ryanlucas3/hr_neural_networks 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

13 samples harvested; 4 ran; 0 honoured the contract we drafted; 9 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.

2ran · our draft was wrong
2ran
9unverified

Licence: 0 of the 13 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 ryanlucas3/hr_neural_networks. “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 ryanlucas3/hr_neural_networks/HR_Neural_Networks/Paper_experiments/Section_6.2/preactresnet.py official repository ran MIT (permissive) · 1153837ba4a94242 · report
l2_norm ryanlucas3/hr_neural_networks/HR_Neural_Networks/Paper_experiments/Section_6.2/Rice_TRADES/trades.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · bbffec6aadbbfd95 · report
pad ryanlucas3/hr_neural_networks/HR_Neural_Networks/Paper_experiments/Section_6.2/utils.py official repository ran MIT (permissive) · 1e0eb41fc8899d05 · report
squared_l2_norm ryanlucas3/hr_neural_networks/HR_Neural_Networks/Paper_experiments/Section_6.2/Rice_TRADES/trades.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 724c88e3f81d2123 · report
ResNet18 ryanlucas3/hr_neural_networks/HR_Neural_Networks/Paper_experiments/Section_6.3/resnet.py official repository unverified MIT (permissive) · 622328fcdcde6053 · report
ResNet34 ryanlucas3/hr_neural_networks/HR_Neural_Networks/Paper_experiments/Section_6.3/resnet.py official repository unverified MIT (permissive) · 72f12a77446ad832 · report
ResNet50 ryanlucas3/hr_neural_networks/HR_Neural_Networks/Paper_experiments/Section_6.3/resnet.py official repository unverified MIT (permissive) · e2671528972512b8 · report
clamp ryanlucas3/hr_neural_networks/HR_Neural_Networks/Paper_experiments/Section_6.2/Rice_HR/Rice_HR.py official repository unverified MIT (permissive) · 8a93e041134b597a · report
corrupt_targets ryanlucas3/hr_neural_networks/HR_Neural_Networks/Paper_experiments/helper_functions.py official repository unverified MIT (permissive) · 1c573f57796f7e63 · report
mixup_data ryanlucas3/hr_neural_networks/HR_Neural_Networks/Paper_experiments/Section_6.2/Rice_HR/Rice_HR.py official repository unverified MIT (permissive) · 8d1360df29c61c25 · report
normalise ryanlucas3/hr_neural_networks/HR_Neural_Networks/Paper_experiments/Section_6.2/utils.py official repository unverified MIT (permissive) · d2a4ac781b2a9628 · report
return_batches_to_corrupt ryanlucas3/hr_neural_networks/HR_Neural_Networks/Paper_experiments/helper_functions.py official repository unverified MIT (permissive) · 22476a8c37b21cfc · report
transpose ryanlucas3/hr_neural_networks/HR_Neural_Networks/Paper_experiments/Section_6.2/utils.py official repository unverified MIT (permissive) · c0f89c373fea538a · report

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