paper-with-me

Papers

Deep Double Descent: Where Bigger Models and More Data Hurt

2019-12-04 · ICLR 2020 1 · Preetum Nakkiran, Gal Kaplun, Yamini Bansal, Tristan Yang, Boaz Barak, Ilya Sutskever

We show that a variety of modern deep learning tasks exhibit a "double-descent" phenomenon where, as we increase model size, performance first gets worse and then gets better. Moreover, we show that double descent occurs not just as a function of model size, but also as a function of the number of training epochs. We unify the above phenomena by defining a new complexity measure we call the effective model complexity and conjecture a generalized double descent with respect to this measure. Furthermore, our notion of model complexity allows us to identify certain regimes where increasing (even quadrupling) the number of train samples actually hurts test performance.

📄 PDF Abstract BibTeX arXiv:1912.02292

Code (3)

mbpereira49/inferenceattacks pytorch
nmhaddad/nlp-sentiment-analysis tf
https://gitlab.com/harvard-machine-learning/double-descent pytorch

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Multi-scale Feature Learning Dynamics: Insights for Double Descent

2021-12-06 · Mohammad Pezeshki, Amartya Mitra, Yoshua Bengio, Guillaume Lajoie

A key challenge in building theoretical foundations for deep learning is the complex optimization dynamics of neural networks, resulting from the high-dimensional interactions between the large number of network paramete…

Early Stopping in Deep Networks: Double Descent and How to Eliminate it

2020-07-20 · ICLR 2021 1 · Reinhard Heckel, Fatih Furkan Yilmaz

Over-parameterized models, such as large deep networks, often exhibit a double descent phenomenon, whereas a function of model size, error first decreases, increases, and decreases at last. This intriguing double descent…

Towards Understanding Epoch-wise Double descent in Two-layer Linear Neural Networks

2024-07-13 · Amanda Olmin, Fredrik Lindsten

Epoch-wise double descent is the phenomenon where generalisation performance improves beyond the point of overfitting, resulting in a generalisation curve exhibiting two descents under the course of learning. Understandi…

regression

Mitigating deep double descent by concatenating inputs

2021-07-02 · John Chen, Qihan Wang, Anastasios Kyrillidis

The double descent curve is one of the most intriguing properties of deep neural networks. It contrasts the classical bias-variance curve with the behavior of modern neural networks, occurring where the number of samples…

A U-turn on Double Descent: Rethinking Parameter Counting in Statistical Learning

2023-10-29 · NeurIPS 2023 11

Conventional statistical wisdom established a well-understood relationship between model complexity and prediction error, typically presented as a U-shaped curve reflecting a transition between under- and overfitting reg…