Anytime Acceleration of Gradient Descent
- 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 . 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 -smooth convex function with nonempty minimizer set , under the gradient descent recursion
with . The recent lower-bound analysis normalizes without loss of generality and studies non-adaptive schedules that are fixed in advance, independent of the iterates, gradients, and horizon (Tsai et al., 2 Jul 2026).
Two worst-case performance measures are standard in this literature. For function value minimization,
For squared gradient norm minimization,
0
An anytime rate bound 1 means that a single schedule 2 satisfies the bound uniformly for all 3. In contrast, non-anytime or known-horizon guarantees allow 4 to depend on the terminal iteration count. In this terminology, “anytime acceleration” means achieving 5 behavior for 6 or 7 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 8 (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 9 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
0
attained by non-anytime “silver” schedules that use stepsizes exceeding 1, thereby violating the per-step descent property, and that require knowledge of 2 in advance (Tsai et al., 2 Jul 2026). Related long-step constructions also proved a first big-3 improvement beyond 4, obtaining
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
6
more precisely with exponent
7
for all stopping times 8 (Zhang et al., 2024).
The construction is based on primitive sequences satisfying a potential inequality of the form
9
and on a concatenation rule in which a join step
0
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 1 growth large enough to beat 2, 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
3
for 4, improving on the classical gradient descent dependence 5 while remaining weaker than momentum-based 6 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 | 7 | gap remains |
| Smooth convex, squared gradient norm | 8 | later shown tight under positive stepsizes |
| Smooth strongly convex | 9 | 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 0. The affirmative result 1 therefore resolved the specific question of whether 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 3 improvement in the smooth convex class must satisfy
4
so unbounded steps are necessary for anytime acceleration beyond the classical 5 scale (Kornowski et al., 2024). The same paper also proved an overshoot lower bound: whenever a step 6 is sufficiently large relative to the accumulated earlier steps, there exists an 7-smooth convex function such that
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 9, it proves:
- Function-value barrier:
0
- Gradient-norm barrier:
1
These are impossibility statements for anytime acceleration under positive stepsizes. They do not assert 2 or 3 pointwise for every 4, but they exclude uniformly faster asymptotic decay across all 5 (Tsai et al., 2 Jul 2026).
The function-value result narrows the admissible exponent to the interval between the current upper bound 6 and the lower-bound barrier 7. For squared gradient norm, the lower bound matches the known anytime upper bound 8, 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
9
the trajectory yields
0
where
1
A fundamental sum bound states
2
In particular, if 3, then 4, 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
5
the bound
6
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 7 causes an overshoot inside the quadratic region that later linear segments cannot repair. For suitable 8,
9
This yields the bounds
0
and
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 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 3, deriving 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 5 lower bound for general first-order methods in smooth convex optimization, and accelerated methods such as Nesterov’s attain 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
7
in the convex setting and
8
under strong convexity, while retaining the horizon-free, parameter-free character of the schedule apart from normalization by 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
0
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 1, but impossible faster than 2. For squared gradient norms, the picture is tight: 3 is achievable and no 4 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 5 and 6. 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).