English

Full-Batch Gradient Descent Outperforms One-Pass SGD: Sample Complexity Separation in Single-Index Learning

Machine Learning 2026-02-03 v1 Machine Learning

Abstract

It is folklore that reusing training data more than once can improve the statistical efficiency of gradient-based learning. However, beyond linear regression, the theoretical advantage of full-batch gradient descent (GD, which always reuses all the data) over one-pass stochastic gradient descent (online SGD, which uses each data point only once) remains unclear. In this work, we consider learning a dd-dimensional single-index model with a quadratic activation, for which it is known that one-pass SGD requires ndlogdn\gtrsim d\log d samples to achieve weak recovery. We first show that this logd\log d factor in the sample complexity persists for full-batch spherical GD on the correlation loss; however, by simply truncating the activation, full-batch GD exhibits a favorable optimization landscape at ndn \simeq d samples, thereby outperforming one-pass SGD (with the same activation) in statistical efficiency. We complement this result with a trajectory analysis of full-batch GD on the squared loss from small initialization, showing that ndn \gtrsim d samples and TlogdT \gtrsim\log d gradient steps suffice to achieve strong (exact) recovery.

Keywords

Cite

@article{arxiv.2602.02431,
  title  = {Full-Batch Gradient Descent Outperforms One-Pass SGD: Sample Complexity Separation in Single-Index Learning},
  author = {Filip Kovačević and Hong Chang Ji and Denny Wu and Mahdi Soltanolkotabi and Marco Mondelli},
  journal= {arXiv preprint arXiv:2602.02431},
  year   = {2026}
}
R2 v1 2026-07-01T09:32:27.941Z