paper-with-me

Papers

Understanding the Double Descent Phenomenon in Deep Learning

2024-03-15 · Marc Lafon, Alexandre Thomas

Combining empirical risk minimization with capacity control is a classical strategy in machine learning when trying to control the generalization gap and avoid overfitting, as the model class capacity gets larger. Yet, in modern deep learning practice, very large over-parameterized models (e.g. neural networks) are optimized to fit perfectly the training data and still obtain great generalization performance. Past the interpolation point, increasing model complexity seems to actually lower the test error. In this tutorial, we explain the concept of double descent and its mechanisms. The first section sets the classical statistical learning framework and introduces the double descent phenomenon. By looking at a number of examples, section 2 introduces inductive biases that appear to have a key role in double descent by selecting, among the multiple interpolating solutions, a smooth empirical risk minimizer. Finally, section 3 explores the double descent with two linear models, and gives other points of view from recent related works.

📄 PDF Abstract BibTeX arXiv:2403.10459

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

Manipulating Sparse Double Descent

2024-01-19 · Ya Shi Zhang

This paper investigates the double descent phenomenon in two-layer neural networks, focusing on the role of L1 regularization and representation dimensions. It explores an alternative double descent phenomenon, named spa…

Understanding the double descent curve in Machine Learning

2022-11-18 · Luis Sa-Couto, Jose Miguel Ramos, Miguel Almeida, Andreas Wichert

The theory of bias-variance used to serve as a guide for model selection when applying Machine Learning algorithms. However, modern practice has shown success with over-parameterized models that were expected to overfit …

Model Selection

Double Descent of Discrepancy: A Task-, Data-, and Model-Agnostic Phenomenon

2023-05-25 · Yifan Luo, Bin Dong

In this paper, we studied two identically-trained neural networks (i.e. networks with the same architecture, trained on the same dataset using the same algorithm, but with different initialization) and found that their o…

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 mod…

regression

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…