REVIEW 3 major objections 3 minor 2 cited by
The Fastest Known First-Order Method for Minimizing Twice Continuously Differentiable Smooth Strongly Convex Functions
T0 review · 3 major / 3 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read C2M is a globally convergent first-order method that reduces the worst-case iteration count for twice differentiable smooth strongly convex problems to $(\sqrt{\kappa}/\sqrt{2})\log(1/\epsilon)$, a factor $\sqrt{2}$ better than Triple…
desk verdict A plausible sqrt(2) speedup over Triple Momentum on twice-differentiable strongly convex functions, but the global-convergence proof leans on unshown algebra that needs independent verification. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The argument is carried by representing the two-point momentum iteration (2) as a linear time-invariant system with scalar transfer function $g(z) = -\alpha((1+\eta)z-\eta)/((z-1)(z-\beta))$ in feedback with the gradient. The C2M parameters are the unique solution to three root-locus equations: the closed-loop root locus of $1 - q g(z)$ has a double root at $z=\rho$ when $q=m$ and a root at $z=-\rho$ when $q=L$, which keeps the worst-case local eigenvalues inside the $\rho$-disk. Global convergence is certified by the frequency-domain inequality (11) with multiplier $h(z)=z^{-1}$; substituting the C2M parameters reduces it to checking that the polynomial $p(\kappa,\rho)$ is negative on an interval, and Lemma 1 locates the root of this polynomial. The local convergence statement is then completed by a discrete-time stability test applied to the closed-loop characteristic polynomial.
What would settle it
Using exact computer algebra for a fixed large condition number such as $\kappa=10^3$, recompute the real-root-counting sign changes asserted in Lemma 1 and verify that (11) with $h(z)=z^{-1}$ implies (12) for all $z$ on the unit circle; alternatively, run C2M on the paper's worst-case test function and search over initializations for an observed root-convergence factor larger than $\rho$.
Extended reading notes
Core claim
The paper's central discovery is Theorem 1: on the class $S^2_{m,L}$ of twice continuously differentiable functions whose Hessians satisfy $m I \preceq \nabla^2 f(x) \preceq L I$, the C2M algorithm with parameters given by (5) and $\rho$ chosen by (6) has worst-case root-convergence factor at most $\rho$. For $\kappa < 9+4\sqrt{5}$, C2M coincides with the Heavy Ball method and attains the quadratic minimax rate $(\sqrt{\kappa}-1)/(\sqrt{\kappa}+1)$. For larger condition numbers, $\rho$ is chosen just above the smallest positive root of the degree-7 polynomial $p(\kappa,\rho)$ in (7), and the paper shows $\rho_{C2M} < 1-\sqrt{2/\kappa}$, so C2M is strictly faster than Triple Momentum's $1-1/\sqrt{\kappa}$ in the worst case. The proof establishes global convergence by verifying a frequency-domain inequality obtained from integral quadratic constraints, and establishes the local rate by linearizing the iteration around the minimizer and applying a discrete-time stability criterion.
Load-bearing premise
The global-convergence claim rests on the assertion that the complicated frequency-domain inequality (11) can be reduced, without error, to the polynomial sign condition controlled by $p(\kappa,\rho)$; the paper states this reduction and the needed root counts rather than displaying them, so if either algebraic step is wrong, C2M is only known to converge locally.
Editorial extensions
If this is right
- For every function in $S^2_{m,L}$, C2M converges from any initialization, whereas Heavy Ball is only locally convergent on this class.
- Asymptotically, C2M reaches $\epsilon$-accuracy in at most $(\sqrt{\kappa}/\sqrt{2})\log(1/\epsilon)$ iterations, a factor $\sqrt{2}$ improvement over Triple Momentum with the same per-iteration cost.
- Below the condition-number threshold $9+4\sqrt{5}$, C2M reduces to Heavy Ball and inherits its optimal quadratic rate, so the method covers both regimes smoothly.
- The class $S^2_{m,L}$ includes regularized logistic loss, bounded-parameter exponential family negative log-likelihoods, and Moreau-envelope smoothings, so the speedup applies to common objectives.
- Since the minimax rate for $S^2_{m,L}$ is unknown, C2M provides the current best upper bound and sharpens the open question of whether a faster method exists.
Reading between the lines
- An extension the authors leave implicit is that the root-locus design rule--double root at the low-curvature end and single root at the high-curvature end--should transfer to any function class whose Hessian eigenvalues are known to lie in a fixed interval, as long as the corresponding frequency-domain inequality can be verified.
- The $\sqrt{2}$ advantage is an asymptotic-in-$\kappa$ statement; at finite condition numbers, especially near $9+4\sqrt{5}$, the practical gap between C2M and Triple Momentum will be smaller and is worth measuring directly.
- The proof pattern suggests a template for automated method design: choose a parameterized iteration, enforce root-locus conditions, and certify global convergence by symbolic reduction of the frequency-domain inequality to a polynomial sign condition.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes C2-Momentum (C2M), a three-parameter momentum method of the form (2), for minimizing smooth strongly convex functions that are twice continuously differentiable. The main result, Theorem 1, gives an upper bound of ρ on the worst-case root-convergence factor over the class S^2_{m,L}; for κ ≥ 9+4√5, ρ can be chosen just above the smallest positive root ρ_C2M of the degree-7 polynomial (7), which satisfies ρ_C2M < 1−√(2/κ). This corresponds to an iteration complexity with leading term √(κ/2) log(1/ε), a factor √2 better than the Triple Momentum rate on S^1_{m,L}. The proof combines a Zames–Falb IQC argument for global stability with a Jury-criterion analysis of the linearized dynamics for the local rate. A numerical example illustrates faster convergence than TM on a C^2 function.
Significance. If fully verified, the result is a clean and meaningful contribution: it shows that the additional C^2 assumption on the objective permits a provable strict improvement over the minimax-optimal rate for S^1_{m,L} without changing the per-iteration cost. The algorithm is simple, the IQC-plus-linearization proof architecture is appropriate, and the paper is appropriately cautious in stating that no lower bound for S^2_{m,L} is known. The main weakness is that the proof currently depends on several large symbolic reductions that are asserted rather than displayed; these reductions are checkable and likely correct, but they must be made available for the theorem to be considered established.
major comments (3)
- [Section III-A, Eq. (12)] The proof of global stability for the fast regime rests on two algebraic assertions that are not demonstrated. After setting h(z)=z^{-1} and substituting the C2M parameters into the FDI (11), the text states that the FDI 'straightforwardly' reduces to the quadratic inequality (12), and then states that maximizing the right-hand side of (12) shows the inequality holds exactly when p(κ,ρ)<0. Neither the denominator-cleared expansion of the FDI nor the maximum-of-quadratic computation is displayed. Because a single sign or coefficient error in this reduction would destroy the global-convergence claim, and with it the distinction from locally convergent Heavy Ball, this step must be verifiable. Please provide the intermediate algebra or a machine-checked exact computation.
- [Appendix A, Lemma 1] Lemma 1 is load-bearing because it guarantees p(κ,ρ)<0 on the interval used in the FDI verification. Its proof applies Sturm's theorem but only states that the Sturm sequence has 5 sign changes at ρ=0 and 3 at ρ=1; the Sturm sequence itself, the resulting endpoint sign patterns, and the verification for all κ≥9+4√5 are omitted. This is not a routine bookkeeping detail: the polynomial coefficients depend on κ, and the threshold κ≥9+4√5 is exactly where the sign behavior is being claimed. Please include the Sturm sequence and its sign table, or provide a reproducible exact algebra script.
- [Section III-B, Lemma 3 and Jury reduction] Lemma 3 is used to convert global convergence into the claimed worst-case root-convergence factor. The proof cites the linear convergence theorem as if it applies directly to the generated sequence, but that theorem is local to a neighborhood of the equilibrium; the proof should first invoke the already-established global convergence to ensure the sequence eventually enters such a neighborhood. In addition, after substituting the C2M parameters, the four Jury inequalities are asserted to reduce to (√κ−1)/(√κ+1) ≤ ρ ≤ (κ−1)/(κ+1) with no derivation. Both steps are needed for the conclusion that the worst-case root factor is ρ.
minor comments (3)
- [Section III-C] The asymptotic expansion bounds for ρ_C2M are stated without derivation; since they are used only for the leading iteration-complexity constant, a brief derivation or a supporting reference would make the paper self-contained.
- [Section IV] The numerical experiment does not report the value of ε used for ρ = ρ_C2M + ε; adding this value would make the simulation reproducible.
- [Section II-B] The sentence 'we in general want to pick ρ as small as possible' could be made precise by stating in Theorem 1 that the rate bound is valid for every ρ in (6), with the fastest choice being the limit ρ↓ρ_C2M.
Circularity Check
No significant circularity: the C2M rate is a design parameter whose global-stability and local-rate properties are proved independently; the unshown algebraic reductions are omissions, not circular steps.
full rationale
The claimed derivation chain is not circular. Definition 1 introduces C2M with a free parameter rho, and (6) selects rho based on kappa. Theorem 1 then asserts an upper bound of rho, but the proof does not take rho as an externally observed rate and repackage it as a prediction. Instead, Section III proves two independent conditions: global asymptotic stability via the IQC/FDI verification in Proposition 3 and Section III-A, and a local spectral-radius bound via Lemma 3 and the Jury criterion in Section III-B. The rate rho is therefore an input design target whose feasibility is established by the proof, not a fitted quantity. The comparison with TM is an analytic consequence of the chosen interval rho <= 1 - sqrt(2/kappa), not a forced fit. The paper's self-citations, notably [3] for the IQC framework and [8] for TM, provide standard published tools and baseline results with independent external support; they are not used as an unverified uniqueness theorem to forbid alternatives. The skeptical concern about the reductions from FDI (11) to the quadratic (12) and about Lemma 1's Sturm sign counts is an omission of computational detail, which affects verifiability and correctness risk, but not circularity: those steps are algebraic consequences of the stated polynomials and the external Sturm theorem, not restatements of the theorem being proved. The root-locus discussion in Section II-D is explicitly labeled as intuition, with the rigorous Jury verification following in Section III-B. No equation is defined in terms of the theorem's conclusion, and no fitted parameter is renamed as a prediction. Therefore the paper is self-contained against external benchmarks for the purpose of circularity analysis, and the appropriate finding is no circularity.
Assumptions & free parameters
free parameters (1)
- rho (worst-case rate / momentum parameter) =
smallest positive root of p(kappa,rho) in ((sqrt(kappa)-1)/(sqrt(kappa)+1), 1-sqrt(2/kappa))
assumptions (5)
- standard math Discrete-time IQC stability theorem of Fetzer and Scherer [17, Thm. 2] and O'Shea-Zames-Falb IQC characterization of gradients [1,2,6,7]
- standard math Linear convergence theorem of Ortega and Rheinboldt [15, Thm. 10.1.4] relating root-convergence factor to the spectral radius of the linearization
- standard math Sturm's theorem for real root counting [22, Thm. 2.62]
- domain assumption For f in C^2, m-strong convexity and L-smoothness imply mI <= grad^2 f <= LI
- domain assumption The gradient operator of any f in S^1_{m,L} satisfies the Zames-Falb IQC with a causal multiplier h having nonnegative impulse response with l1 norm at most one
Cite this review
Pith. "Pith review of The Fastest Known First-Order Method for Minimizing Twice Continuously Differentiable Smooth Strongly Convex Functions." pith.science (2026). https://pith.science/paper/OIXJZCZI
@misc{pith2026250601168,
author = {Pith},
title = {Pith review of: The Fastest Known First-Order Method for Minimizing Twice Continuously Differentiable Smooth Strongly Convex Functions},
year = {2026},
howpublished = {\url{https://pith.science/paper/OIXJZCZI}},
note = {Machine review of arXiv:2506.01168}
}
abstract
We consider iterative gradient-based optimization algorithms applied to functions that are smooth and strongly convex. The fastest globally convergent algorithm for this class of functions is the Triple Momentum (TM) method. We show that if the objective function is also twice continuously differentiable, a new, faster algorithm emerges, which we call $C^2$-Momentum (C2M). We prove that C2M is globally convergent and that its worst-case convergence rate is strictly faster than that of TM, with no additional computational cost. We validate our theoretical findings with numerical examples, demonstrating that C2M outperforms TM when the objective function is twice continuously differentiable.
Figures
Figures from the paper (1 more)
Forward citations
Cited by 2 Pith papers
-
HNAG$^{++}$: An Accelerated Gradient Method with a Refined Asymptotic Rate for Strongly Convex Optimization
A Lyapunov/ODE-based analysis yields HNAG+ (rate 1-2/√κ) and HNAG++ (asymptotic rate 1-2√(2/κ) under Hölder Hessians).
-
Learning to optimize with guarantees: a complete characterization of linearly convergent algorithms
All regular linearly convergent algorithms to a fixed point set can be written as a baseline optimizer plus an exponentially decaying learned perturbation, and any such perturbation preserves linear convergence.
Reference graph
Works this paper leans on
-
[1]
On the oracle complexity of smooth strongly convex minimization,
Y . Drori and A. Taylor, “On the oracle complexity of smooth strongly convex minimization,” J. Complexity, vol. 68, p. 101590, 2022
work page 2022
-
[2]
Smooth strongly convex interpolation and exact worst-case performance of first-order methods,
A. B. Taylor, J. M. Hendrickx, and F. Glineur, “Smooth strongly convex interpolation and exact worst-case performance of first-order methods,” Math. Program., vol. 161, pp. 307–345, 2017
work page 2017
-
[3]
Analysis and design of opti- mization algorithms via integral quadratic constraints,
L. Lessard, B. Recht, and A. Packard, “Analysis and design of opti- mization algorithms via integral quadratic constraints,” SIAM J. Optim., vol. 26, no. 1, pp. 57–95, 2016
work page 2016
-
[4]
The analysis of optimization algorithms: A dissipativity approach,
L. Lessard, “The analysis of optimization algorithms: A dissipativity approach,” IEEE Control Syst. Mag. , vol. 42, no. 3, pp. 58–72, Jun. 2022
work page 2022
-
[5]
Robust and structure exploiting optimisation algorithms: An integral quadratic constraint approach,
S. Michalowsky, C. Scherer, and C. Ebenbauer, “Robust and structure exploiting optimisation algorithms: An integral quadratic constraint approach,” Int. J. Control , vol. 94, no. 11, pp. 2956–2979, 2021
work page 2021
-
[6]
Convex synthesis of accelerated gradient algorithms,
C. Scherer and C. Ebenbauer, “Convex synthesis of accelerated gradient algorithms,” SIAM J. Control Optim. , vol. 59, no. 6, pp. 4615–4645, 2021
work page 2021
-
[7]
Direct synthesis of iterative algorithms with bounds on achievable worst-case convergence rate,
L. Lessard and P. Seiler, “Direct synthesis of iterative algorithms with bounds on achievable worst-case convergence rate,” in Proc. Amer. Control Conf., Jul. 2020, pp. 119–125
work page 2020
-
[8]
The fastest known globally convergent first-order method for minimizing strongly convex functions,
B. Van Scoy, R. A. Freeman, and K. M. Lynch, “The fastest known globally convergent first-order method for minimizing strongly convex functions,” IEEE Control Syst. Lett. , vol. 2, no. 1, pp. 49–54, 2017
work page 2017
Show all 22 references
-
[9]
An optimal gradient method for smooth strongly convex minimization,
A. Taylor and Y . Drori, “An optimal gradient method for smooth strongly convex minimization,” Math. Program., vol. 199, no. 1, pp. 557–594, 2023
2023
-
[10]
Information-based complexity of linear operator equations,
A. S. Nemirovsky, “Information-based complexity of linear operator equations,” J. Complexity, vol. 8, no. 2, pp. 153–175, 1992
1992
-
[11]
Nesterov, Lectures on convex optimization
Y . Nesterov, Lectures on convex optimization. Springer, 2018, vol. 137
2018
-
[12]
Some methods of speeding up the convergence of iteration methods,
B. T. Polyak, “Some methods of speeding up the convergence of iteration methods,” USSR Comput. Math. Math. Phys. , vol. 4, no. 5, pp. 1–17, 1964
1964
-
[13]
Global convergence and asymptotic optimality of the heavy ball method for a class of nonconvex optimization problems,
V . Ugrinovskii, I. Petersen, and I. Shames, “Global convergence and asymptotic optimality of the heavy ball method for a class of nonconvex optimization problems,” IEEE Control Syst. Lett., vol. 6, pp. 2449–2454, 2022
2022
-
[14]
A generalized accelerated gradient optimization method,
A. X. Wu, I. R. Petersen, V . Ugrinovskii, and I. Shames, “A generalized accelerated gradient optimization method,” in Proc. Amer. Control Conf., 2024, pp. 1904–1908
2024
-
[15]
Ortega and W
J. Ortega and W. Rheinboldt, Iterative solution of nonlinear equations in several variables . Academic Press, 1970
1970
-
[16]
System analysis via integral quadratic constraints,
A. Megretski and A. Rantzer, “System analysis via integral quadratic constraints,” IEEE Trans. Autom. Control , vol. 42, no. 6, pp. 819–830, 1997
1997
-
[17]
Absolute stability analysis of discrete time feedback interconnections,
M. Fetzer and C. W. Scherer, “Absolute stability analysis of discrete time feedback interconnections,” IFAC-PapersOnLine, vol. 50, no. 1, pp. 8447–8453, 2017
2017
-
[18]
Zames–Falb multipliers for quadratic program- ming,
W. Heath and A. Wills, “Zames–Falb multipliers for quadratic program- ming,” in Proc. IEEE Conf. Decis. Control , 2005, pp. 963–968
2005
-
[19]
H. K. Khalil, Nonlinear systems . Upper Saddle River, N.J.: Prentice Hall, 2002
2002
-
[20]
Tradeoffs between convergence rate and noise amplification for momentum- based accelerated optimization algorithms,
H. Mohammadi, M. Razaviyayn, and M. R. Jovanovi ´c, “Tradeoffs between convergence rate and noise amplification for momentum- based accelerated optimization algorithms,”IEEE Trans. Autom. Control, vol. 70, no. 2, pp. 889–904, 2025
2025
-
[21]
Fadali and A
M. Fadali and A. Visioli, Digital Control Engineering: Analysis and Design. Academic Press, 2009
2009
-
[22]
S. Basu, R. Pollack, and M. Coste-Roy, Algorithms in Real Algebraic Geometry, ser. Algorithms Comput. Math. Springer, 2007
2007
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.