A Simple yet Effective Model for Zero-Shot Learning
Abstract
Zero-shot learning has tremendous application value in complex computer vision tasks, e.g. image classification, localization, image captioning, etc., for its capability of transferring knowledge from seen data to unseen data. Many recent proposed methods have shown that the formulation of a compatibility function and its generalization are crucial for the success of a zero-shot learning model. In this paper, we formulate a softmax-based compatibility function, and more importantly, propose a regularized empirical risk minimization objective to optimize the function parameter which leads to a better model generalization. In comparison to eight baseline models on four benchmark datasets, our model achieved the highest average ranking. Our model was effective even when the training set size was small and significantly outperforming an alternative state-of-the-art model in generalized zero-shot recognition tasks.
Cite
Text
Cao et al. "A Simple yet Effective Model for Zero-Shot Learning." IEEE/CVF Winter Conference on Applications of Computer Vision, 2018. doi:10.1109/WACV.2018.00089Markdown
[Cao et al. "A Simple yet Effective Model for Zero-Shot Learning." IEEE/CVF Winter Conference on Applications of Computer Vision, 2018.](https://mlanthology.org/wacv/2018/cao2018wacv-simple/) doi:10.1109/WACV.2018.00089BibTeX
@inproceedings{cao2018wacv-simple,
title = {{A Simple yet Effective Model for Zero-Shot Learning}},
author = {Cao, Xi Hang and Obradovic, Zoran and Kim, Kyungnam},
booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
year = {2018},
pages = {766-774},
doi = {10.1109/WACV.2018.00089},
url = {https://mlanthology.org/wacv/2018/cao2018wacv-simple/}
}