Inductive Generalized Zero-Shot Learning with Adversarial Relation Network
Abstract
We consider the inductive Generalized Zero Shot Learning (GZSL) problem where test information is assumed unavailable during training. In lack of training samples and attributes for unseen classes, most existing GZSL methods tend to classify target samples as seen classes. To alleviate such problem, we design an adversarial Relation Network that favors target samples towards unseen classes while enjoying robust recognition for seen classes. Specifically, through the adversarial framework, we can attain a robust recognizer where a small gradient adjustment to the instance will not affect too much the classification of seen classes but substantially increase the classification accuracy on unseen classes. We conduct a series of experiments extensively on four benchmarks i.e., AwA1, AwA2, aPY, and CUB. Experimental results show that our proposed method can attain encouraging performance, which is higher than the best of state-of-the-art models by 10.8%, 14.0%, 6.9%, and 1.9% on the four benchmark datasets, respectively in the inductive GZSL scenario. (The code is available on https://github.com/ygyvsys/AdvRN-with-SR )
Cite
Text
Yang et al. "Inductive Generalized Zero-Shot Learning with Adversarial Relation Network." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2020. doi:10.1007/978-3-030-67661-2_43Markdown
[Yang et al. "Inductive Generalized Zero-Shot Learning with Adversarial Relation Network." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2020.](https://mlanthology.org/ecmlpkdd/2020/yang2020ecmlpkdd-inductive/) doi:10.1007/978-3-030-67661-2_43BibTeX
@inproceedings{yang2020ecmlpkdd-inductive,
title = {{Inductive Generalized Zero-Shot Learning with Adversarial Relation Network}},
author = {Yang, Guanyu and Huang, Kaizhu and Zhang, Rui and Goulermas, John Yannis and Hussain, Amir},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2020},
pages = {724-739},
doi = {10.1007/978-3-030-67661-2_43},
url = {https://mlanthology.org/ecmlpkdd/2020/yang2020ecmlpkdd-inductive/}
}