SELF: Learning to Filter Noisy Labels with Self-Ensembling
Duc Tam Nguyen, Chaithanya Kumar Mummadi, Thi Phuong Nhung Ngo, Thi, Hoai Phuong Nguyen, Laura Beggel, Thomas Brox

TL;DR
This paper introduces SELF, a method that progressively filters noisy labels during training of deep neural networks by using ensemble predictions, improving robustness and accuracy in noisy label scenarios.
Contribution
The paper proposes a novel self-ensemble label filtering approach that effectively identifies and filters noisy labels during training, outperforming previous methods across various datasets and architectures.
Findings
SELF significantly reduces overfitting to noisy labels.
The method improves accuracy on noisy image classification tasks.
It outperforms previous noise-aware learning techniques.
Abstract
Deep neural networks (DNNs) have been shown to over-fit a dataset when being trained with noisy labels for a long enough time. To overcome this problem, we present a simple and effective method self-ensemble label filtering (SELF) to progressively filter out the wrong labels during training. Our method improves the task performance by gradually allowing supervision only from the potentially non-noisy (clean) labels and stops learning on the filtered noisy labels. For the filtering, we form running averages of predictions over the entire training dataset using the network output at different training epochs. We show that these ensemble estimates yield more accurate identification of inconsistent predictions throughout training than the single estimates of the network at the most recent training epoch. While filtered samples are removed entirely from the supervised training loss, we…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Anomaly Detection Techniques and Applications · Adversarial Robustness in Machine Learning
