TL;DR
CLIPCleaner introduces a novel approach for noisy label learning by leveraging CLIP's semantic understanding for offline sample selection, outperforming traditional methods and reducing bias.
Contribution
This paper is the first to use a Vision-Language model like CLIP for sample selection in noisy label learning, providing a simple, effective, and theoretically justified method.
Findings
Outperforms traditional methods on benchmark datasets.
Reduces self-confirmation bias in noisy label learning.
Offers a single-step, efficient sample selection process.
Abstract
Learning with Noisy labels (LNL) poses a significant challenge for the Machine Learning community. Some of the most widely used approaches that select as clean samples for which the model itself (the in-training model) has high confidence, e.g., `small loss', can suffer from the so called `self-confirmation' bias. This bias arises because the in-training model, is at least partially trained on the noisy labels. Furthermore, in the classification case, an additional challenge arises because some of the label noise is between classes that are visually very similar (`hard noise'). This paper addresses these challenges by proposing a method (\textit{CLIPCleaner}) that leverages CLIP, a powerful Vision-Language (VL) model for constructing a zero-shot classifier for efficient, offline, clean sample selection. This has the advantage that the sample selection is decoupled from the in-training…
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
MethodsAttentive Walk-Aggregating Graph Neural Network · Contrastive Language-Image Pre-training
