拼接步长计划的加速梯度下降

Accelerated Gradient Descent by Concatenation of Stepsize Schedules

SIAM Journal on Optimization · 2026
被引 0
ABS 3

中文导读

本文提出一种拼接步长计划的新方法,构造两种新的步长调度,在光滑凸优化上达到O(n^{-\log_2(\sqrt{2}+1)})收敛率,其常数优于现有数值结果,适合关注梯度下降收敛速度的研究者。

Abstract

This work considers stepsize schedules for gradient descent on smooth convex objectives. We extend the existing literature and propose a unified technique for constructing stepsizes with analytic bounds for an arbitrary number of iterations. This technique constructs new stepsize schedules by concatenating two stepsize schedules with fewer steps. Using this approach, we introduce two new families of stepsize schedules, achieving a convergence rate of $O(n^{-\log_2(\sqrt 2+1)})$ with state-of-the-art constants for the objective value and gradient norm of the last iterate, respectively. Furthermore, our analytically derived stepsize schedules either match or surpass the existing best numerically computed stepsize schedules.

优化算法梯度下降凸优化机器学习