Papers
Topics
Authors
Recent
Search
2000 character limit reached

Anytime Acceleration of Gradient Descent

Updated 5 July 2026
  • Anytime Acceleration of Gradient Descent is a framework for designing non-adaptive stepsize schedules that uniformly boost last-iterate convergence without prior stopping time knowledge in smooth convex settings.
  • It leverages recursively concatenated silver blocks and strategically placed long steps to manage overshoots while ensuring improved convergence rates.
  • The analysis establishes tight upper and lower bounds on performance and outlines open directions for relaxing positivity or adapting methods beyond standard gradient descent.

Anytime acceleration of gradient descent denotes the search for stepsize schedules that improve the classical last-iterate convergence behavior of vanilla gradient descent without requiring prior knowledge of the stopping time. In the smooth convex setting, the central requirement is that a single predetermined schedule must work uniformly for all iteration counts nn. This distinguishes anytime acceleration from known-horizon acceleration, where the schedule may be tuned to a prescribed terminal time and can exploit aggressive long steps placed near that horizon. Recent work established that anytime stepsize-only acceleration is possible for smooth convex minimization, but also that it is fundamentally limited: for positive, non-adaptive stepsizes, the best known upper bounds are separated from new impossibility results, and the gap is now concentrated in a narrow range for function-value minimization, while the squared-gradient-norm case is essentially settled (Zhang et al., 2024, Tsai et al., 2 Jul 2026).

1. Formal problem and notion of “anytime”

In the core smooth convex model, one considers minimizing an LL-smooth convex function f:RdRf:\mathbb{R}^d\to\mathbb{R} with nonempty minimizer set XfX_f^\star, under the gradient descent recursion

xk+1=xkαkf(xk),x_{k+1}=x_k-\alpha_k \nabla f(x_k),

with αk>0\alpha_k>0. The recent lower-bound analysis normalizes L=1L=1 without loss of generality and studies non-adaptive schedules α=(αk)kN\alpha=(\alpha_k)_{k\in\mathbb{N}} that are fixed in advance, independent of the iterates, gradients, and horizon nn (Tsai et al., 2 Jul 2026).

Two worst-case performance measures are standard in this literature. For function value minimization,

Rn(α)=supd,f,x,x1f(xn+1)f(x)12x1x2.R_n(\alpha)=\sup_{d,f,x^\star,x_1}\frac{f(x_{n+1})-f(x^\star)}{\tfrac12\|x_1-x^\star\|^2}.

For squared gradient norm minimization,

LL0

An anytime rate bound LL1 means that a single schedule LL2 satisfies the bound uniformly for all LL3. In contrast, non-anytime or known-horizon guarantees allow LL4 to depend on the terminal iteration count. In this terminology, “anytime acceleration” means achieving LL5 behavior for LL6 or LL7 with one horizon-free schedule (Tsai et al., 2 Jul 2026).

This last-iterate emphasis is essential. The COLT 2024 open problem isolated the gap between schedules that accelerate at selected horizons and schedules that guarantee improved behavior at every stopping time. The distinction is not merely terminological: known accelerated schedules can exhibit large intermediate spikes and therefore fail to provide a decaying last-iterate bound uniformly over all LL8 (Kornowski et al., 2024).

2. Known-horizon acceleration and its mechanisms

The modern theory of stepsize-only acceleration began with the observation that gradient descent can outperform its textbook rate through carefully orchestrated long steps. The “silver” stepsize program showed that, for smooth convex optimization, a non-monotone, fractal-like schedule based on the silver ratio LL9 can accelerate gradient descent without momentum (Altschuler et al., 2023).

In the known-horizon regime, the best reported rate for function value and squared gradient norm is

f:RdRf:\mathbb{R}^d\to\mathbb{R}0

attained by non-anytime “silver” schedules that use stepsizes exceeding f:RdRf:\mathbb{R}^d\to\mathbb{R}1, thereby violating the per-step descent property, and that require knowledge of f:RdRf:\mathbb{R}^d\to\mathbb{R}2 in advance (Tsai et al., 2 Jul 2026). Related long-step constructions also proved a first big-f:RdRf:\mathbb{R}^d\to\mathbb{R}3 improvement beyond f:RdRf:\mathbb{R}^d\to\mathbb{R}4, obtaining

f:RdRf:\mathbb{R}^d\to\mathbb{R}5

for smooth convex minimization through a nonconstant, nonperiodic schedule with occasional long steps (Grimmer et al., 2023).

The key mechanism is multi-step rather than per-step descent. Large steps can transiently increase the function value or gradient norm, yet still improve the final-iterate guarantee when they are positioned so that subsequent steps compensate for the overshoot. In the silver construction, the schedule is recursive, non-monotone, and approximately periodic, and its finite-horizon form is assembled through recursively split short and long steps (Altschuler et al., 2023).

This acceleration is structurally different from momentum methods. It preserves the basic update rule of gradient descent and changes only the stepsizes. However, it is also more fragile with respect to horizon uncertainty. The same feature that creates finite-horizon gains—placing aggressive steps near the stopping time—becomes an obstacle when the stopping time is unknown (Kornowski et al., 2024).

