Reproduction logbook — paper-mL4i6z7Miy

Paper: Momentum Further Constrains Sharpness at the Edge of Stochastic Stability — Arseniy Andreyev, Advikar Ananthkumar, Marc Walden, Tomaso Poggio, and Pierfrancesco Beneventano. OpenReview mL4i6z7Miy; arXiv 2604.14108.

Result: C1/C2/C6 VERIFIED; C3/C4/C5 FALSIFIED in the reduced exact-measurement scope (12/12 expected, no abstentions).

This logbook checks the registered claims with the paper's own update equations, plateau formulas, printed experiment settings, and figures. The independent calculations are CPU-only and do not run the author's training/demo scripts. The main numerical validator is code/independent_recompute.py; its raw result is outputs/independent_recompute.json.

The paper defines heavy-ball SGDM as v_{t+1}=βv_t+g_t, θ_{t+1}=θ_t−ηv_{t+1} (Eq. 5, p. 3), and SGDN as v_{t+1}=βv_t+g_t(θ_t−βηv_t), θ_{t+1}=θ_t−ηv_{t+1} (Eq. 6, p. 3). It reports the small-batch plateau 2(1−β)/η, the large-batch SGDM plateau 2(1+β)/η, and the large-batch SGDN plateau 2(1+β)/(η(1+2β)) (Eqs. 1–2, pp. 1–2; Eq. 8, p. 5). C1/C2/C6 retain their prior evidence; the repaired C3–C5 pages add direct reduced-width CPU HVP measurements of the exact Batch Sharpness quantity.

Layout

pages/
  index.md
  registered-claims.md
  executive-summary/page.md
  claim-1-batch-dependent-eoss/page.md
  claim-2-theorem41/page.md
  claim-3-small-batch-plateau/page.md
  claim-4-large-batch-plateau/page.md
  claim-5-figure3-sgdn-transition/page.md
  claim-6-figure6-interventions/page.md
  conclusion/page.md
code/independent_recompute.py
outputs/independent_recompute.json
code/reproduce_reduced_plateaus.py
code/reproduce_reduced_cnn.py
outputs/reduced_plateau_summary.json
work/paper.pdf and work/paper.txt (pinned source and layout extraction)

Reproducing

python3 code/independent_recompute.py

The script uses NumPy only for small matrix eigensolves and writes a JSON artifact. It has no dataset, checkpoint, GPU, network, author-repository, or proprietary-API dependency. It is intentionally bounded to small scalar/2D operators and arithmetic checks.

Source pins and calibration

icml2026-repro · paper-mL4i6z7Miy