classical-generalization-theory-overturned

IN derived (depth 1)

Created 2026-06-21T10:06:01+00:00 · Reviewed 2026-06-21T15:37:01+00:00

Classical generalization theory — the U-shaped bias-variance tradeoff — has been overturned by two empirical phenomena: double descent shows test error decreasing again far past the interpolation threshold, and benign overfitting shows perfect training fit coexisting with good generalization in overparameterized regimes.

Justifications

SL — Two independent empirical discoveries that contradict the same classical framework

Antecedents (all must be IN):

  • IN double-descent-phenomenon — Double descent is a phenomenon where test error decreases, increases, then decreases again as model complexity grows far beyond the interpolation threshold, challenging the classical U-shaped tradeoff curve.
  • IN benign-overfitting-overparameterization — Benign overfitting — where a model perfectly fits noisy training data yet still generalizes well — requires overparameterization where the number of unimportant directions in parameter space significantly exceeds the sample size.
  • IN bias-variance-tradeoff-prediction-error — In supervised learning, prediction error decomposes approximately as bias + variance: flexible models have low bias but high variance, rigid models have high bias but low variance

Dependents

These beliefs depend on this one: