Co-Representation Network for Generalized Zero-Shot Learning

Abstract

Generalized zero-shot learning is a significant topic but faced with bias problem, which leads to unseen classes being easily misclassified into seen classes. Hence we propose a embedding model called co-representation network to learn a more uniform visual embedding space that effectively alleviates the bias problem and helps with classification. We mathematically analyze our model and find it learns a projection with high local linearity, which is proved to cause less bias problem. The network consists of a cooperation module for representation and a relation module for classification, it is simple in structure and can be easily trained in an end-to-end manner. Experiments show that our method outperforms existing generalized zero-shot learning methods on several benchmark datasets.

Cite

Text

Zhang and Shi. "Co-Representation Network for Generalized Zero-Shot Learning." International Conference on Machine Learning, 2019.

Markdown

[Zhang and Shi. "Co-Representation Network for Generalized Zero-Shot Learning." International Conference on Machine Learning, 2019.](https://mlanthology.org/icml/2019/zhang2019icml-corepresentation/)

BibTeX

@inproceedings{zhang2019icml-corepresentation,
  title     = {{Co-Representation Network for Generalized Zero-Shot Learning}},
  author    = {Zhang, Fei and Shi, Guangming},
  booktitle = {International Conference on Machine Learning},
  year      = {2019},
  pages     = {7434-7443},
  volume    = {97},
  url       = {https://mlanthology.org/icml/2019/zhang2019icml-corepresentation/}
}