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

From Noisy Prediction to True Label: Noisy Prediction Calibration via Generative Model

About

Noisy labels are inevitable yet problematic in machine learning society. It ruins the generalization of a classifier by making the classifier over-fitted to noisy labels. Existing methods on noisy label have focused on modifying the classifier during the training procedure. It has two potential problems. First, these methods are not applicable to a pre-trained classifier without further access to training. Second, it is not easy to train a classifier and regularize all negative effects from noisy labels, simultaneously. We suggest a new branch of method, Noisy Prediction Calibration (NPC) in learning with noisy labels. Through the introduction and estimation of a new type of transition matrix via generative model, NPC corrects the noisy prediction from the pre-trained classifier to the true label as a post-processing scheme. We prove that NPC theoretically aligns with the transition matrix based methods. Yet, NPC empirically provides more accurate pathway to estimate true label, even without involvement in classifier learning. Also, NPC is applicable to any classifier trained with noisy label methods, if training instances and its predictions are available. Our method, NPC, boosts the classification performances of all baseline models on both synthetic and real-world datasets. The implemented code is available at https://github.com/BaeHeeSun/NPC.

HeeSun Bae, Seungjae Shin, Byeonghu Na, JoonHo Jang, Kyungwoo Song, Il-Chul Moon• 2022

Related benchmarks

TaskDatasetResultRank
News topic classification20 Newsgroups 40% Instance-Dependent Noise
Accuracy75.19
24
News topic classification20 Newsgroups 20% Instance-Dependent Noise
Accuracy79.97
24
News topic classification20 Newsgroups 20% Symmetric Noise
Accuracy79.82
24
News topic classification20 Newsgroups 40% Symmetric Noise
Accuracy72.96
24
News topic classification20 Newsgroups 20% Asymmetric Noise
Accuracy78.88
24
News topic classification20 Newsgroups 40% Asymmetric Noise
Accuracy61.69
24
Text ClassificationAGNews 4 classes symmetric noise e=0.4 (test)
Accuracy75.04
24
News topic classificationAG News 20% Asymmetric Noise
Accuracy83.94
13
News topic classificationAG News 40% Instance-Dependent Noise
Accuracy77.38
13
News topic classificationAG News 40% Asymmetric Noise
Accuracy0.7769
13
Showing 10 of 12 rows

Other info

Follow for update