CVSep 4, 2017

Link the head to the "beak": Zero Shot Learning from Noisy Text Description at Part Precision

arXiv:1709.01148v1144 citations
Originality Incremental advance
AI Analysis

This addresses zero-shot learning for computer vision by enabling part-based classification from unstructured text, which is incremental but offers specific gains in accuracy.

The paper tackles learning visual classifiers from noisy text descriptions at part precision without training images, improving zero-shot recognition on CUBirds 2011 from 34.7% to 43.6% and outperforming methods on new bird image benchmarks.

In this paper, we study learning visual classifiers from unstructured text descriptions at part precision with no training images. We propose a learning framework that is able to connect text terms to its relevant parts and suppress connections to non-visual text terms without any part-text annotations. For instance, this learning process enables terms like "beak" to be sparsely linked to the visual representation of parts like head, while reduces the effect of non-visual terms like "migrate" on classifier prediction. Images are encoded by a part-based CNN that detect bird parts and learn part-specific representation. Part-based visual classifiers are predicted from text descriptions of unseen visual classifiers to facilitate classification without training images (also known as zero-shot recognition). We performed our experiments on CUBirds 2011 dataset and improves the state-of-the-art text-based zero-shot recognition results from 34.7\% to 43.6\%. We also created large scale benchmarks on North American Bird Images augmented with text descriptions, where we also show that our approach outperforms existing methods. Our code, data, and models are publically available.

Foundations

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

Your Notes