paper-with-me

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 also be double-descent shaped, and this behavior can be explained as a super-position of bias-variance tradeoffs. In this paper, we show that the risk of explicit L2-regularized models can exhibit double descent behavior as a function of the regularization strength, both in theory and practice. We find that for linear regression, a double descent shaped risk is caused by a superposition of bias-variance tradeoffs corresponding to different parts of the model and can be mitigated by scaling the regularization strength of each part appropriately. Motivated by this result, we study a two-layer neural network and show that double descent can be eliminated by adjusting the regularization strengths for the first and second layer. Lastly, we study a 5-layer CNN and ResNet-18 trained on CIFAR-10 with label noise, and CIFAR-100 without label noise, and demonstrate that all exhibit double descent behavior as a function of the regularization strength.

📄 PDF Abstract BibTeX arXiv:2206.01378

Code (1)

mli-lab/regularization-wise_double_descent 공식 구현 pytorch

Similar Papers 제목 키워드 기반

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…

Understanding the Role of Optimization in Double Descent

2023-12-06 · Chris Yuhao Liu, Jeffrey Flanigan

The phenomenon of model-wise double descent, where the test error peaks and then reduces as the model size increases, is an interesting topic that has attracted the attention of researchers due to the striking observed g…

Spectral Multiplicity Entails Sample-wise Multiple Descent

2021-09-29 · Lin Chen, Song Mei

In this paper, we study the generalization risk of ridge and ridgeless linear regression. We assume that the data features follow a multivariate normal distribution and that the spectrum of the covariance matrix consists…

Double Descent Demystified: Identifying, Interpreting & Ablating the Sources of a Deep Learning Puzzle

2023-03-24 · Rylan Schaeffer, Mikail Khona, Zachary Robertson, Akhilan Boopathy 외

Double descent is a surprising phenomenon in machine learning, in which as the number of model parameters grows relative to the number of data, test error drops as models grow ever larger into the highly overparameterize…

Learning Theoryregression

More Data Can Hurt for Linear Regression: Sample-wise Double Descent

2019-12-16 · Preetum Nakkiran

In this expository note we describe a surprising phenomenon in overparameterized linear regression, where the dimension exceeds the number of samples: there is a regime where the test risk of the estimator found by gradi…

regression