paper-with-me

Papers

Optimal Regularization Can Mitigate Double Descent

2020-03-04 · ICLR 2021 1 · Preetum Nakkiran, Prayaag Venkat, Sham Kakade, Tengyu Ma

Recent empirical and theoretical studies have shown that many learning algorithms -- from linear regression to neural networks -- can have test performance that is non-monotonic in quantities such the sample size and model size. This striking phenomenon, often referred to as "double descent", has raised questions of if we need to re-think our current understanding of generalization. In this work, we study whether the double-descent phenomenon can be avoided by using optimal regularization. Theoretically, we prove that for certain linear regression models with isotropic data distribution, optimally-tuned $\ell_2$ regularization achieves monotonic test performance as we grow either the sample size or the model size. We also demonstrate empirically that optimally-tuned $\ell_2$ regularization can mitigate double descent for more general models, including neural networks. Our results suggest that it may also be informative to study the test risk scalings of various algorithms in the context of appropriately tuned regularization.

📄 PDF Abstract BibTeX arXiv:2003.01897

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Regularization-wise double descent: Why it occurs and how to eliminate it

2022-06-03 · Fatih Furkan Yilmaz, Reinhard Heckel

The risk of overparameterized models, in particular deep neural networks, is often double-descent shaped as a function of the model size. Recently, it was shown that the risk as a function of the early-stopping time can …

The Quest of Finding the Antidote to Sparse Double Descent

2023-08-31 · Victor Quétu, Marta Milovanović

In energy-efficient schemes, finding the optimal size of deep learning models is very important and has a broad impact. Meanwhile, recent studies have reported an unexpected phenomenon, the sparse double descent: as the …

image-classificationImage Classification

Can we avoid Double Descent in Deep Neural Networks?

2023-02-26 · Victor Quétu, Enzo Tartaglione

Finding the optimal size of deep learning models is very actual and of broad impact, especially in energy-saving schemes. Very recently, an unexpected phenomenon, the ``double descent'', has caught the attention of the d…

Avoiding The Double Descent Phenomenon of Random Feature Models Using Hybrid Regularization

2020-12-11 · Kelvin Kan, James G Nagy, Lars Ruthotto

We demonstrate the ability of hybrid regularization methods to automatically avoid the double descent phenomenon arising in the training of random feature models (RFM). The hallmark feature of the double descent phenomen…

image-classificationImage Classification

Sparse Double Descent in Vision Transformers: real or phantom threat?

2023-07-26 · Victor Quétu, Marta Milovanovic, Enzo Tartaglione

Vision transformers (ViT) have been of broad interest in recent theoretical and empirical works. They are state-of-the-art thanks to their attention-based approach, which boosts the identification of key features and pat…

Inductive Bias