Tracking the Median of Gradients with a Stochastic Proximal Point Method
Fabian Schaipp, Guillaume Garrigos, Umut Simsekli, Robert Gower
TL;DR
This work introduces a stochastic proximal point (SPP) framework to track the median gradient online, providing a robust alternative to SGD when gradient noise is heavy-tailed or corrupted. By deriving online median estimators via SPP, the authors connect clipping-based methods to median estimation and momentum to mean estimation, establishing a $1/\sqrt{T}$ convergence rate under challenging noise conditions. They prove theoretical guarantees for the Sample Median Gradient Descent under multi-sample settings and validate the approach with synthetic and language-modeling experiments, showing median-based online estimators can outperform mean-based SGD in heavy-tailed regimes. The results offer a principled bridge between robust statistics and stochastic optimization, with practical implications for distributed learning and privacy-constrained settings where outliers and heavy tails are common.
Abstract
There are several applications of stochastic optimization where one can benefit from a robust estimate of the gradient. For example, domains such as distributed learning with corrupted nodes, the presence of large outliers in the training data, learning under privacy constraints, or even heavy-tailed noise due to the dynamics of the algorithm itself. Here we study SGD with robust gradient estimators based on estimating the median. We first derive iterative methods based on the stochastic proximal point method for computing the median gradient and generalizations thereof. Then we propose an algorithm estimating the median gradient across iterations, and find that several well known methods are particular cases of this framework. For instance, we observe that different forms of clipping allow to compute online estimators of the median of gradients, in contrast to (heavy-ball) momentum, which corresponds to an online estimator of the mean. Finally, we provide a theoretical framework for an algorithm computing the median gradient across samples, and show that the resulting method can converge even under heavy-tailed, state-dependent noise.
