Papers › Effects of Exponential Gaussian Distribution on (Double Sampling) Randomized Smoothing

Effects of Exponential Gaussian Distribution on (Double Sampling) Randomized Smoothing

4 Jun 2024arXiv:2406.02309archive 2025-07-28

Youwei Shu, Xi Xiao, Derui Wang, Yuxin Cao, Siji Chen, Jason Xue, Linyi Li, Bo Li

Randomized Smoothing (RS) is currently a scalable certified defense method providing robustness certification against adversarial examples. Although significant progress has been achieved in providing defenses against ℓₚ adversaries, the interaction between the smoothing distribution and the robustness certification still remains vague. In this work, we comprehensively study the effect of two families of distributions, named Exponential Standard Gaussian (ESG) and Exponential General Gaussian (EGG) distributions, on Randomized Smoothing and Double Sampling Randomized Smoothing (DSRS). We derive an analytic formula for ESG's certified radius, which converges to the origin formula of RS as the dimension d increases. Additionally, we prove that EGG can provide tighter constant factors than DSRS in providing Ω(√(d)) lower bounds of ℓ₂ certified radius, and thus further addresses the curse of dimensionality in RS. Our experiments on real-world datasets confirm our theoretical analysis of the ESG distributions, that they provide almost the same certification under different exponents η for both RS and DSRS. In addition, EGG brings a significant improvement to the DSRS certification, but the mechanism can be different when the classifier properties are different. Compared to the primitive DSRS, the increase in certified accuracy provided by EGG is prominent, up to 6.4% on ImageNet.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

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

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

tdano1/eg-on-smoothing officialmentioned in papermentioned on GitHubpytorch 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

20 samples harvested; 19 ran; 2 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · violated contract
2ran · our draft was wrong
14ran
1unverified

Licence: 20 of the 20 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 tdano1/eg-on-smoothing. “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.

Int_for_gamma tdano1/eg-on-smoothing/distribution.py official repository ran no licence file found · pointer only · ecc60901ba340fb0 · report
T tdano1/eg-on-smoothing/th_heuristic.py official repository ran fingerprinted no licence file found · pointer only · 46f3c7ec743814b7 · report
confidence_bound tdano1/eg-on-smoothing/smooth.py official repository ran fingerprinted no licence file found · pointer only · 2f3ad7fc799ce527 · report
confint tdano1/eg-on-smoothing/distribution.py official repository ran fingerprinted no licence file found · pointer only · 9a960e95cfbfcce0 · report
conv3x3 tdano1/eg-on-smoothing/archs/cifar_resnet.py official repository ran · our draft was wrong no licence file found · pointer only · fac5364e2f53c6db · report
conv3x3 tdano1/eg-on-smoothing/archs/wide_resnet_imagenet64.py official repository ran · our draft was wrong no licence file found · pointer only · 00e569acd6b45ef0 · report
fast_beta tdano1/eg-on-smoothing/algo/algo.py official repository ran · honoured contract no licence file found · pointer only · cc016e2d63decb65 · report
get_beta tdano1/eg-on-smoothing/th_heuristic.py official repository ran fingerprinted no licence file found · pointer only · 2a24fb5dc7d5592e · report
get_beta2 tdano1/eg-on-smoothing/th_heuristic.py official repository ran fingerprinted no licence file found · pointer only · fadbf4d5b828f448 · report
get_input_shape tdano1/eg-on-smoothing/datasets.py official repository ran fingerprinted no licence file found · pointer only · 42a362aee3014e4b · report
get_num_classes tdano1/eg-on-smoothing/datasets.py official repository ran fingerprinted no licence file found · pointer only · d11c42096411b81b · report
lambertWlog tdano1/eg-on-smoothing/utils.py official repository ran no licence file found · pointer only · 15c496ab663c5ec4 · report
ln_exp_plus_exp tdano1/eg-on-smoothing/algo/algo.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 431e5dacd9481349 · report
read_orig_Rs tdano1/eg-on-smoothing/utils.py official repository ran no licence file found · pointer only · 27a5ef2a70140e8c · report
read_pAs tdano1/eg-on-smoothing/utils.py official repository ran no licence file found · pointer only · 51b78b0b7766cfbe · report
sum_exp_greater_than_one tdano1/eg-on-smoothing/algo/algo.py official repository ran · violated contract fingerprinted no licence file found · pointer only · 781b5c0335c1dea9 · report
u2x tdano1/eg-on-smoothing/distribution.py official repository ran no licence file found · pointer only · 72bd6ca75caa17d8 · report
wide_resnet_imagenet64 tdano1/eg-on-smoothing/archs/wide_resnet_imagenet64.py official repository ran no licence file found · pointer only · 36e1813d89519d14 · report
wide_resnet_imagenet64_1000class tdano1/eg-on-smoothing/archs/wide_resnet_imagenet64.py official repository ran no licence file found · pointer only · 75a74c940c2e498e · report
get_dataset tdano1/eg-on-smoothing/datasets.py official repository unverified no licence file found · pointer only · ebd680ff3d6e442b · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Randomized Smoothing

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