Share your thoughts, 1 month free Claude Pro on usSee more
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
894
Image ClassificationCIFAR-100 (val)
Accuracy73
781
Image ClassificationFashion MNIST (test)
Accuracy90.37
633
Image ClassificationImageNet-1K
Top-1 Acc64.2
600
Image ClassificationClothing1M (test)
Accuracy69.3
598
Image ClassificationImageNet ILSVRC-2012 (val)
Top-1 Accuracy65.1
441
Showing 10 of 108 rows
...

Other info

Code

Follow for update