LGCVMLJun 1, 2018

The Nonlinearity Coefficient - Predicting Generalization in Deep Neural Networks

arXiv:1806.00179v211 citations
Originality Highly original
AI Analysis

This provides a robust predictor of overfitting for deep learning practitioners, addressing a long-standing challenge in neural architecture design.

The authors tackled the problem of predicting generalization in deep neural networks by introducing the nonlinearity coefficient (NLC), a measurement based on gradient magnitude, and showed through empirical study that it is a powerful predictor of test error and essential for optimal performance.

For a long time, designing neural architectures that exhibit high performance was considered a dark art that required expert hand-tuning. One of the few well-known guidelines for architecture design is the avoidance of exploding gradients, though even this guideline has remained relatively vague and circumstantial. We introduce the nonlinearity coefficient (NLC), a measurement of the complexity of the function computed by a neural network that is based on the magnitude of the gradient. Via an extensive empirical study, we show that the NLC is a powerful predictor of test error and that attaining a right-sized NLC is essential for optimal performance. The NLC exhibits a range of intriguing and important properties. It is closely tied to the amount of information gained from computing a single network gradient. It is tied to the error incurred when replacing the nonlinearity operations in the network with linear operations. It is not susceptible to the confounders of multiplicative scaling, additive bias and layer width. It is stable from layer to layer. Hence, we argue that the NLC is the first robust predictor of overfitting in deep networks.

Foundations

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

Your Notes