Instance-dependent Label Distribution Estimation for Learning with Label Noise
Zehui Liao, Shishuai Hu, Yutong Xie, Yong Xia

TL;DR
This paper introduces ILDE, a novel method for estimating label distributions that depend on individual instances, improving learning from noisy labels in image classification by estimating instance-specific label transition matrices.
Contribution
The paper proposes a new instance-dependent label distribution estimation method that bypasses anchor point reliance and uses mini-batch inter-class correlation for more accurate noise modeling.
Findings
ILDE outperforms state-of-the-art methods on synthetic and real-world noisy datasets.
The method effectively estimates instance-dependent label transition matrices.
ILDE enhances learning robustness against label noise.
Abstract
Noise transition matrix (NTM) estimation is a promising approach for learning with label noise. It can infer clean posterior probabilities, known as Label Distribution (LD), based on noisy ones and reduce the impact of noisy labels. However, this estimation is challenging, since the ground truth labels are not always available. Most existing methods estimate a global NTM using either correctly labeled samples (anchor points) or detected reliable samples (pseudo anchor points). These methods heavily rely on the existence of anchor points or the quality of pseudo ones, and the global NTM can hardly provide accurate label transition information for each sample, since the label noise in real applications is mostly instance-dependent. To address these challenges, we propose an Instance-dependent Label Distribution Estimation (ILDE) method to learn from noisy labels for image classification.…
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
