LGMLNov 3, 2021

Mean-field Analysis of Piecewise Linear Solutions for Wide ReLU Networks

arXiv:2111.02278v216 citations
Originality Incremental advance
AI Analysis

This provides theoretical insight into the simplicity of solutions learned by neural networks, which is incremental but addresses a core challenge in deep learning theory.

The paper tackles the problem of understanding SGD dynamics in wide ReLU networks by showing that for a univariate regression task, SGD converges to a piecewise linear solution with at most three 'knot' points between consecutive training inputs, as the number of neurons increases.

Understanding the properties of neural networks trained via stochastic gradient descent (SGD) is at the heart of the theory of deep learning. In this work, we take a mean-field view, and consider a two-layer ReLU network trained via SGD for a univariate regularized regression problem. Our main result is that SGD is biased towards a simple solution: at convergence, the ReLU network implements a piecewise linear map of the inputs, and the number of "knot" points - i.e., points where the tangent of the ReLU network estimator changes - between two consecutive training inputs is at most three. In particular, as the number of neurons of the network grows, the SGD dynamics is captured by the solution of a gradient flow and, at convergence, the distribution of the weights approaches the unique minimizer of a related free energy, which has a Gibbs form. Our key technical contribution consists in the analysis of the estimator resulting from this minimizer: we show that its second derivative vanishes everywhere, except at some specific locations which represent the "knot" points. We also provide empirical evidence that knots at locations distinct from the data points might occur, as predicted by our theory.

Foundations

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

Your Notes