2019

Label Propagation for Deep Semi-supervised Learning

Iscen, Ahmet, Tolias, Giorgos, Avrithis, Yannis et al.

Understand

Semi-supervised learning is becoming increasingly important because it can combine data carefully labeled by humans with abundant unlabeled data to train deep neural networks.

  • Classic methods on semi-supervised learning that have focused on transductive learning have not been fully exploited in the inductive framework followed by modern deep learning.
  • The same holds for the manifold assumption---that similar examples should get the same prediction.
  • In this work, we employ a transductive label propagation method that is based on the manifold assumption to make predictions on the entire dataset and use these predictions to generate pseudo-labels for the unlabeled data and train a deep neural network.

Reading the bibliography…