paper-with-me

Papers

On double-descent in uncertainty quantification in overparametrized models

2022-10-23 · Lucas Clarté, Bruno Loureiro, Florent Krzakala, Lenka Zdeborová

Uncertainty quantification is a central challenge in reliable and trustworthy machine learning. Naive measures such as last-layer scores are well-known to yield overconfident estimates in the context of overparametrized neural networks. Several methods, ranging from temperature scaling to different Bayesian treatments of neural networks, have been proposed to mitigate overconfidence, most often supported by the numerical observation that they yield better calibrated uncertainty measures. In this work, we provide a sharp comparison between popular uncertainty measures for binary classification in a mathematically tractable model for overparametrized neural networks: the random features model. We discuss a trade-off between classification accuracy and calibration, unveiling a double descent like behavior in the calibration curve of optimally regularized estimators as a function of overparametrization. This is in contrast with the empirical Bayes method, which we show to be well calibrated in our setting despite the higher generalization error and overparametrization.

📄 PDF Abstract BibTeX arXiv:2210.12760

Code (1)

spoc-group/double_descent_uncertainty 공식 구현

Tasks

Binary ClassificationUncertainty Quantification

Similar Papers 제목 키워드 기반

Analysis of Interpolating Regression Models and the Double Descent Phenomenon

2023-04-17 · Tomas McKelvey

A regression model with more parameters than data points in the training data is overparametrized and has the capability to interpolate the training data. Based on the classical bias-variance tradeoff expressions, it is …

regression

Variational Deep Learning via Implicit Regularization

2025-05-26 · Jonathan Wenger, Beau Coker, Juraj Marusic, John P. Cunningham

Modern deep learning models generalize remarkably well in-distribution, despite being overparametrized and trained with little to no explicit regularization. Instead, current theory credits implicit regularization impose…

Deep LearningInductive BiasSequential Decision MakingUncertainty Quantification+1

Double descent for least-squares interpolation on contaminated data: A simulation study

2026-04-15 · Tino Werner arxiv

Overparametrized models can exhibit an excellent generalization performance, although they should be prone to overfitting according to classical statistical theory. The discovery of the "double descent", indicating that …

Asymptotic normality and confidence intervals for derivatives of 2-layers neural network in the random features model

2020-12-01 · NeurIPS 2020 12 · Yiwei Shen, Pierre C Bellec

This paper studies two-layers Neural Networks (NN), where the first layer contains random weights, and the second layer is trained using Ridge regularization. This model has been the focus of numerous recent works, showi…

regressionUncertainty Quantification

A dynamic view of the double descent

2025-05-03 · Vivek Shripad Borkar

It has been observed by Belkin et al.\ that overparametrized neural networks exhibit a `double descent' phenomenon. That is, as the model complexity, as reflected in the number of features, increases, the training error …