Relational Knowledge Transfer for Zero-Shot Learning

Abstract

General zero-shot learning (ZSL) approaches exploit transfer learning via semantic knowledge space. In this paper, we reveal a novel relational knowledge transfer (RKT) mechanism for ZSL, which is simple, generic and effective. RKT resolves the inherent semantic shift problem existing in ZSL through restoring the missing manifold structure of unseen categories via optimizing semantic mapping. It extracts the relational knowledge from data manifold structure in semantic knowledge space based on sparse coding theory. The extracted knowledge is then transferred backwards to generate virtual data for unseen categories in the feature space. On the one hand, the generalizing ability of the semantic mapping function can be enhanced with the added data. On the other hand, the mapping function for unseen categories can be learned directly from only these generated data, achieving inspiring performance. Incorporated with RKT, even simple baseline methods can achieve good results. Extensive experiments on three challenging datasets show prominent performance obtained by RKT, and we obtain 82.43% accuracy on the Animals with Attributes dataset.

Cite

Text

Wang et al. "Relational Knowledge Transfer for Zero-Shot Learning." AAAI Conference on Artificial Intelligence, 2016. doi:10.1609/AAAI.V30I1.10195

Markdown

[Wang et al. "Relational Knowledge Transfer for Zero-Shot Learning." AAAI Conference on Artificial Intelligence, 2016.](https://mlanthology.org/aaai/2016/wang2016aaai-relational/) doi:10.1609/AAAI.V30I1.10195

BibTeX

@inproceedings{wang2016aaai-relational,
  title     = {{Relational Knowledge Transfer for Zero-Shot Learning}},
  author    = {Wang, Donghui and Li, Yanan and Lin, Yuetan and Zhuang, Yueting},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2016},
  pages     = {2145-2151},
  doi       = {10.1609/AAAI.V30I1.10195},
  url       = {https://mlanthology.org/aaai/2016/wang2016aaai-relational/}
}