LGMLOct 19, 2018

A Modern Take on the Bias-Variance Tradeoff in Neural Networks

arXiv:1810.08591v4182 citations
Originality Highly original
AI Analysis

This challenges foundational assumptions in machine learning about model complexity and generalization, potentially affecting all of ML/AI.

The paper tackles the problem of the bias-variance tradeoff in over-parameterized neural networks, finding that both bias and variance can decrease as network width increases, contrary to the classic U-shaped test error curve.

The bias-variance tradeoff tells us that as model complexity increases, bias falls and variances increases, leading to a U-shaped test error curve. However, recent empirical results with over-parameterized neural networks are marked by a striking absence of the classic U-shaped test error curve: test error keeps decreasing in wider networks. This suggests that there might not be a bias-variance tradeoff in neural networks with respect to network width, unlike was originally claimed by, e.g., Geman et al. (1992). Motivated by the shaky evidence used to support this claim in neural networks, we measure bias and variance in the modern setting. We find that both bias and variance can decrease as the number of parameters grows. To better understand this, we introduce a new decomposition of the variance to disentangle the effects of optimization and data sampling. We also provide theoretical analysis in a simplified setting that is consistent with our empirical findings.

Foundations

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

Your Notes