3. The anytime regime: upper bounds and explicit schedules

The central positive result in the anytime literature is that schedule-only acceleration is possible even when the stopping time is unknown. A constructive answer was given by a predetermined infinite schedule built from recursively concatenated primitive “silver” blocks with carefully chosen join steps. For smooth convex minimization, this yields the anytime last-iterate rate

f:RdRf:\mathbb{R}^d\to\mathbb{R}6

more precisely with exponent

f:RdRf:\mathbb{R}^d\to\mathbb{R}7

for all stopping times f:RdRf:\mathbb{R}^d\to\mathbb{R}8 (Zhang et al., 2024).

The construction is based on primitive sequences satisfying a potential inequality of the form

f:RdRf:\mathbb{R}^d\to\mathbb{R}9

and on a concatenation rule in which a join step

XfX_f^\star0

is inserted between two primitive blocks. Repeating silver blocks of increasing order sufficiently many times and controlling the join points produces an infinite horizon-free schedule with XfX_f^\star1 growth large enough to beat XfX_f^\star2, while separate intra-block estimates prevent uncontrolled oscillations between join points (Zhang et al., 2024).

In the strongly convex setting, a periodic variant of the same schedule gives

XfX_f^\star3

for XfX_f^\star4, improving on the classical gradient descent dependence XfX_f^\star5 while remaining weaker than momentum-based XfX_f^\star6 acceleration (Zhang et al., 2024).

The current upper-bound picture under positive, non-adaptive stepsizes is summarized below.

Setting Best known anytime upper bound Status
Smooth convex, function value XfX_f^\star7 gap remains
Smooth convex, squared gradient norm XfX_f^\star8 later shown tight under positive stepsizes
Smooth strongly convex XfX_f^\star9 improved over classical GD

The open-problem formulation that preceded these constructions emphasized that best-iterate guarantees are insufficient: the challenge is uniform last-iterate control at every xk+1=xkαkf(xk),x_{k+1}=x_k-\alpha_k \nabla f(x_k),0. The affirmative result xk+1=xkαkf(xk),x_{k+1}=x_k-\alpha_k \nabla f(x_k),1 therefore resolved the specific question of whether xk+1=xkαkf(xk),x_{k+1}=x_k-\alpha_k \nabla f(x_k),2 anytime acceleration is possible for vanilla gradient descent via stepsizes alone (Kornowski et al., 2024, Zhang et al., 2024).

4. Obstacles, overshoot, and lower bounds

A complementary line of work established that anytime acceleration cannot simply reuse known-horizon long-step ideas. One result showed that any schedule achieving a uniform xk+1=xkαkf(xk),x_{k+1}=x_k-\alpha_k \nabla f(x_k),3 improvement in the smooth convex class must satisfy

xk+1=xkαkf(xk),x_{k+1}=x_k-\alpha_k \nabla f(x_k),4

so unbounded steps are necessary for anytime acceleration beyond the classical xk+1=xkαkf(xk),x_{k+1}=x_k-\alpha_k \nabla f(x_k),5 scale (Kornowski et al., 2024). The same paper also proved an overshoot lower bound: whenever a step xk+1=xkαkf(xk),x_{k+1}=x_k-\alpha_k \nabla f(x_k),6 is sufficiently large relative to the accumulated earlier steps, there exists an xk+1=xkαkf(xk),x_{k+1}=x_k-\alpha_k \nabla f(x_k),7-smooth convex function such that

xk+1=xkαkf(xk),x_{k+1}=x_k-\alpha_k \nabla f(x_k),8

This demonstrates that long-step acceleration is inherently linked to large spikes in last-iterate error and explains why the standard silver schedule cannot have any decaying anytime last-iterate bound (Kornowski et al., 2024).

The 2026 lower-bound work sharpened this picture substantially. For all positive, non-adaptive schedules xk+1=xkαkf(xk),x_{k+1}=x_k-\alpha_k \nabla f(x_k),9, it proves:

  • Function-value barrier:

αk>0\alpha_k>00

  • Gradient-norm barrier:

αk>0\alpha_k>01

These are impossibility statements for anytime acceleration under positive stepsizes. They do not assert αk>0\alpha_k>02 or αk>0\alpha_k>03 pointwise for every αk>0\alpha_k>04, but they exclude uniformly faster asymptotic decay across all αk>0\alpha_k>05 (Tsai et al., 2 Jul 2026).

The function-value result narrows the admissible exponent to the interval between the current upper bound αk>0\alpha_k>06 and the lower-bound barrier αk>0\alpha_k>07. For squared gradient norm, the lower bound matches the known anytime upper bound αk>0\alpha_k>08, establishing a genuine separation between the anytime and known-horizon regimes in that metric (Tsai et al., 2 Jul 2026).

5. Proof techniques and adversarial constructions

The lower-bound analysis combines two adversarial families. The first is quadratic. For the one-dimensional quadratic

αk>0\alpha_k>09

the trajectory yields

L=1L=10

where

L=1L=11

A fundamental sum bound states

L=1L=12

