paper-with-me

Papers

A Modern Take on the Bias-Variance Tradeoff in Neural Networks

2018-10-19 · Brady Neal, Sarthak Mittal, Aristide Baratin, Vinayak Tantia, Matthew Scicluna, Simon Lacoste-Julien, Ioannis Mitliagkas

The bias-variance tradeoff tells us that as model complexity increases, bias falls and variances increases, leading to a U-shaped test error curve. However, recent empirical results with over-parameterized neural networks are marked by a striking absence of the classic U-shaped test error curve: test error keeps decreasing in wider networks. This suggests that there might not be a bias-variance tradeoff in neural networks with respect to network width, unlike was originally claimed by, e.g., Geman et al. (1992). Motivated by the shaky evidence used to support this claim in neural networks, we measure bias and variance in the modern setting. We find that both bias and variance can decrease as the number of parameters grows. To better understand this, we introduce a new decomposition of the variance to disentangle the effects of optimization and data sampling. We also provide theoretical analysis in a simplified setting that is consistent with our empirical findings.

📄 PDF Abstract BibTeX arXiv:1810.08591

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Bias-Variance Tradeoff: Textbooks Need an Update

2019-12-17 · Brady Neal

The main goal of this thesis is to point out that the bias-variance tradeoff is not always true (e.g. in neural networks). We advocate for this lack of universality to be acknowledged in textbooks and taught in introduct…

Deep Reinforcement LearningReinforcement Learning

ApproBiVT: Lead ASR Models to Generalize Better Using Approximated Bias-Variance Tradeoff Guided Early Stopping and Checkpoint Averaging

2023-08-05 · Fangyuan Wang, Ming Hao, Yuhai Shi, Bo Xu

The conventional recipe for Automatic Speech Recognition (ASR) models is to 1) train multiple checkpoints on a training set while relying on a validation set to prevent overfitting using early stopping and 2) average sev…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Understanding the bias-variance tradeoff of Bregman divergences

2022-02-08 · Ben Adlam, Neha Gupta, Zelda Mariet, Jamie Smith

This paper builds upon the work of Pfau (2013), which generalized the bias variance tradeoff to any Bregman divergence loss function. Pfau (2013) showed that for Bregman divergences, the bias and variances are defined wi…

Prediction

Sketchy Moment Matching: Toward Fast and Provable Data Selection for Finetuning

2024-07-08 · Yijun Dong, Hoang Phan, Xiang Pan, Qi Lei

We revisit data selection in a modern context of finetuning from a fundamental perspective. Extending the classical wisdom of variance minimization in low dimensions to high-dimensional finetuning, our generalization ana…

Rethinking Soft Labels for Knowledge Distillation: A Bias–Variance Tradeoff Perspective

2021-01-01 · ICLR 2021 1 · Helong Zhou, Liangchen Song, Jiajie Chen, Ye Zhou 외

Knowledge distillation is an effective approach to leverage a well-trained network or an ensemble of them, named as the teacher, to guide the training of a student network. The outputs from the teacher network are used …

Knowledge Distillation