CVAug 6, 2019

Generalised Zero-Shot Learning with a Classifier Ensemble over Multi-Modal Embedding Spaces

arXiv:1908.02013v1
AI Analysis

This work addresses the challenge of classifying both seen and unseen visual classes in GZSL, which is important for applications like image recognition with limited labeled data, though it appears incremental as it builds on existing space transformations and ensembling techniques.

The paper tackles the problem of generalized zero-shot learning (GZSL) by proposing a method that ensembles classifiers over visual, semantic, and joint embedding spaces to leverage complementary information, achieving state-of-the-art results on CUB, AWA1, and AWA2 benchmarks and competitive performance on SUN.

Generalised zero-shot learning (GZSL) methods aim to classify previously seen and unseen visual classes by leveraging the semantic information of those classes. In the context of GZSL, semantic information is non-visual data such as a text description of both seen and unseen classes. Previous GZSL methods have utilised transformations between visual and semantic embedding spaces, as well as the learning of joint spaces that include both visual and semantic information. In either case, classification is then performed on a single learned space. We argue that each embedding space contains complementary information for the GZSL problem. By using just a visual, semantic or joint space some of this information will invariably be lost. In this paper, we demonstrate the advantages of our new GZSL method that combines the classification of visual, semantic and joint spaces. Most importantly, this ensembling allows for more information from the source domains to be seen during classification. An additional contribution of our work is the application of a calibration procedure for each classifier in the ensemble. This calibration mitigates the problem of model selection when combining the classifiers. Lastly, our proposed method achieves state-of-the-art results on the CUB, AWA1 and AWA2 benchmark data sets and provides competitive performance on the SUN data set.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes