English

How does Early Stopping Help Generalization against Label Noise?

Machine Learning 2020-09-09 v3 Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.1911.08059,
  title  = {How does Early Stopping Help Generalization against Label Noise?},
  author = {Hwanjun Song and Minseok Kim and Dongmin Park and Jae-Gil Lee},
  journal= {arXiv preprint arXiv:1911.08059},
  year   = {2020}
}

Comments

International Conference on Machine Learning, Workshop on Uncertainty and Robustness in Deep Learning. See: https://sites.google.com/view/udlworkshop2020/home

R2 v1 2026-06-23T12:20:11.541Z