In particular, if L=1L=13, then L=1L=14, so large steps are unavoidable for acceleration (Tsai et al., 2 Jul 2026).

The quadratic analysis also limits how often large steps can occur. For

L=1L=15

the bound

L=1L=16

shows that super-large steps cannot be frequent if the worst-case quadratic performance is to remain small (Tsai et al., 2 Jul 2026).

The second adversarial family is asymmetric Huber functions, piecewise linear-quadratic objectives designed so that a single step L=1L=17 causes an overshoot inside the quadratic region that later linear segments cannot repair. For suitable L=1L=18,

L=1L=19

This yields the bounds

α=(αk)kN\alpha=(\alpha_k)_{k\in\mathbb{N}}0

and

α=(αk)kN\alpha=(\alpha_k)_{k\in\mathbb{N}}1

Unlike the quadratic lower bounds, these inequalities are permutation-sensitive: they depend on where the large step occurs, not only on the multiset of stepsizes (Tsai et al., 2 Jul 2026).

The function-value lower bound is obtained by combining necessity of large steps from α=(αk)kN\alpha=(\alpha_k)_{k\in\mathbb{N}}2, upper bounds on the number and cumulative size of such steps, and the Huber per-step overshoot constraints. The gradient-norm lower bound follows by assuming α=(αk)kN\alpha=(\alpha_k)_{k\in\mathbb{N}}3, deriving α=(αk)kN\alpha=(\alpha_k)_{k\in\mathbb{N}}4 from the quadratic sum bound, and then contradicting this by summing the Huber-derived per-step constraints (Tsai et al., 2 Jul 2026).

6. Relation to broader acceleration paradigms

Anytime acceleration of gradient descent occupies a narrow space between classical constant-step gradient descent and richer first-order methods. Classical oracle complexity gives an α=(αk)kN\alpha=(\alpha_k)_{k\in\mathbb{N}}5 lower bound for general first-order methods in smooth convex optimization, and accelerated methods such as Nesterov’s attain α=(αk)kN\alpha=(\alpha_k)_{k\in\mathbb{N}}6 rates for function value and squared gradient norm. These results, however, are not directly informative for positive-stepsize gradient descent, whose best known anytime and non-anytime rates are substantially slower (Tsai et al., 2 Jul 2026).

Within stepsize-only methods, the silver program also extends beyond unconstrained smooth convex minimization. Proximal and projected gradient descent can be accelerated by silver stepsizes with the same asymptotic rate

α=(αk)kN\alpha=(\alpha_k)_{k\in\mathbb{N}}7

in the convex setting and

α=(αk)kN\alpha=(\alpha_k)_{k\in\mathbb{N}}8

under strong convexity, while retaining the horizon-free, parameter-free character of the schedule apart from normalization by α=(αk)kN\alpha=(\alpha_k)_{k\in\mathbb{N}}9 (Bok et al., 2024). This suggests that the recursive gluing and multi-step hedging ideas are not specific to plain gradient descent.

At the same time, the 2026 lower bounds apply specifically to positive stepsizes. This leaves open the possibility that negative stepsizes, averaging, momentum, or more advanced adaptive rules might evade the barriers proved for positive non-adaptive schedules (Tsai et al., 2 Jul 2026). The fixed-point literature and Anderson-acceleration literature provide related but distinct notions of “anytime” improvement, typically through residual-based safeguarding or restart mechanisms rather than horizon-free scalar schedules (Jung, 2017, Ouyang et al., 2022).

There are also special problem classes where much faster anytime behavior is possible. For separable logistic regression under a margin condition, a non-adaptive increasing stepsize schedule yields monotone, stable loss decrease with stretched-exponential decay

nn0

and stochastic gradient descent admits an anytime block-adaptive variant with exponential-type hitting-time guarantees (Kale et al., 21 Feb 2026). This does not contradict the smooth-convex lower bounds, because it exploits structure absent from the general convex class.

7. Current status and open directions

The present landscape is sharply structured. For smooth convex optimization with positive, non-adaptive stepsizes, anytime acceleration of function values is known to be possible at rate nn1, but impossible faster than nn2. For squared gradient norms, the picture is tight: nn3 is achievable and no nn4 anytime rate is possible (Zhang et al., 2024, Tsai et al., 2 Jul 2026).

Three open directions dominate the field. The first is closing the function-value exponent gap between nn5 and nn6. The second is understanding whether relaxing positivity or non-adaptivity changes the achievable anytime rates. The third is extending lower-bound technology beyond the current metrics and beyond plain gradient descent, particularly toward proximal, projected, or stochastic variants (Tsai et al., 2 Jul 2026, Bok et al., 2024).

A broader conceptual conclusion has nevertheless emerged. Horizon-free schedule design is not a minor modification of known-horizon acceleration; it is a distinct optimization problem with its own combinatorial and geometric constraints. The interplay between large-step rarity, cumulative stepsize growth, and local overshoot adversaries now appears to be the defining structure of anytime acceleration for gradient descent (Kornowski et al., 2024, Tsai et al., 2 Jul 2026).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Anytime Acceleration of Gradient Descent.