Controlling the Flow: Stability and Convergence for Stochastic Gradient Descent with Decaying Regularization
Sebastian Kassing, Simon Weissmann, Leif Döring
TL;DR
This work studies the minimization of a convex, $L$-smooth function $f$ on a separable real Hilbert space using reg-SGD, a stochastic gradient method augmented by a time-decaying Tikhonov regularization with parameter $\lambda_k$. By introducing an energy Lyapunov function and balancing step-sizes with regularization decay, the authors prove almost-sure and $L^2$ convergence of the last iterate to the minimum-norm solution $x_\ast$ without requiring a priori boundedness, and they derive convergence rates for polynomial schedules and refinements under the Łojasiewicz condition. The results demonstrate that vanishing regularization stabilizes the SGD flow and enables convergence to the unique minimum-norm solution, with practical validation in image reconstruction and ODE-based inverse problems (e.g., X-ray tomography). The paper provides explicit guidelines for choosing polynomial decay rates $(\alpha_k,\lambda_k)$ to optimize convergence, contributing to the design of robust iterative algorithms for convex and ill-posed problems. Overall, reg-SGD offers stable, provably convergent learning dynamics that extend SGD to settings where minimum-norm selection is desirable.
Abstract
The present article studies the minimization of convex, L-smooth functions defined on a separable real Hilbert space. We analyze regularized stochastic gradient descent (reg-SGD), a variant of stochastic gradient descent that uses a Tikhonov regularization with time-dependent, vanishing regularization parameter. We prove strong convergence of reg-SGD to the minimum-norm solution of the original problem without additional boundedness assumptions. Moreover, we quantify the rate of convergence and optimize the interplay between step-sizes and regularization decay. Our analysis reveals how vanishing Tikhonov regularization controls the flow of SGD and yields stable learning dynamics, offering new insights into the design of iterative algorithms for convex problems, including those that arise in ill-posed inverse problems. We validate our theoretical findings through numerical experiments on image reconstruction and ODE-based inverse problems.
