CVNov 8, 2018

Model Selection for Generalized Zero-shot Learning

arXiv:1811.03252v123 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of distinguishing seen and unseen classes in zero-shot learning, but it is incremental as it builds on existing GAN-based methods.

The paper tackles the problem of unbalanced data distribution in generalized zero-shot learning by using a model selection mechanism to separate seen and unseen class classification tasks, achieving state-of-the-art results on four datasets.

In the problem of generalized zero-shot learning, the datapoints from unknown classes are not available during training. The main challenge for generalized zero-shot learning is the unbalanced data distribution which makes it hard for the classifier to distinguish if a given testing sample comes from a seen or unseen class. However, using Generative Adversarial Network (GAN) to generate auxiliary datapoints by the semantic embeddings of unseen classes alleviates the above problem. Current approaches combine the auxiliary datapoints and original training data to train the generalized zero-shot learning model and obtain state-of-the-art results. Inspired by such models, we propose to feed the generated data via a model selection mechanism. Specifically, we leverage two sources of datapoints (observed and auxiliary) to train some classifier to recognize which test datapoints come from seen and which from unseen classes. This way, generalized zero-shot learning can be divided into two disjoint classification tasks, thus reducing the negative influence of the unbalanced data distribution. Our evaluations on four publicly available datasets for generalized zero-shot learning show that our model obtains state-of-the-art results.

Foundations

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

Your Notes