A lower bound for stepsize-based acceleration of gradient descent
Ma & Chen prove a new lower bound of on the last-iterate convergence rate of gradient descent with any predetermined nonnegative stepsize schedule on smooth convex problems. This rules out the possibility that stepsize scheduling alone — without momentum or other algorithmic modifications — can push plain GD from its recently-established acceleration all the way to the optimal first-order rate. The gap between the new lower bound (~) and the classical Nesterov lower bound () is small but nonzero, so this closes most (but not all) of the theoretical uncertainty about how far stepsize-only acceleration can go. Notably, the authors report that the proof was developed by GPT-5.6 Sol Pro under the authors’ guidance — one of the first filed instances of an LLM-authored optimization-theory proof appearing in the arxiv record.
Key claims
Section titled “Key claims”- The last-iterate convergence rate of gradient descent with any predetermined nonnegative stepsize schedule on smooth convex objectives cannot be better than [Abstract, Theorem].
- Stepsize schedules alone — without momentum or other algorithmic modification — provably cannot reach the optimal rate that Nesterov-style accelerated methods achieve [Abstract].
- The new bound sits strictly between the previously known classical lower bound for general first-order methods and the recently established upper bound achievable by carefully designed stepsize schedules [Abstract].
- The proof was developed by GPT-5.6 Sol Pro under the authors’ guidance [Abstract closing sentence].
Method
Section titled “Method”The paper works in the standard smooth-convex first-order oracle model: an algorithm is a predetermined sequence of nonnegative stepsizes applied to plain gradient descent iterations , and the quantity of interest is the last-iterate suboptimality in the worst case over -smooth convex . Existing upper-bound work (Altschuler & Parrilo, Grimmer et al.) showed that with a carefully non-uniform schedule this quantity can be pushed below the textbook rate to ; the corresponding lower bound has remained the classical that applies to all first-order methods (which stepsize-based GD is a subclass of). The contribution is a new lower-bound construction specific to the predetermined-schedule subclass that rules out anything faster than . The lower-bound construction and its proof were produced by GPT-5.6 Sol Pro under human guidance [Abstract].
Results
Section titled “Results”- New lower bound: on last-iterate convergence for GD with any predetermined nonnegative stepsize schedule [Abstract, Theorem].
- Gap to previously known bounds: sits above the recently-established stepsize-schedule upper bound and just below the general first-order lower bound , so the space of theoretically-possible improvements from smarter schedules alone is now bounded within a factor of -ish [Abstract].
Why it’s interesting
Section titled “Why it’s interesting”Two hooks for the wiki. First, this is a clean piece of scheduling-theory evidence relevant to the ongoing “how much does the LR-schedule shape matter?” question tracked on Hyperparameter scaling laws — where What do near-optimal learning rate schedules look like? argued empirically that once you have warmup + monotonic decay, the base LR dominates the shape on deep-learning workloads, and How to Set the Learning Rate for Large-Scale Pre-training? fit a closed-form under WSD. This paper draws a strict theoretical ceiling on how much benefit any stepsize-only schedule can extract on the convex-worst-case model that the empirical LR-schedule literature implicitly compares against — the answer is not acceleration, and the remaining room above the current upper bound is at most a factor of . Second — and more directly novel for the wiki — the paper is one of the earliest filed arxiv records to disclose in its abstract that the proof was developed by an LLM (GPT-5.6 Sol Pro) under author guidance, which is a concrete datapoint for AI-for-AI Research on the mathematics-proof axis alongside LEAP: Supercharging LLMs for Formal Mathematics with Agentic Frameworks (Google LEAP formalizing Knuth’s Hamiltonian-decomposition subproblem in Lean) and Hyra-results — Hunyuan Research Agent (results bundle) (Hunyuan Hyra’s autocorrelation & Erdős constant results). Unlike LEAP this is not a machine-verified Lean proof — the correctness contract is standard peer review of a natural-language proof — so it’s a different point on the “LLM-authored math” axis: less certified but broader in scope.
See also
Section titled “See also”- Hyperparameter scaling laws — this paper bounds how much stepsize-schedule design can extract in the worst-case convex model; the concept page’s empirical LR-schedule entries live above this theoretical ceiling
- AI-for-AI Research — LLM-authored proof in the abstract; complements LEAP’s Lean-verified mathematics and Hyra’s AI4Science math results
- What do near-optimal learning rate schedules look like? — empirical near-optimal LR-schedule shapes on deep-learning workloads; sibling on the “how much does schedule shape matter?” axis
- How to Set the Learning Rate for Large-Scale Pre-training? — fits under WSD; treats schedule shape as fixed while this paper bounds what any shape can achieve on the convex-worst-case
- LEAP: Supercharging LLMs for Formal Mathematics with Agentic Frameworks — Google LEAP’s Lean-verified LLM proof of a subproblem in Knuth’s Hamiltonian decomposition; the machine-verified counterpart to this paper’s natural-language LLM-authored proof