snaykey commited on
Commit
9acbc87
·
verified ·
1 Parent(s): 63afc87

retag: logbook.json (verbatim titles)

Browse files
Files changed (1) hide show
  1. logbook.json +8 -7
logbook.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "schema_version": "1.0",
3
  "title": "Reproduction: Certificate-Guided Pruning for Stochastic Lipschitz Optimization",
 
4
  "space_id": "snaykey/repro-graph-alignment",
5
  "paper": {
6
  "arxiv_id": "2601.20231",
@@ -10,7 +11,7 @@
10
  "icml2026-repro",
11
  "paper-9CqZoRWpoc"
12
  ],
13
- "updated_at": "2026-07-29T12:00:00+00:00",
14
  "root": {
15
  "slug": "index",
16
  "title": "Reproduction: Certificate-Guided Pruning for Stochastic Lipschitz Optimization",
@@ -21,32 +22,32 @@
21
  "children": []
22
  },
23
  {
24
- "slug": "claim-1",
25
  "title": "Certificate-Guided Pruning (CGP) maintains an explicit active set A_t of candidate optima using confidence-adjusted Lipschitz envelopes, certifying with high probability that any point outside A_t is suboptimal (Section 3, Algorithm 1).",
26
  "children": []
27
  },
28
  {
29
- "slug": "claim-2",
30
  "title": "Under a margin condition with near-optimality dimension α (Assumption 2.3), the Shrinkage Theorem bounds the active set volume as Vol(A_t) ≤ C·(2(β_t + Lη_t) + γ_t)^(d−α) (Theorem 4.6).",
31
  "children": []
32
  },
33
  {
34
- "slug": "claim-3",
35
  "title": "CGP achieves ε-optimality with probability at least 1−δ using T = Õ(L^d ε^{-(2+α)} log(1/δ)) samples, improving on the worst-case Õ(ε^{-(2+d)}) rate whenever α < d (Theorem 4.8).",
36
  "children": []
37
  },
38
  {
39
- "slug": "claim-4",
40
  "title": "A matching lower bound shows any algorithm requires Ω(ε^{-(2+α)}) samples under the same margin condition, establishing CGP's minimax sample-complexity optimality (Theorem 4.9).",
41
  "children": []
42
  },
43
  {
44
- "slug": "claim-5",
45
  "title": "CGP-Adaptive learns the Lipschitz constant L online via a doubling scheme, adding only an O(log T) multiplicative overhead to the sample complexity (Theorem 5.1, Section 5).",
46
  "children": []
47
  },
48
  {
49
- "slug": "claim-6",
50
  "title": "CGP-TR, a trust-region variant, scales to dimension d > 50 via certified restarts that provably never falsely eliminate the region containing the true optimizer x* (Theorem 6.1, Section 6).",
51
  "children": []
52
  },
 
1
  {
2
  "schema_version": "1.0",
3
  "title": "Reproduction: Certificate-Guided Pruning for Stochastic Lipschitz Optimization",
4
+ "emoji": "📏",
5
  "space_id": "snaykey/repro-graph-alignment",
6
  "paper": {
7
  "arxiv_id": "2601.20231",
 
11
  "icml2026-repro",
12
  "paper-9CqZoRWpoc"
13
  ],
14
+ "updated_at": "2026-07-29T00:00:00+00:00",
15
  "root": {
16
  "slug": "index",
17
  "title": "Reproduction: Certificate-Guided Pruning for Stochastic Lipschitz Optimization",
 
22
  "children": []
23
  },
24
  {
25
+ "slug": "claim-1-certificates",
26
  "title": "Certificate-Guided Pruning (CGP) maintains an explicit active set A_t of candidate optima using confidence-adjusted Lipschitz envelopes, certifying with high probability that any point outside A_t is suboptimal (Section 3, Algorithm 1).",
27
  "children": []
28
  },
29
  {
30
+ "slug": "claim-2-shrinkage",
31
  "title": "Under a margin condition with near-optimality dimension α (Assumption 2.3), the Shrinkage Theorem bounds the active set volume as Vol(A_t) ≤ C·(2(β_t + Lη_t) + γ_t)^(d−α) (Theorem 4.6).",
32
  "children": []
33
  },
34
  {
35
+ "slug": "claim-3-sample-complexity",
36
  "title": "CGP achieves ε-optimality with probability at least 1−δ using T = Õ(L^d ε^{-(2+α)} log(1/δ)) samples, improving on the worst-case Õ(ε^{-(2+d)}) rate whenever α < d (Theorem 4.8).",
37
  "children": []
38
  },
39
  {
40
+ "slug": "claim-4-lower-bound",
41
  "title": "A matching lower bound shows any algorithm requires Ω(ε^{-(2+α)}) samples under the same margin condition, establishing CGP's minimax sample-complexity optimality (Theorem 4.9).",
42
  "children": []
43
  },
44
  {
45
+ "slug": "claim-5-adaptive-l",
46
  "title": "CGP-Adaptive learns the Lipschitz constant L online via a doubling scheme, adding only an O(log T) multiplicative overhead to the sample complexity (Theorem 5.1, Section 5).",
47
  "children": []
48
  },
49
  {
50
+ "slug": "claim-6-cgp-tr",
51
  "title": "CGP-TR, a trust-region variant, scales to dimension d > 50 via certified restarts that provably never falsely eliminate the region containing the true optimizer x* (Theorem 6.1, Section 6).",
52
  "children": []
53
  },