CVApr 3, 2017

Cascaded Segmentation-Detection Networks for Word-Level Text Spotting

arXiv:1704.00834v132 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of accurately locating text in unconstrained scenes, which is crucial for applications like document analysis and augmented reality, representing an incremental improvement over existing methods.

The paper tackles the problem of word-level text spotting in natural images by introducing a cascaded two-network system that first segments text areas and then detects individual words, achieving the highest score on the ICDAR 2015 benchmark with a runtime of 450 ms per image.

We introduce an algorithm for word-level text spotting that is able to accurately and reliably determine the bounding regions of individual words of text "in the wild". Our system is formed by the cascade of two convolutional neural networks. The first network is fully convolutional and is in charge of detecting areas containing text. This results in a very reliable but possibly inaccurate segmentation of the input image. The second network (inspired by the popular YOLO architecture) analyzes each segment produced in the first stage, and predicts oriented rectangular regions containing individual words. No post-processing (e.g. text line grouping) is necessary. With execution time of 450 ms for a 1000-by-560 image on a Titan X GPU, our system achieves the highest score to date among published algorithms on the ICDAR 2015 Incidental Scene Text dataset benchmark.

Foundations

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

Your Notes