English

Multi-label Zero-shot Classification by Learning to Transfer from External Knowledge

Computer Vision and Pattern Recognition 2020-08-03 v2

Abstract

Multi-label zero-shot classification aims to predict multiple unseen class labels for an input image. It is more challenging than its single-label counterpart. On one hand, the unconstrained number of labels assigned to each image makes the model more easily overfit to those seen classes. On the other hand, there is a large semantic gap between seen and unseen classes in the existing multi-label classification datasets. To address these difficult issues, this paper introduces a novel multi-label zero-shot classification framework by learning to transfer from external knowledge. We observe that ImageNet is commonly used to pretrain the feature extractor and has a large and fine-grained label space. This motivates us to exploit it as external knowledge to bridge the seen and unseen classes and promote generalization. Specifically, we construct a knowledge graph including not only classes from the target dataset but also those from ImageNet. Since ImageNet labels are not available in the target dataset, we propose a novel PosVAE module to infer their initial states in the extended knowledge graph. Then we design a relational graph convolutional network (RGCN) to propagate information among classes and achieve knowledge transfer. Experimental results on two benchmark datasets demonstrate the effectiveness of the proposed approach.

Keywords

Cite

@article{arxiv.2007.15610,
  title  = {Multi-label Zero-shot Classification by Learning to Transfer from External Knowledge},
  author = {He Huang and Yuanwei Chen and Wei Tang and Wenhao Zheng and Qing-Guo Chen and Yao Hu and Philip Yu},
  journal= {arXiv preprint arXiv:2007.15610},
  year   = {2020}
}
R2 v1 2026-06-23T17:32:08.119Z