ICML2026

Convergence Rate Analysis of the AdamW-Style Shampoo: Unifying One-Sided and Two-Sided Preconditioning

Huan Li, Yiming Dong, Zhouchen Lin

Abstract

This paper studies the AdamW-style Shampoo optimizer, an effective implementation of the classical Shampoo that notably won the external tuning track of the AlgoPerf neural network training algorithm competition. Our analysis unifies one-sided and two-sided preconditioning and establishes the convergence rate 1Kk=1KE[f(Xk)]O(m+nCK1/4)\frac{1}{K}\sum_{k=1}^KE[|||\nabla f(X_k)|||]\leq O(\frac{\sqrt{m+n}C}{K^{1/4}}) measured by nuclear norm (denoted as |||\cdot||| to display correctly in OpenReview), where KK represents the iteration number, (m,n)(m,n) denotes the size of matrix parameters, and CC matches the constant in the optimal convergence rate of SGD. Theoretically, we have f(X)f(X)min(m,n)f(X)||\nabla f(X)||\leq|||\nabla f(X)|||\leq\sqrt{\min(m,n)}||\nabla f(X)|| (denote ||\cdot|| as the Frobenius norm to display correctly in OpenReview), supporting that our convergence rate can be considered to be analogous to the optimal 1Kk=1KE[f(Xk)]O(CK1/4)\frac{1}{K}\sum_{k=1}^K E[||\nabla f(X_k)||]\leq O(\frac{C}{K^{1/4}}) convergence rate of SGD in the ideal case of f(X)=Θ(min(m,n))f(X)|||\nabla f(X)|||= \Theta(\sqrt{\min(m,n)})||\nabla f(X)|| and balanced mm and nn.