ahmetius / LP-DeepSSL

Code for CVPR 2019 paper Label Propagation for Deep Semi-supervised Learning
MIT License
116 stars 17 forks source link

one question for transductive SSL #1

Closed songlu2333 closed 5 years ago

songlu2333 commented 5 years ago

In this paper, are the training set and the test set put together to construct a graph?

ahmetius commented 5 years ago

In our paper, we do not include the test set in the graph. We include the training set containing labeled and unlabeled examples. We use a transductive approach (label propagation) to train an inductive classifier, which generalizes to unseen test images.