IRCLCVNEJun 23, 2016

Picture It In Your Mind: Generating High Level Visual Representations From Textual Descriptions

arXiv:1606.07287v131 citations
Originality Incremental advance
AI Analysis

This addresses image retrieval for users with textual queries, but it is incremental as it builds on existing visual feature spaces and methods.

The paper tackles image search from textual descriptions by learning to translate text into visual features, enabling similarity search without reprocessing images. Preliminary results on MS-COCO show potential but lack concrete performance numbers.

In this paper we tackle the problem of image search when the query is a short textual description of the image the user is looking for. We choose to implement the actual search process as a similarity search in a visual feature space, by learning to translate a textual query into a visual representation. Searching in the visual feature space has the advantage that any update to the translation model does not require to reprocess the, typically huge, image collection on which the search is performed. We propose Text2Vis, a neural network that generates a visual representation, in the visual feature space of the fc6-fc7 layers of ImageNet, from a short descriptive text. Text2Vis optimizes two loss functions, using a stochastic loss-selection method. A visual-focused loss is aimed at learning the actual text-to-visual feature mapping, while a text-focused loss is aimed at modeling the higher-level semantic concepts expressed in language and countering the overfit on non-relevant visual components of the visual loss. We report preliminary results on the MS-COCO dataset.

Code Implementations2 repos
Foundations

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

Your Notes