snaykey commited on
Commit
71832e5
·
verified ·
1 Parent(s): f5b1214

logbook.json (verbatim titles)

Browse files
Files changed (1) hide show
  1. logbook.json +70 -0
logbook.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "title": "Reproduction: Improved Stochastic Optimization of LogSumExp",
4
+ "emoji": "🧮",
5
+ "space_id": "snaykey/repro-logsumexp-opt",
6
+ "paper": {
7
+ "arxiv_id": "2509.24894",
8
+ "openreview_id": "TzQElzflxR"
9
+ },
10
+ "tags": [
11
+ "icml2026-repro",
12
+ "paper-TzQElzflxR"
13
+ ],
14
+ "updated_at": "2026-07-28T00:00:00+00:00",
15
+ "root": {
16
+ "slug": "index",
17
+ "title": "Reproduction: Improved Stochastic Optimization of LogSumExp",
18
+ "file": "pages/index.md",
19
+ "children": [
20
+ {
21
+ "slug": "executive-summary",
22
+ "title": "Executive summary",
23
+ "file": "pages/executive-summary/page.md",
24
+ "children": []
25
+ },
26
+ {
27
+ "slug": "claim-1-safe-kl-approximation-bound",
28
+ "title": "The paper defines a Safe KL divergence with a bounded-density constraint (Definition 2.1, Equations 3-4) whose induced approximation to LogSumExp satisfies F_ρ − O(ρ) ≤ F ≤ F_ρ (Proposition 2.4, Section 2).",
29
+ "file": "pages/claim-1-safe-kl-approximation-bound/page.md",
30
+ "children": []
31
+ },
32
+ {
33
+ "slug": "claim-2-softplus-conjugate-strong-convex-smooth",
34
+ "title": "The rescaled SoftPlus-based conjugate of the Safe KL function is proven to be ρ-strongly convex, with its own conjugate being (1/ρ)-smooth (Lemma 2.7, Section 2.2).",
35
+ "file": "pages/claim-2-softplus-conjugate-strong-convex-smooth/page.md",
36
+ "children": []
37
+ },
38
+ {
39
+ "slug": "claim-3-cvar-connection-limiting-cases",
40
+ "title": "The approximation family is shown to bound and connect to the CVaR functional, recovering CVaR and LogSumExp as limiting cases (Proposition 2.6, Section 2.1).",
41
+ "file": "pages/claim-3-cvar-connection-limiting-cases/page.md",
42
+ "children": []
43
+ },
44
+ {
45
+ "slug": "claim-4-eot-semidual-overflow-convergence",
46
+ "title": "In continuous entropy-regularized optimal transport experiments with regularization ε=0.01, the proposed semi-dual formulation (Equations 14-15) avoids the numerical overflow issues of the baseline and reaches a converged objective in roughly 10^4 iterations (Figure 2, Section 3.1).",
47
+ "file": "pages/claim-4-eot-semidual-overflow-convergence/page.md",
48
+ "children": []
49
+ },
50
+ {
51
+ "slug": "claim-5-kl-dro-california-housing-stepsize",
52
+ "title": "In KL-regularized distributionally robust optimization on California Housing, the proposed method converges with a stepsize of η=10⁻⁴ across batch sizes of 10, 100, and 1000, whereas the baseline requires a much smaller η=10⁻⁶ at batch size 10 (Figure 3, Section 3.2).",
53
+ "file": "pages/claim-5-kl-dro-california-housing-stepsize/page.md",
54
+ "children": []
55
+ },
56
+ {
57
+ "slug": "claim-6-uot-dro-mnist-stepsize",
58
+ "title": "In unbalanced optimal-transport-based DRO on MNIST with label noise, the proposed approach (Equation 22) converges faster than the baseline (Equation 21) using η=10⁻⁴ versus the baseline's required η=10⁻⁵ (Figure 4, Section 3.3).",
59
+ "file": "pages/claim-6-uot-dro-mnist-stepsize/page.md",
60
+ "children": []
61
+ },
62
+ {
63
+ "slug": "conclusion",
64
+ "title": "Conclusion",
65
+ "file": "pages/conclusion/page.md",
66
+ "children": []
67
+ }
68
+ ]
69
+ }
70
+ }