The loss landscape of overparameterized neural networks
Y Cooper
TL;DR
The paper analyzes the loss landscape of overparameterized neural networks and demonstrates that, for $n>d$, the set of global minima $M=L^{-1}(0)$ is generically an $n-d$-dimensional submanifold of $\mathbb{R}^n$, rather than a discrete set. Using Sard's theorem and a construction on the functions $f_i$ defining the loss, it shows that $M$ is either empty or a smooth submanifold of codimension $d$, with the Hessian at a minimum having $d$ positive directions and $n-d$ flat directions. In the feedforward case with last hidden layer width $h>d$ and rectified/smooth activations, $M$ remains nonempty and has the same high-dimensional structure, supported by explicit interpolation results for data memorization. These results align with observed Hessian spectra in practice and provide a theoretical basis for why overparameterized networks exhibit many equivalent minimizers and stable training dynamics across architectures.
Abstract
We explore some mathematical features of the loss landscape of overparameterized neural networks. A priori one might imagine that the loss function looks like a typical function from $\mathbb{R}^n$ to $\mathbb{R}$ - in particular, nonconvex, with discrete global minima. In this paper, we prove that in at least one important way, the loss function of an overparameterized neural network does not look like a typical function. If a neural net has $n$ parameters and is trained on $d$ data points, with $n>d$, we show that the locus $M$ of global minima of $L$ is usually not discrete, but rather an $n-d$ dimensional submanifold of $\mathbb{R}^n$. In practice, neural nets commonly have orders of magnitude more parameters than data points, so this observation implies that $M$ is typically a very high-dimensional subset of $\mathbb{R}^n$.
