ICML
2026
REPRODUCTION

Flatness-Aware SGLD: Reproduction

Theory verified to machine precision; the per-step efficiency claim reproduces; the large-scale accuracy & flatness gains are not visible at CPU-affordable reduced scale.
Independent reproduction agent (Claude Code) · ICML 2026 Reproducibility Challenge Paper: arXiv 2510.02174 · OpenReview Kw0nhxeTeI · CPU-only (numpy + Modal 32-core)
QR code linking to the published Trackio reproduction logbook
Full logbook
CLAIM SCORECARD  fSGLD = SGLD on the smoothing surrogate $g_\sigma$; the coupling $\sigma=\beta^{-(1+\eta)/4}$ makes its invariant measure target the Hessian-trace regularized Gibbs law, biasing toward flat minima at one gradient per step. We audit all three theorems exactly, and run all three experiments at the largest reduced scale the CPU-only budget allows, reporting each verdict on its own claim page.
1What was reproduced

fSGLD runs SGLD on the randomized-smoothing surrogate $g_\sigma(\theta)=\mathbb{E}_\varepsilon[u(\theta+\varepsilon)]$. Since $g_\sigma = u + \tfrac{\sigma^2}{2}\,\mathrm{tr}\,H + O(\sigma^4)$, its invariant measure targets the Hessian-trace regularized Gibbs law, biasing toward flat minima at one gradient per step.

ClaimKindVerdict
1 · 2 · 3theoryverified
4exptefficiency ✓ / acc ✗
5exptverified (reduced)
6exptnot repro (reduced)
Theory verifies to machine precision and the efficiency claim reproduces, but the large-scale accuracy and flatness gains do not appear at CPU-affordable scale.
2Claim 1 — coupling ⇒ target

Prop 3.4 (claim mislabels "3.1"): under $\sigma=\beta^{-(1+\eta)/4}$, $W_2(\pi^{\mathrm{fSGLD}}_\beta,\pi^\star_{\beta,\sigma})\!\to\!0$. The surrogate residual $g_\sigma-v$ is exactly $3\sigma^4$.

Remainder scaling (Part A) $$\text{slope}\,\log|g_\sigma\!-\!v|\,/\log\sigma = 4.0000$$
  • Coupling kills remainder: $\beta\!\cdot\!\mathbb{E}[R]\sim\beta^{-\eta}$, slope $=-0.1000=-\eta$.
  • KL/$W_2$ shrink at large $\beta$; flatness bias directional.
CheckPredictedMeasured
D1a slope44.0000
D1b slope−η = −0.1−0.1000
KL log-slope< 0−0.165
flat-basin massπ⋆ > e^(−βu)4e-9 ≫ 2e-13
3Claim 2 — discretization rates

Thm 3.5 / Cor D.16 (claim mislabels "3.2/3.3"): $W_1$ discretization is $O(\lambda^{1/2})$, $W_2$ is $O(\lambda^{1/4})$, above an invariant-measure floor $D$.

Fitted exponents, Part C $$p_{W_1}=2.18\;(\geq 0.40),\quad q_{W_2}=3.46\;(\geq 0.20)$$

Measured error decays within the $O(\sqrt\lambda)$ / $O(\lambda^{1/4})$ envelopes; the $k$-sweep shows the predicted exponential-in-$k$ mixing saturating at floor $D$.

λW₁W₂
0.0010.00360.0042
0.0080.02270.0278
0.0320.16480.3301

The $k$-sweep W₁ falls 20k→0.049, 100k→0.026, 500k→0.024, then holds at floors W₁ 0.0165, W₂ 0.0507.

4Claim 3 — excess risk

Thm 3.8 (claim mislabels "3.5"): $\mathbb{E}[v(\theta_k)]-\inf v \leq D_1 e^{-\dot c\lambda k/4}+D_2\lambda^{1/4}+D_3$.

Floor-subtracted rate $$r_{\text{excess}}=9.97\;\;(\geq 0.20),\;\text{decreasing}$$
Reading. $v=u+\tfrac{\sigma^2}{2}\mathrm{tr}\,H$ penalizes curvature, so minimizing $v$ = converging toward flat minima. Excess risk sits at a finite-$\beta$ floor, exactly as Thm 3.8 predicts.

