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

MentorNet: Learning Data-Driven Curriculum for Very Deep Neural Networks on Corrupted Labels

About

Recent deep networks are capable of memorizing the entire data even when the labels are completely random. To overcome the overfitting on corrupted labels, we propose a novel technique of learning another neural network, called MentorNet, to supervise the training of the base deep networks, namely, StudentNet. During training, MentorNet provides a curriculum (sample weighting scheme) for StudentNet to focus on the sample the label of which is probably correct. Unlike the existing curriculum that is usually predefined by human experts, MentorNet learns a data-driven curriculum dynamically with StudentNet. Experimental results demonstrate that our approach can significantly improve the generalization performance of deep networks trained on corrupted training data. Notably, to the best of our knowledge, we achieve the best-published result on WebVision, a large benchmark containing 2.2 million images of real-world noisy labels. The code are at https://github.com/google/mentornet

Lu Jiang, Zhengyuan Zhou, Thomas Leung, Li-Jia Li, Li Fei-Fei• 2017

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)--
3518
Image ClassificationCIFAR-10 (test)
Accuracy92
3381
Image ClassificationImageNet (val)
Top-1 Acc65.1
1206
Image ClassificationCIFAR-10 (test)
Accuracy92.38
906
Image ClassificationMNIST (test)
Accuracy96.7
882
Image ClassificationCIFAR-100 (val)
Accuracy73
661
Image ClassificationFashion MNIST (test)
Accuracy90.37
568
Image ClassificationClothing1M (test)
Accuracy69.3
546
Image ClassificationImageNet-1K
Top-1 Acc64.2
524
Image ClassificationImageNet
Top-1 Accuracy64.2
429
Showing 10 of 103 rows
...

Other info

Code

Follow for update