For most of the twentieth century, statistics taught a clean story: fit your data too closely and your model breaks on new examples. The bias-variance tradeoff said error follows a U-shape â underfitting on the left, overfitting on the right, and a sweet spot of complexity in the middle. Graduate students memorized it. Textbooks printed it in color.
Then deep neural networks arrived with millions, then billions, of parameters â wildly more than the number of training examples â and kept getting better. The U-curve predicted catastrophe. Reality handed out state-of-the-art accuracy.
In 2019, Mikhail Belkin and colleagues named the pattern double descent: test error drops in the classical regime, spikes sharply at the interpolation threshold (where the model can just barely memorize all training data), then descends a second time as the model grows even larger. The curve is not a U â it is a W, or a double U, and it demands a new theory.
Comments
Loading comments...