Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

Yongchao Xu, Yukang Wang, Wei Zhou, Yongpan Wang, Zhibo Yang, Xiang Bai• 2018

Related benchmarks

TaskDatasetResultRank
Text DetectionICDAR 2015
Precision84.3
171
Text DetectionCTW1500 (test)
Precision83
157
Scene Text DetectionICDAR 2015 (test)
F1 Score84.1
150
Text DetectionTotal-Text
Recall79.9
139
Oriented Text DetectionICDAR 2015 (test)
Precision84.3
129
Text DetectionTotal-Text (test)
F-Measure80.6
126
Scene Text DetectionTotalText (test)
Recall79.9
106
Text DetectionMSRA-TD500
Precision87.4
84
Text DetectionMSRA-TD500 (test)
Precision87.4
70
Text DetectionCTW1500--
70
Showing 10 of 16 rows

Other info

Code

Follow for update