LGMLDec 8, 2025

A Bootstrap Perspective on Stochastic Gradient Descent

arXiv:2512.07676v1
Originality Incremental advance
AI Analysis

This work provides a theoretical explanation for a fundamental issue in machine learning optimization, though it is incremental in building on existing SGD analysis.

The paper tackles the problem of understanding why stochastic gradient descent (SGD) generalizes better than deterministic gradient descent by analyzing it through a statistical bootstrap perspective, showing that SGD implicitly regularizes gradient variability to improve robustness and test performance, with numerical experiments supporting this claim.

Machine learning models trained with \emph{stochastic} gradient descent (SGD) can generalize better than those trained with deterministic gradient descent (GD). In this work, we study SGD's impact on generalization through the lens of the statistical bootstrap: SGD uses gradient variability under batch sampling as a proxy for solution variability under the randomness of the data collection process. We use empirical results and theoretical analysis to substantiate this claim. In idealized experiments on empirical risk minimization, we show that SGD is drawn to parameter choices that are robust under resampling and thus avoids spurious solutions even if they lie in wider and deeper minima of the training loss. We prove rigorously that by implicitly regularizing the trace of the gradient covariance matrix, SGD controls the algorithmic variability. This regularization leads to solutions that are less sensitive to sampling noise, thereby improving generalization. Numerical experiments on neural network training show that explicitly incorporating the estimate of the algorithmic variability as a regularizer improves test performance. This fact supports our claim that bootstrap estimation underpins SGD's generalization advantages.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes