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

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

PDF Abstract ICML 2018 PDF ICML 2018 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Image Classification mini WebVision 1.0 MentorNet (Inception-ResNet-v2) ImageNet Top-1 Accuracy 63.8 # 29
ImageNet Top-5 Accuracy 85.8 # 28
Image Classification WebVision-1000 MentorNet (InceptionResNet-V2) Top-1 Accuracy 70.8% # 16
Top-5 Accuracy 88.0% # 13
ImageNet Top-1 Accuracy 62.5% # 10
ImageNet Top-5 Accuracy 83.0% # 10

Methods


No methods listed for this paper. Add relevant methods here