Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Estimating Noisy Class Posterior with Part-level Labels for Noisy Label Learning

About

In noisy label learning, estimating noisy class posteriors plays a fundamental role for developing consistent classifiers, as it forms the basis for estimating clean class posteriors and the transition matrix. Existing methods typically learn noisy class posteriors by training a classification model with noisy labels. However, when labels are incorrect, these models may be misled to overemphasize the feature parts that do not reflect the instance characteristics, resulting in significant errors in estimating noisy class posteriors. To address this issue, this paper proposes to augment the supervised information with part-level labels, encouraging the model to focus on and integrate richer information from various parts. Specifically, our method first partitions features into distinct parts by cropping instances, yielding part-level labels associated with these various parts. Subsequently, we introduce a novel single-to-multiple transition matrix to model the relationship between the noisy and part-level labels, which incorporates part-level labels into a classifier-consistent framework. Utilizing this framework with part-level labels, we can learn the noisy class posteriors more precisely by guiding the model to integrate information from various parts, ultimately improving the classification performance. Our method is theoretically sound, while experiments show that it is empirically effective in synthetic and real-world noisy benchmarks.

Rui Zhao, Bin Shi, Jianfei Ruan, Tianze Pan, Bo Dong• 2024

Related benchmarks

TaskDatasetResultRank
Image ClassificationClothing1M (test)
Accuracy73.3
546
Image ClassificationCIFAR-10
Accuracy92.84
507
Image ClassificationMNIST
Accuracy99.4
395
Image ClassificationCIFAR-100
Accuracy72.67
36
Noisy Attribute GeneralizationCHAMMI-CP ID/OOD
ID Score70.5
15
Noisy Attribute GeneralizationVLCS ID/OOD
ID Accuracy87.9
15
Image ClassificationCIFAR-10 Instance-Dependent Noise 20% (test)
Accuracy91.41
7
Image ClassificationCIFAR-10 Instance-Dependent Noise 30% (test)
Accuracy88.6
7
Image ClassificationCIFAR-10 Instance-Dependent Noise 40% (test)
Accuracy83.98
7
Image ClassificationCIFAR-10 Instance-Dependent Noise 50% (test)
Accuracy76.87
7
Showing 10 of 10 rows

Other info

Code

Follow for update