arXiv:2608.30382cs.LGmath.OC2026-08

首次给出RMSprop在所有超参数下统一有界的收敛率分析

Convergence rates for the RMSprop optimizer with full control of the hyperparameters

  • 通过建立全局逆矩界,实现对自适应优化器的精确误差控制
  • 收敛误差包含初始化衰减项、随机逼近项和记忆误差项,均显式可算
  • 适用于所有训练步数n≥1,覆盖ε=0到ε=1的完整参数范围

主流自适应随机梯度下降方法如RMSprop、Adam和AdamW中,自适应机制基本等价于RMSprop。这些方法涉及多个超参数,包括正则化参数ε(防止除零,常取10⁻⁸)和二阶矩衰减参数β(常取0.99或0.999)。尽管广泛应用,但在凸随机优化问题中,如何获得误差常数不爆炸且对超参数一致有界的误差估计仍是开放问题。本文首次为RMSprop解决此问题:其目标函数期望上界由三项构成——指数衰减的初始化项、阶为γₙ的随机逼近余项、阶为(1−β)²的记忆误差项,所有误差常数对步长、β和ε∈[0,1](含ε=0)均统一有界。非渐近误差估计对所有n=1,2,3,...成立,且所有常数显式给出。证明的关键创新在于建立适用于每一步的第二阶矩过程的逆矩界。

原文摘要 · Abstract (English)

Popular adaptive stochastic gradient descent (SGD) methods to train artificial intelligence (AI) systems include the RMSprop, the Adam, and the AdamW optimizers, where the adaptivity parts in Adam and AdamW basically just coincide with RMSprop. Such adaptive methods involve several hyperparameters including the regularization parameter $ε$ (which ensures that one does not divide by 0 and is often chosen to be very close to zero such as $10^{-8}$ in PyTorch by default) and the second moment decay parameter $β$ (which is often chosen to be very close to $1$ such as 0.99 (RMSprop) and 0.999 (Adam and AdamW) in PyTorch by default). Despite the high relevance of such methods, it remains an open research problem to provide error estimates for such methods with the error constants being not exploding but uniformly bounded with the respect to the hyperparameters, even in the situation of convex stochastic optimization problems. It is the key contribution of this work to essentially solve this problem for RMSprop. Specifically, we bound the expectation of the stopped evaluation of the objective function at the RMSprop process from above by the sum of an initialization term that decays exponentially in the training time, a stochastic approximation remainder of order $γ_n$, and a memory error of order $( 1 - β)^2$ with the error constants being uniformly controlled over all admissible choices of the step sizes, the second moment decay parameter $β$ and the regularization parameter $ε\in[0,1]$ (also covering $ε=0$). Our non-asymptotic error estimates hold not just for all sufficiently large n but hold for every gradient step $n=1,2,3,...$ with all error constants being explicitly specified. The key innovative new feature in the proof of our analysis are suitable inverse moment bounds for the second moment process in RMSprop.

优化算法收敛分析RMSprop

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。