Stable Minima Cannot Overfit in Univariate ReLU Networks: Generalization by Large Step Sizes
Dan Qiao, Kaiqi Zhang, Esha Singh, Daniel Soudry, Yu-Xiang Wang
TL;DR
This work analyzes generalization of two-layer ReLU networks in 1D nonparametric regression with noisy labels, showing that large gradient-descent step sizes bias training toward stable, simple minima rather than interpolation. The authors develop a function-space theory linking GD stability to a weighted TV$^{(1)}$ constraint, deriving generalization bounds and a near-minimax MSE rate for BV$^{(1)}$ targets, all without explicit regularization. They demonstrate that stable minima cannot interpolate noisy data and that, inside the data support, the generalization gap vanishes as sample size grows, with learning-rate tuning acting as an implicit regularizer. Empirical results corroborate the theory, showing large learning rates yield sparse linear-spline representations and improved generalization, offering a non-kernel pathway to near-optimal rates in nonparametric regression.
Abstract
We study the generalization of two-layer ReLU neural networks in a univariate nonparametric regression problem with noisy labels. This is a problem where kernels (\emph{e.g.} NTK) are provably sub-optimal and benign overfitting does not happen, thus disqualifying existing theory for interpolating (0-loss, global optimal) solutions. We present a new theory of generalization for local minima that gradient descent with a constant learning rate can \emph{stably} converge to. We show that gradient descent with a fixed learning rate $η$ can only find local minima that represent smooth functions with a certain weighted \emph{first order total variation} bounded by $1/η- 1/2 + \widetilde{O}(σ+ \sqrt{\mathrm{MSE}})$ where $σ$ is the label noise level, $\mathrm{MSE}$ is short for mean squared error against the ground truth, and $\widetilde{O}(\cdot)$ hides a logarithmic factor. Under mild assumptions, we also prove a nearly-optimal MSE bound of $\widetilde{O}(n^{-4/5})$ within the strict interior of the support of the $n$ data points. Our theoretical results are validated by extensive simulation that demonstrates large learning rate training induces sparse linear spline fits. To the best of our knowledge, we are the first to obtain generalization bound via minima stability in the non-interpolation case and the first to show ReLU NNs without regularization can achieve near-optimal rates in nonparametric regression.
