paper-with-me

홈 › Papers

How does Early Stopping Help Generalization against Label Noise?

2019-11-19 · Hwanjun Song, Minseok Kim, Dongmin Park, Jae-Gil Lee

Noisy labels are very common in real-world training data, which lead to poor generalization on test data because of overfitting to the noisy labels. In this paper, we claim that such overfitting can be avoided by "early stopping" training a deep neural network before the noisy labels are severely memorized. Then, we resume training the early stopped network using a "maximal safe set," which maintains a collection of almost certainly true-labeled samples at each epoch since the early stop point. Putting them all together, our novel two-phase training method, called Prestopping, realizes noise-free training under any type of label noise for practical use. Extensive experiments using four image benchmark data sets verify that our method significantly outperforms four state-of-the-art methods in test error by 0.4-8.2 percent points under existence of real-world noise.

📄 PDF Abstract BibTeX arXiv:1911.08059

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Prestopping: How Does Early Stopping Help Generalization Against Label Noise?

2019-09-25 · Hwanjun Song, Minseok Kim, Dongmin Park, Jae-Gil Lee

Noisy labels are very common in real-world training data, which lead to poor generalization on test data because of overfitting to the noisy labels. In this paper, we claim that such overfitting can be avoided by "early …

On Optimal Early Stopping: Overparametrization versus Underparametrization

2021-09-29 · Ruoqi Shen, Liyao Gao, Yian Ma

Early stopping is a simple and widely used method to prevent over-training neural networks. We develop theoretical results to reveal the relationship between optimal early stopping time and model dimension as well as sam…

Don't Waste Your Time: Early Stopping Cross-Validation

2024-05-06 · Edward Bergman, Lennart Purucker, Frank Hutter

State-of-the-art automated machine learning systems for tabular data often employ cross-validation; ensuring that measured performances generalize to unseen data, or that subsequent ensembling does not overfit. However, …

Bayesian OptimizationModel Selection

Intersection of Parallels as an Early Stopping Criterion

2022-08-19 · Ali Vardasbi, Maarten de Rijke, Mostafa Dehghani

A common way to avoid overfitting in supervised learning is early stopping, where a held-out set is used for iterative evaluation during training to find a sweet spot in the number of training steps that gives maximum ge…

counterfactualLearning-To-Rank

Early Stopping Against Label Noise Without Validation Data

2025-02-11 · Suqin Yuan, Lei Feng, Tongliang Liu

Early stopping methods in deep learning face the challenge of balancing the volume of training and validation data, especially in the presence of label noise. Concretely, sparing more data for validation from training da…

Learning with noisy labels