CVDec 4, 2018

TextField: Learning A Deep Direction Field for Irregular Scene Text Detection

arXiv:1812.01393v2278 citationsHas Code
Originality Highly original
AI Analysis

This addresses the problem of accurately detecting curved text in scene images for computer vision applications, representing a novel method rather than an incremental improvement.

The paper tackles the problem of detecting irregular and curved text in natural scenes, which is challenging due to varied sizes, orientations, and shapes, and presents TextField, a novel detector that learns a direction field to separate adjacent text instances, achieving state-of-the-art performance with 28% and 8% improvements on curved text datasets Total-Text and CTW1500, respectively.

Scene text detection is an important step of scene text reading system. The main challenges lie on significantly varied sizes and aspect ratios, arbitrary orientations and shapes. Driven by recent progress in deep learning, impressive performances have been achieved for multi-oriented text detection. Yet, the performance drops dramatically in detecting curved texts due to the limited text representation (e.g., horizontal bounding boxes, rotated rectangles, or quadrilaterals). It is of great interest to detect curved texts, which are actually very common in natural scenes. In this paper, we present a novel text detector named TextField for detecting irregular scene texts. Specifically, we learn a direction field pointing away from the nearest text boundary to each text point. This direction field is represented by an image of two-dimensional vectors and learned via a fully convolutional neural network. It encodes both binary text mask and direction information used to separate adjacent text instances, which is challenging for classical segmentation-based approaches. Based on the learned direction field, we apply a simple yet effective morphological-based post-processing to achieve the final detection. Experimental results show that the proposed TextField outperforms the state-of-the-art methods by a large margin (28% and 8%) on two curved text datasets: Total-Text and CTW1500, respectively, and also achieves very competitive performance on multi-oriented datasets: ICDAR 2015 and MSRA-TD500. Furthermore, TextField is robust in generalizing to unseen datasets. The code is available at https://github.com/YukangWang/TextField.

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