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

Understanding and Utilizing Deep Neural Networks Trained with Noisy Labels

About

Noisy labels are ubiquitous in real-world datasets, which poses a challenge for robustly training deep neural networks (DNNs) as DNNs usually have the high capacity to memorize the noisy labels. In this paper, we find that the test accuracy can be quantitatively characterized in terms of the noise ratio in datasets. In particular, the test accuracy is a quadratic function of the noise ratio in the case of symmetric noise, which explains the experimental findings previously published. Based on our analysis, we apply cross-validation to randomly split noisy datasets, which identifies most samples that have correct labels. Then we adopt the Co-teaching strategy which takes full advantage of the identified samples to train DNNs robustly against noisy labels. Compared with extensive state-of-the-art methods, our strategy consistently improves the generalization performance of DNNs under both synthetic and real-world training noise.

Pengfei Chen, Benben Liao, Guangyong Chen, Shengyu Zhang• 2019

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-10 (test)
Accuracy88.6
3381
Image ClassificationImageNet (val)
Top-1 Acc61.6
1206
Image ClassificationImageNet ILSVRC-2012 (val)
Top-1 Accuracy61.6
405
Image ClassificationImageNet (val)
Top-1 Accuracy61.6
354
Image ClassificationILSVRC 2012 (val)
Top-1 Accuracy61.6
156
Whole Slide Image classificationCAMELYON16 (test)
AUC0.9933
127
Image ClassificationILSVRC 2012 (test)
Top-1 Acc61.6
117
Image ClassificationWebVision mini (val)
Top-1 Accuracy65.24
78
Image ClassificationCIFAR-10 standard (test)
Accuracy89.02
68
Image ClassificationWebVision 1.0 (val)
Top-1 Acc65.24
59
Showing 10 of 31 rows

Other info

Code

Follow for update