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.
| Claim | Kind | Verdict |
|---|---|---|
| 1 · 2 · 3 | theory | verified |
| 4 | expt | efficiency ✓ / acc ✗ |
| 5 | expt | verified (reduced) |
| 6 | expt | not repro (reduced) |
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$.
| Check | Predicted | Measured |
|---|---|---|
| D1a slope | 4 | 4.0000 |
| D1b slope | −η = −0.1 | −0.1000 |
| KL log-slope | < 0 | −0.165 |
| flat-basin mass | π⋆ > e^(−βu) | 4e-9 ≫ 2e-13 |
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$.
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.001 | 0.0036 | 0.0042 |
| 0.008 | 0.0227 | 0.0278 |
| 0.032 | 0.1648 | 0.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.
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$.
$\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.
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×).
| Optimizer | acc | s/iter |
|---|---|---|
| SGD | 41.50 | 0.592 |
| SAM | 41.45 | 1.173 |
| fSGLD | 39.97 | 0.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.
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.
| Optimizer | fine-tune acc |
|---|---|
| SGD | 46.24 |
| SAM | 46.39 |
| fSGLD | 46.95 |
Hessian spectrum of the trained models (Hutchinson trace + power-iteration $\lambda_{\text{top}}$). Paper: fSGLD flatter than SGD.
| Optimizer | tr H ↓ | λtop ↓ |
|---|---|---|
| SGD | 984.9 | 95.8 |
| SAM (flattest) | 831.8 | 87.5 |
| fSGLD | 3042.9 | 331.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.5 | 0.1 | 0.5 | 0.9 | 1.5 |
|---|---|---|---|---|---|
| acc % | 1.0 | 40.0 | 41.4 | 41.5 | 41.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.
| Axis | This repro | Paper |
|---|---|---|
| Model | SmallCNN 0.5M | ResNet-34 / ViT-B/16 |
| Data | 15k subset | 50k + WebVision |
| Epochs | 30 / 15 | 150 / 75 |
| Hardware | CPU | A100 GPUs |