Late Stopping: Avoiding Confidently Learning from Mislabeled Examples
Suqin Yuan, Lei Feng, Tongliang Liu

TL;DR
This paper introduces Late Stopping, a training framework that improves learning from noisy labels by gradually removing likely mislabeled examples during prolonged training, thereby enhancing model robustness.
Contribution
The paper proposes a novel Late Stopping framework that leverages the intrinsic robustness of DNNs to better identify and remove mislabeled data over extended training.
Findings
Late Stopping effectively removes high-probability mislabeled examples.
The method outperforms existing approaches on benchmark noisy datasets.
Clean hard examples are retained throughout the training process.
Abstract
Sample selection is a prevalent method in learning with noisy labels, where small-loss data are typically considered as correctly labeled data. However, this method may not effectively identify clean hard examples with large losses, which are critical for achieving the model's close-to-optimal generalization performance. In this paper, we propose a new framework, Late Stopping, which leverages the intrinsic robust learning ability of DNNs through a prolonged training process. Specifically, Late Stopping gradually shrinks the noisy dataset by removing high-probability mislabeled examples while retaining the majority of clean hard examples in the training set throughout the learning process. We empirically observe that mislabeled and clean examples exhibit differences in the number of epochs required for them to be consistently and correctly classified, and thus high-probability…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Imbalanced Data Classification Techniques · Anomaly Detection Techniques and Applications
