paper-with-me

홈 › 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 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

Code (0)

등록된 구현이 없습니다.

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

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

Generalization of Overparametrized Deep Neural Network Under Noisy Observations

2021-09-29 · ICLR 2022 4 · Namjoon Suh, Hyunouk Ko, Xiaoming Huo

We study the generalization properties of the overparameterized deep neural network (DNN) with Rectified Linear Unit (ReLU) activations. Under the non-parametric regression framework, it is assumed that the ground-truth …

Channel-Wise Early Stopping without a Validation Set via NNK Polytope Interpolation

2021-07-27 · David Bonet, Antonio Ortega, Javier Ruiz-Hidalgo, Sarath Shekkizhar

State-of-the-art neural network architectures continue to scale in size and deliver impressive generalization results, although this comes at the expense of limited interpretability. In particular, a key challenge is to …