Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Leveraging the Invariant Side of Generative Zero-Shot Learning

About

Conventional zero-shot learning (ZSL) methods generally learn an embedding, e.g., visual-semantic mapping, to handle the unseen visual samples via an indirect manner. In this paper, we take the advantage of generative adversarial networks (GANs) and propose a novel method, named leveraging invariant side GAN (LisGAN), which can directly generate the unseen features from random noises which are conditioned by the semantic descriptions. Specifically, we train a conditional Wasserstein GANs in which the generator synthesizes fake unseen features from noises and the discriminator distinguishes the fake from real via a minimax game. Considering that one semantic description can correspond to various synthesized visual samples, and the semantic description, figuratively, is the soul of the generated features, we introduce soul samples as the invariant side of generative zero-shot learning in this paper. A soul sample is the meta-representation of one class. It visualizes the most semantically-meaningful aspects of each sample in the same category. We regularize that each generated sample (the varying side of generative ZSL) should be close to at least one soul sample (the invariant side) which has the same class label with it. At the zero-shot recognition stage, we propose to use two classifiers, which are deployed in a cascade way, to achieve a coarse-to-fine result. Experiments on five popular benchmarks verify that our proposed approach can outperform state-of-the-art methods with significant improvements.

Jingjing Li, Mengmeng Jin, Ke Lu, Zhengming Ding, Lei Zhu, Zi Huang• 2019

Related benchmarks

TaskDatasetResultRank
Generalized Zero-Shot LearningCUB
H Score51.6
250
Generalized Zero-Shot LearningSUN
H40.2
184
Generalized Zero-Shot LearningAWA2
S Score76.3
165
Zero-shot LearningCUB
Top-1 Accuracy58.8
144
Zero-shot LearningSUN
Top-1 Accuracy61.7
114
Zero-shot LearningAWA2
Top-1 Accuracy0.711
95
Image ClassificationCUB
Unseen Top-1 Acc60.6
89
Image ClassificationSUN
Harmonic Mean Top-1 Accuracy40.2
86
Zero-shot LearningSUN (unseen)
Top-1 Accuracy (%)70.1
50
Zero-shot LearningCUB (unseen)
Top-1 Accuracy71.1
49
Showing 10 of 26 rows

Other info

Code

Follow for update