DoWG Unleashed: An Efficient Universal Parameter-Free Gradient Descent Method
Ahmed Khaled, Konstantin Mishchenko, Chi Jin
TL;DR
DoWG introduces a universal, parameter-free gradient-descent method for convex optimization that adapts automatically to both Lipschitz and smooth objectives without hyperparameter tuning. It builds on distance-based weighting of gradients, forming a weighted running sum $v_t$ and a pointwise stepsize $\eta_t=\bar{r}_t^2/\sqrt{v_t}$ to achieve convergence matching the best-tuned GD rates up to polylogarithmic factors in both nonsmooth and smooth settings. Theoretical guarantees are complemented by algorithm-independent lemmas and an unconstrained-domain extension, and empirical results on CIFAR-10 demonstrate competitive performance and edge-of-stability dynamics. Overall, DoWG provides a practical, parameter-free alternative to line-search or restart-based methods while preserving strong convergence guarantees across problem geometries.
Abstract
This paper proposes a new easy-to-implement parameter-free gradient-based optimizer: DoWG (Distance over Weighted Gradients). We prove that DoWG is efficient -- matching the convergence rate of optimally tuned gradient descent in convex optimization up to a logarithmic factor without tuning any parameters, and universal -- automatically adapting to both smooth and nonsmooth problems. While popular algorithms following the AdaGrad framework compute a running average of the squared gradients to use for normalization, DoWG maintains a new distance-based weighted version of the running average, which is crucial to achieve the desired properties. To complement our theory, we also show empirically that DoWG trains at the edge of stability, and validate its effectiveness on practical machine learning tasks.
