CLOct 7, 2020

ZEST: Zero-shot Learning from Text Descriptions using Textual Similarity and Visual Summarization

arXiv:2010.03276v1999 citations
Originality Incremental advance
AI Analysis

It addresses the problem of classifying images of unseen species for the vision community, with incremental advancements in leveraging textual similarity and visual summaries.

The paper tackles zero-shot learning from text by recognizing visual entities from textual descriptions of unseen classes, achieving significant improvements over state-of-the-art on major benchmarks.

We study the problem of recognizing visual entities from the textual descriptions of their classes. Specifically, given birds' images with free-text descriptions of their species, we learn to classify images of previously-unseen species based on specie descriptions. This setup has been studied in the vision community under the name zero-shot learning from text, focusing on learning to transfer knowledge about visual aspects of birds from seen classes to previously-unseen ones. Here, we suggest focusing on the textual description and distilling from the description the most relevant information to effectively match visual features to the parts of the text that discuss them. Specifically, (1) we propose to leverage the similarity between species, reflected in the similarity between text descriptions of the species. (2) we derive visual summaries of the texts, i.e., extractive summaries that focus on the visual features that tend to be reflected in images. We propose a simple attention-based model augmented with the similarity and visual summaries components. Our empirical results consistently and significantly outperform the state-of-the-art on the largest benchmarks for text-based zero-shot learning, illustrating the critical importance of texts for zero-shot image-recognition.

Code Implementations1 repo
Foundations

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

Your Notes