CVDec 2, 2016

Zero-Shot Learning posed as a Missing Data Problem

arXiv:1612.00560v235 citations
AI Analysis

This addresses the problem of recognizing unseen classes in computer vision, but it is incremental as it builds on existing transductive frameworks.

The paper tackles zero-shot learning by reframing it as a missing data problem instead of a missing label problem, and it outperforms state-of-the-art methods on two popular datasets.

This paper presents a method of zero-shot learning (ZSL) which poses ZSL as the missing data problem, rather than the missing label problem. Specifically, most existing ZSL methods focus on learning mapping functions from the image feature space to the label embedding space. Whereas, the proposed method explores a simple yet effective transductive framework in the reverse way \--- our method estimates data distribution of unseen classes in the image feature space by transferring knowledge from the label embedding space. In experiments, our method outperforms the state-of-the-art on two popular datasets.

Foundations

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

Your Notes