File size: 3,151 Bytes
5c61abb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
  "schema_version": 1,
  "title": "Reproduction: Momentum Further Constrains Sharpness at the Edge of Stochastic Stability",
  "emoji": "🎯",
  "space_id": "snaykey/repro-momentum-sharpness-eos",
  "paper": {
    "openreview_id": "mL4i6z7Miy"
  },
  "tags": [
    "icml2026-repro",
    "paper-mL4i6z7Miy"
  ],
  "updated_at": "2026-07-31T00:00:00Z",
  "root": {
    "slug": "index",
    "title": "Reproduction: Momentum Further Constrains Sharpness at the Edge of Stochastic Stability",
    "file": "pages/index.md",
    "children": [
      {
        "slug": "executive-summary",
        "title": "Executive summary",
        "file": "pages/executive-summary/page.md",
        "children": []
      },
      {
        "slug": "claim-1-eoss-batch-dependent",
        "title": "SGD with momentum (SGDM) exhibits an Edge of Stochastic Stability regime whose batch-size-dependent behavior cannot be explained by a single stability threshold, unlike vanilla SGD (Section 3).",
        "file": "pages/claim-1-eoss-batch-dependent/page.md",
        "children": []
      },
      {
        "slug": "claim-2-theorem-4-1",
        "title": "In the noise-dominated (small-batch) regime, SGDM's mean-square stability condition reduces to a spectral-radius condition rho(I - eta_eff K + eta_eff^2 G) < 1 with effective learning rate eta_eff = eta/(1-beta) (Theorem 4.1).",
        "file": "pages/claim-2-theorem-4-1/page.md",
        "children": []
      },
      {
        "slug": "claim-3-small-batch-plateau",
        "title": "Batch Sharpness converges to a plateau of approximately 2(1-beta)/eta at small batch sizes, indicating momentum drives SGD toward flatter regions than vanilla SGD in this regime (Section 4).",
        "file": "pages/claim-3-small-batch-plateau/page.md",
        "children": []
      },
      {
        "slug": "claim-4-large-batch-plateau",
        "title": "Batch Sharpness converges to a plateau of approximately 2(1+beta)/eta for SGDM at large batch sizes, consistent with full-batch gradient descent dynamics and sharper minima (Section 4).",
        "file": "pages/claim-4-large-batch-plateau/page.md",
        "children": []
      },
      {
        "slug": "claim-5-figure3-mlp-cnn",
        "title": "Figure 3 empirically shows batch-size-dependent Batch Sharpness plateaus for MLP and CNN architectures on CIFAR-10, with SGD with Nesterov momentum (SGDN) reaching the deterministic plateau at smaller batch sizes than SGDM (Figure 3).",
        "file": "pages/claim-5-figure3-mlp-cnn/page.md",
        "children": []
      },
      {
        "slug": "claim-6-figure6-catapults",
        "title": "Figure 6 shows intervention experiments in which increasing learning rate or momentum, or decreasing batch size, triggers sharp loss 'catapults' once Batch Sharpness exceeds its operating plateau (Figure 6).",
        "file": "pages/claim-6-figure6-catapults/page.md",
        "children": []
      },
      {
        "slug": "conclusion",
        "title": "Conclusion",
        "file": "pages/conclusion/page.md",
        "children": []
      }
    ]
  }
}