paper-with-me

홈 › Papers

Rethinking Early Stopping: Refine, Then Calibrate

2025-01-31 · Eugène Berta, David Holzmüller, Michael I. Jordan, Francis Bach

Machine learning classifiers often produce probabilistic predictions that are critical for accurate and interpretable decision-making in various domains. The quality of these predictions is generally evaluated with proper losses like cross-entropy, which decompose into two components: calibration error assesses general under/overconfidence, while refinement error measures the ability to distinguish different classes. In this paper, we provide theoretical and empirical evidence that these two errors are not minimized simultaneously during training. Selecting the best training epoch based on validation loss thus leads to a compromise point that is suboptimal for both calibration error and, most importantly, refinement error. To address this, we introduce a new metric for early stopping and hyperparameter tuning that makes it possible to minimize refinement error during training. The calibration error is minimized after training, using standard techniques. Our method integrates seamlessly with any architecture and consistently improves performance across diverse classification tasks.

📄 PDF Abstract BibTeX arXiv:2501.19195

Code (4)

dholzmueller/probmetrics 공식 구현 pytorch
dholzmueller/pytabkit 공식 구현 pytorch
eugeneberta/refinethencalibrate-theory 공식 구현
eugeneberta/refinethencalibrate-vision 공식 구현 pytorch

Tasks

Decision Making

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

Calibrating a Deep Neural Network with Its Predecessors

2023-02-13 · Linwei Tao, Minjing Dong, Daochang Liu, Changming Sun 외

Confidence calibration - the process to calibrate the output probability distribution of neural networks - is essential for safety-critical applications of such networks. Recent works verify the link between mis-calibrat…

Conformal inference is (almost) free for neural networks trained with early stopping

2023-01-27 · Ziyi Liang, Yanfei Zhou, Matteo Sesia

Early stopping based on hold-out data is a popular regularization technique designed to mitigate overfitting and increase the predictive accuracy of neural networks. Models trained with early stopping often provide relat…

Multi-class ClassificationOutlier Detection

When Denoising Hurts: Rethinking the Terminal Step of Diffusion Time Series Forecasters -- Extended Version

2026-08-14 · Dat Nguyen-Cong, Luong Tran, Tung Kieu arxiv

Diffusion models offer a natural way to model uncertainty in time series forecasting, yet their iterative sampling process is often treated as a uniformly beneficial refinement procedure. Our study challenges this view b…

Time Series Forecasting

Don't stop me now: Rethinking Validation Criteria for Model Parameter Selection

2026-02-25 · Andrea Apicella, Francesco Isgrò, Andrea Pollastro, Roberto Prevete arxiv

Despite the extensive literature on training loss functions, the evaluation of generalization on the validation set remains underexplored. In this work, we conduct a systematic empirical and statistical study of how the …

Conformalized Rate-Adaptive Sensing

2026-07-29 · Jiawei Yang, Yao Zhang arxiv

Many high-resolution imaging systems face the same fundamental question: when have enough measurements been collected to reconstruct an image accurately? We develop Conformalized Rate-Adaptive Sensing (CoRAS), a method t…

Image Reconstruction