English

Deep Metric Transfer for Label Propagation with Limited Annotated Data

Computer Vision and Pattern Recognition 2019-07-30 v2 Artificial Intelligence Machine Learning

Abstract

We study object recognition under the constraint that each object class is only represented by very few observations. Semi-supervised learning, transfer learning, and few-shot recognition all concern with achieving fast generalization with few labeled data. In this paper, we propose a generic framework that utilizes unlabeled data to aid generalization for all three tasks. Our approach is to create much more training data through label propagation from the few labeled examples to a vast collection of unannotated images. The main contribution of the paper is that we show such a label propagation scheme can be highly effective when the similarity metric used for propagation is transferred from other related domains. We test various combinations of supervised and unsupervised metric learning methods with various label propagation algorithms. We find that our framework is very generic without being sensitive to any specific techniques. By taking advantage of unlabeled data in this way, we achieve significant improvements on all three tasks.

Keywords

Cite

@article{arxiv.1812.08781,
  title  = {Deep Metric Transfer for Label Propagation with Limited Annotated Data},
  author = {Bin Liu and Zhirong Wu and Han Hu and Stephen Lin},
  journal= {arXiv preprint arXiv:1812.08781},
  year   = {2019}
}

Comments

Code is availble at http://github.com/Microsoft/metric-transfer.pytorch

R2 v1 2026-06-23T06:51:49.387Z