CVAug 27, 2018

Single Shot Scene Text Retrieval

arXiv:1808.09044v154 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of efficiently retrieving scene images based on text queries, which is incremental by improving speed and accuracy over existing methods.

The paper tackles scene text retrieval by proposing a single-shot CNN architecture that simultaneously predicts bounding boxes and compact text representations, enabling efficient nearest neighbor search for image retrieval. The method outperforms previous state-of-the-art in accuracy and offers a significant increase in processing speed.

Textual information found in scene images provides high level semantic information about the image and its context and it can be leveraged for better scene understanding. In this paper we address the problem of scene text retrieval: given a text query, the system must return all images containing the queried text. The novelty of the proposed model consists in the usage of a single shot CNN architecture that predicts at the same time bounding boxes and a compact text representation of the words in them. In this way, the text based image retrieval task can be casted as a simple nearest neighbor search of the query text representation over the outputs of the CNN over the entire image database. Our experiments demonstrate that the proposed architecture outperforms previous state-of-the-art while it offers a significant increase in processing speed.

Code Implementations3 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