MLLGPRJan 25, 2019

Complexity of Linear Regions in Deep Networks

arXiv:1901.09021v2277 citations
Originality Incremental advance
AI Analysis

This provides a theoretical framework to understand the practical expressivity of neural networks, which is incremental but clarifies a key gap between theory and practice for researchers in deep learning.

The paper tackles the problem of quantifying the expressivity of neural networks by analyzing the number of linear regions in piecewise linear networks, showing that at initialization, the average number of regions grows linearly with neurons, far below exponential bounds, and this gap persists after training.

It is well-known that the expressivity of a neural network depends on its architecture, with deeper networks expressing more complex functions. In the case of networks that compute piecewise linear functions, such as those with ReLU activation, the number of distinct linear regions is a natural measure of expressivity. It is possible to construct networks with merely a single region, or for which the number of linear regions grows exponentially with depth; it is not clear where within this range most networks fall in practice, either before or after training. In this paper, we provide a mathematical framework to count the number of linear regions of a piecewise linear network and measure the volume of the boundaries between these regions. In particular, we prove that for networks at initialization, the average number of regions along any one-dimensional subspace grows linearly in the total number of neurons, far below the exponential upper bound. We also find that the average distance to the nearest region boundary at initialization scales like the inverse of the number of neurons. Our theory suggests that, even after training, the number of linear regions is far below exponential, an intuition that matches our empirical observations. We conclude that the practical expressivity of neural networks is likely far below that of the theoretical maximum, and that this gap can be quantified.

Foundations

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

Your Notes