LGAICVMLJul 14, 2022

Benign, Tempered, or Catastrophic: A Taxonomy of Overfitting

arXiv:2207.06569v342 citationsh-index: 55
Originality Incremental advance
AI Analysis

This work refines the understanding of overfitting in modern machine learning, particularly for practitioners using overparameterized models like neural networks, by categorizing behaviors beyond existing extremes.

The paper introduces a taxonomy of overfitting, identifying an intermediate regime called 'tempered overfitting' where models like neural networks show nonzero but non-infinite excess risk with noise, unlike benign or catastrophic overfitting. It provides conditions for kernel regression and empirical evidence that deep neural networks trained to interpolation exhibit tempered overfitting.

The practical success of overparameterized neural networks has motivated the recent scientific study of interpolating methods, which perfectly fit their training data. Certain interpolating methods, including neural networks, can fit noisy training data without catastrophically bad test performance, in defiance of standard intuitions from statistical learning theory. Aiming to explain this, a body of recent work has studied benign overfitting, a phenomenon where some interpolating methods approach Bayes optimality, even in the presence of noise. In this work we argue that while benign overfitting has been instructive and fruitful to study, many real interpolating methods like neural networks do not fit benignly: modest noise in the training set causes nonzero (but non-infinite) excess risk at test time, implying these models are neither benign nor catastrophic but rather fall in an intermediate regime. We call this intermediate regime tempered overfitting, and we initiate its systematic study. We first explore this phenomenon in the context of kernel (ridge) regression (KR) by obtaining conditions on the ridge parameter and kernel eigenspectrum under which KR exhibits each of the three behaviors. We find that kernels with powerlaw spectra, including Laplace kernels and ReLU neural tangent kernels, exhibit tempered overfitting. We then empirically study deep neural networks through the lens of our taxonomy, and find that those trained to interpolation are tempered, while those stopped early are benign. We hope our work leads to a more refined understanding of overfitting in modern learning.

Foundations

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

Your Notes