CVJun 30, 2016

Zero-Shot Learning with Multi-Battery Factor Analysis

arXiv:1606.09349v114 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of classifying unseen categories in image recognition, which is incremental by improving the use of complementary side information.

The paper tackles the problem of zero-shot learning by integrating multiple types of side information into a unified semantic space, achieving significant superiority over state-of-the-art methods on popular datasets like AwA, CUB, and SUN.

Zero-shot learning (ZSL) extends the conventional image classification technique to a more challenging situation where the test image categories are not seen in the training samples. Most studies on ZSL utilize side information such as attributes or word vectors to bridge the relations between the seen classes and the unseen classes. However, existing approaches on ZSL typically exploit a shared space for each type of side information independently, which cannot make full use of the complementary knowledge of different types of side information. To this end, this paper presents an MBFA-ZSL approach to embed different types of side information as well as the visual feature into one shared space. Specifically, we first develop an algorithm named Multi-Battery Factor Analysis (MBFA) to build a unified semantic space, and then employ multiple types of side information in it to achieve the ZSL. The close-form solution makes MBFA-ZSL simple to implement and efficient to run on large datasets. Extensive experiments on the popular AwA, CUB, and SUN datasets show its significant superiority over the state-of-the-art approaches.

Foundations

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

Your Notes