SOTAVerified

Latent Embedding Feedback and Discriminative Features for Zero-Shot Classification

2020-03-17ECCV 2020Code Available1· sign in to hype

Sanath Narayan, Akshita Gupta, Fahad Shahbaz Khan, Cees G. M. Snoek, Ling Shao

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Zero-shot learning strives to classify unseen categories for which no data is available during training. In the generalized variant, the test samples can further belong to seen or unseen categories. The state-of-the-art relies on Generative Adversarial Networks that synthesize unseen class features by leveraging class-specific semantic embeddings. During training, they generate semantically consistent features, but discard this constraint during feature synthesis and classification. We propose to enforce semantic consistency at all stages of (generalized) zero-shot learning: training, feature synthesis and classification. We first introduce a feedback loop, from a semantic embedding decoder, that iteratively refines the generated features during both the training and feature synthesis stages. The synthesized features together with their corresponding latent embeddings from the decoder are then transformed into discriminative features and utilized during classification to reduce ambiguities among categories. Experiments on (generalized) zero-shot object and action classification reveal the benefit of semantic consistency and iterative feedback, outperforming existing methods on six zero-shot learning benchmarks. Source code at https://github.com/akshitac8/tfvaegan.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
AwA2ZSL_TF-VAEGANaverage top-1 classification accuracy72.2Unverified
CUB-200-2011ZSL_TF-VAEGANaverage top-1 classification accuracy64.9Unverified
Oxford 102 FlowerZSL_TF-VAEGANaverage top-1 classification accuracy70.8Unverified
SUN AttributeZSL_TF-VAEGANaverage top-1 classification accuracy66Unverified

Reproductions