TL;DR
This paper introduces a selective noise correction method that identifies and corrects noisy labels during training, improving deep learning robustness on various datasets by balancing noise correction and data preservation.
Contribution
The proposed method selectively identifies noisy samples based on loss distribution and applies a noise transition matrix for correction, enhancing learning with noisy labels.
Findings
Significant accuracy improvements on MNIST, CIFAR-10, and CIFAR-100 datasets.
Robustness enhancement in biological scRNA-seq cell-type annotation.
Effective noise correction without discarding valuable data.
Abstract
Falsely annotated samples, also known as noisy labels, can significantly harm the performance of deep learning models. Two main approaches for learning with noisy labels are global noise estimation and data filtering. Global noise estimation approximates the noise across the entire dataset using a noise transition matrix, but it can unnecessarily adjust correct labels, leaving room for local improvements. Data filtering, on the other hand, discards potentially noisy samples but risks losing valuable data. Our method identifies potentially noisy samples based on their loss distribution. We then apply a selection process to separate noisy and clean samples and learn a noise transition matrix to correct the loss for noisy samples while leaving the clean data unaffected, thereby improving the training process. Our approach ensures robust learning and enhanced model performance by preserving…
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.
