Combating Label Noise in Deep Learning Using Abstention
Sunil Thulasidasan, Tanmoy Bhattacharya, Jeff Bilmes, Gopinath, Chennupati, Jamal Mohd-Yusof

TL;DR
This paper presents a deep abstaining classifier (DAC) that improves robustness to label noise in deep learning by allowing the model to abstain on confusing samples, thereby enhancing learning and cleaning noisy data.
Contribution
The paper introduces a novel loss function enabling abstention during training, improving robustness to various label noise types and aiding in feature learning and data cleaning.
Findings
Significant performance improvements on image benchmarks with label noise
Effective identification of noisy samples for data cleaning
Enhanced feature learning under systematic label noise
Abstract
We introduce a novel method to combat label noise when training deep neural networks for classification. We propose a loss function that permits abstention during training thereby allowing the DNN to abstain on confusing samples while continuing to learn and improve classification performance on the non-abstained samples. We show how such a deep abstaining classifier (DAC) can be used for robust learning in the presence of different types of label noise. In the case of structured or systematic label noise -- where noisy training labels or confusing examples are correlated with underlying features of the data-- training with abstention enables representation learning for features that are associated with unreliable labels. In the case of unstructured (arbitrary) label noise, abstention during training enables the DAC to be used as an effective data cleaner by identifying samples that are…
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 · Adversarial Robustness in Machine Learning · Machine Learning and Algorithms
