SGD on Neural Networks Learns Functions of Increasing Complexity
Preetum Nakkiran, Gal Kaplun, Dimitris Kalimeris, Tristan Yang, Benjamin L. Edelman, Fred Zhang, Boaz Barak
TL;DR
This work investigates why SGD-trained deep neural networks generalize well in overparameterized regimes. It introduces a mutual-information based framework to quantify how much of a network's early performance can be attributed to a simple linear classifier, revealing a two-phase learning dynamic where a simple predictor explains early gains and is retained as learning progresses to more complex functions. The authors provide extensive experimental evidence across datasets and architectures, plus a simple theoretical result showing that starting from a simple, generalizable predictor can yield good population accuracy even as training fits the data. Together, these results offer an information-theoretic lens on SGD inductive bias and lay groundwork for understanding phase-wise learning and generalization in deep nets.
Abstract
We perform an experimental study of the dynamics of Stochastic Gradient Descent (SGD) in learning deep neural networks for several real and synthetic classification tasks. We show that in the initial epochs, almost all of the performance improvement of the classifier obtained by SGD can be explained by a linear classifier. More generally, we give evidence for the hypothesis that, as iterations progress, SGD learns functions of increasing complexity. This hypothesis can be helpful in explaining why SGD-learned classifiers tend to generalize well even in the over-parameterized regime. We also show that the linear classifier learned in the initial stages is "retained" throughout the execution even if training is continued to the point of zero training error, and complement this with a theoretical result in a simplified model. Key to our work is a new measure of how well one classifier explains the performance of another, based on conditional mutual information.
