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

TextBoxes++: A Single-Shot Oriented Scene Text Detector

About

Scene text detection is an important step of scene text recognition system and also a challenging problem. Different from general object detection, the main challenges of scene text detection lie on arbitrary orientations, small sizes, and significantly variant aspect ratios of text in natural images. In this paper, we present an end-to-end trainable fast scene text detector, named TextBoxes++, which detects arbitrary-oriented scene text with both high accuracy and efficiency in a single network forward pass. No post-processing other than an efficient non-maximum suppression is involved. We have evaluated the proposed TextBoxes++ on four public datasets. In all experiments, TextBoxes++ outperforms competing methods in terms of text localization accuracy and runtime. More specifically, TextBoxes++ achieves an f-measure of 0.817 at 11.6fps for 1024*1024 ICDAR 2015 Incidental text images, and an f-measure of 0.5591 at 19.8fps for 768*768 COCO-Text images. Furthermore, combined with a text recognizer, TextBoxes++ significantly outperforms the state-of-the-art approaches for word spotting and end-to-end text recognition tasks on popular benchmarks. Code is available at: https://github.com/MhLiao/TextBoxes_plusplus

Minghui Liao, Baoguang Shi, Xiang Bai• 2018

Related benchmarks

TaskDatasetResultRank
Text DetectionICDAR 2015
Precision87.8
171
Scene Text DetectionICDAR 2015 (test)
F1 Score82.9
150
Scene Text SpottingTotal-Text (test)
F-measure (None)36.3
105
Text DetectionICDAR 2013 (test)--
88
End-to-End Text SpottingICDAR 2015
Strong Score73.3
80
Text DetectionICDAR Incidental Text 2015 (test)
Precision87.8
52
Word SpottingICDAR 2015
Strong Score76.5
42
Text LocalizationICDAR 2013 (test)
Recall86
28
Text DetectionCOCO-text (test)
Recall56.7
19
End-to-end RecognitionICDAR 2015
Strong Error Rate (S)73.3
17
Showing 10 of 17 rows

Other info

Code

Follow for update