2017

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

Jiang, Lu, Zhou, Zhengyuan, Leung, Thomas et al.

Understand

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.

Reading the bibliography…