$\mathbb{E}[v(\theta_k)]-\inf v$ across λ: 0.317, 0.316, 0.314, 0.308, 0.306, 0.323 — floor $D_3 \approx 0.312$. The λ-dependent part is small and in-envelope; the finite-β floor dominates — exactly as expected, since the paper stresses fSGLD operates at finite β and is not an annealing scheme.

5Claim 4 — ResNet-34 scratch

Reduced scale: SmallCNN 0.5M, 15k CIFAR-100N subset (real 40.2% human noise), 30 ep, 3 seeds, fixed β=1e8.

Efficiency ✓ (architecture-independent): SAM needs 2 gradient evals, fSGLD needs 1 — measured cost ratio matches the paper's mechanism (paper 41.3/23.7 ≈ 1.74×).

1.92×
SAM /
fSGLD ✓
1.03×
fSGLD /
SGD ✓
40.0%
fSGLD acc
< SAM 41.5 ✗
Optimizeraccs/iter
SGD41.500.592
SAM41.451.173
fSGLD39.970.611

Accuracy ✗ (reduced): fSGLD 39.97% < SAM 41.45%; the paper's fSGLD > SAM (61.51 vs 59.18) needs the full ResNet and a tuned β. Extraction defect: the claim's 62.02% appears nowhere in the paper.

6Claim 5 — fine-tune regime

Emulated fine-tuning (clean-pretrain → noisy-finetune SmallCNN; ViT-B/16 backbone not downloadable on CPU budget). Same optimizer that lost from scratch wins here.

  • fSGLD 46.95% > SAM 46.39% > SGD 46.24%.
  • Paper ordering (fSGLD 75.67 > SAM 74.66) reproduces.
Optimizerfine-tune acc
SGD46.24
SAM46.39
fSGLD46.95
Flatness bias helps most when resisting noisy-label overfitting from a good pretrained basin — exactly the regime with the smaller fSGLD−SAM gap in the paper.
7Claim 6 — ablation + flatness

Hessian spectrum of the trained models (Hutchinson trace + power-iteration $\lambda_{\text{top}}$). Paper: fSGLD flatter than SGD.

Optimizer tr H ↓ λtop
SGD984.995.8
SAM (flattest)831.887.5
fSGLD3042.9331.7

Reversed at reduced scale: fSGLD's final iterate is ~3× sharper than SGD, not flatter; SAM is the flattest.

Coupling ablation — accuracy vs implied η (β fixed):

η−0.50.10.50.91.5
acc %1.040.041.441.541.4

Negative η diverges (✓ coupling sign matters), but the prescribed η=0.1 is not the peak and η=1.5 does not drop — the strict interior-(0,1) optimum is not reproduced here.

8Scope & verdicts
  • Claims 1–3 (theory) — VERIFIED, machine precision.
  • Claim 4 — efficiency ✓ / accuracy ✗ (reduced).
  • Claim 5 — VERIFIED (reduced, fine-tune).
  • Claim 6 — NOT reproduced (reduced).
AxisThis reproPaper
ModelSmallCNN 0.5MResNet-34 / ViT-B/16
Data15k subset50k + WebVision
Epochs30 / 15150 / 75
HardwareCPUA100 GPUs
Cost: theory ≈ \$0 (numpy, 6.3 s); experiments ≈ \$6 est. (~4.5 h on a 32-core Modal CPU). Data is real, sha256-verified CIFAR-100N with genuine human label noise; no GPU was used, and every derivation, script and log ships in the linked bundle.
9 Takeaways 
Theory holds.Surrogate identity & coupling exact to 1e-12; all 3 theorems verified.
Efficiency holds.SAM ≈ 1.9× fSGLD per-step cost — architecture-independent.
Scale matters.From-scratch accuracy & flatness gains vanish at CPU-affordable scale.
Claim text buggy.62.02% not in paper; every theorem/table/figure mis-numbered.