Learning to Learn in a Semi-Supervised Fashion

Abstract

To address semi-supervised learning from both labeled and unlabeled data, we present a novel meta-learning scheme. We particularly consider that labeled and unlabeled data share disjoint ground truth label sets, which can be seen tasks like in person re-identification or image retrieval. Our learning scheme exploits the idea of leveraging information from labeled to unlabeled data. Instead of fitting the associated class-wise similarity scores as most meta-learning algorithms do, we propose to derive semantics-oriented similarity representations from labeled data, and transfer such representation to unlabeled ones. Thus, our strategy can be viewed as a self-supervised learning scheme, which can be applied to fully supervised learning tasks for improved performance. Our experiments on various tasks and settings confirm the effectiveness of our proposed approach and its superiority over the state-of-the-art methods.

Cite

Text

Chen et al. "Learning to Learn in a Semi-Supervised Fashion." Proceedings of the European Conference on Computer Vision (ECCV), 2020. doi:10.1007/978-3-030-58523-5_27

Markdown

[Chen et al. "Learning to Learn in a Semi-Supervised Fashion." Proceedings of the European Conference on Computer Vision (ECCV), 2020.](https://mlanthology.org/eccv/2020/chen2020eccv-learning-c/) doi:10.1007/978-3-030-58523-5_27

BibTeX

@inproceedings{chen2020eccv-learning-c,
  title     = {{Learning to Learn in a Semi-Supervised Fashion}},
  author    = {Chen, Yun-Chun and Chou, Chao-Te and Wang, Yu-Chiang Frank},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2020},
  doi       = {10.1007/978-3-030-58523-5_27},
  url       = {https://mlanthology.org/eccv/2020/chen2020eccv-learning-c/}
}