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

Detecting Oriented Text in Natural Images by Linking Segments

About

Most state-of-the-art text detection methods are specific to horizontal Latin text and are not fast enough for real-time applications. We introduce Segment Linking (SegLink), an oriented text detection method. The main idea is to decompose text into two locally detectable elements, namely segments and links. A segment is an oriented box covering a part of a word or text line; A link connects two adjacent segments, indicating that they belong to the same word or text line. Both elements are detected densely at multiple scales by an end-to-end trained, fully-convolutional neural network. Final detections are produced by combining segments connected by links. Compared with previous methods, SegLink improves along the dimensions of accuracy, speed, and ease of training. It achieves an f-measure of 75.0% on the standard ICDAR 2015 Incidental (Challenge 4) benchmark, outperforming the previous best by a large margin. It runs at over 20 FPS on 512x512 images. Moreover, without modification, SegLink is able to detect long lines of non-Latin text, such as Chinese.

Baoguang Shi, Xiang Bai, Serge Belongie• 2017

Related benchmarks

TaskDatasetResultRank
Text DetectionICDAR 2015
Precision74.74
171
Text DetectionCTW1500 (test)
Precision42.3
157
Scene Text DetectionICDAR 2015 (test)
F1 Score75.61
150
Text DetectionTotal-Text
Recall30.3
139
Oriented Text DetectionICDAR 2015 (test)
Precision73.1
129
Text DetectionTotal-Text (test)
F-Measure26.7
126
Text DetectionICDAR 2015 (test)
F1 Score75.61
108
Scene Text DetectionTotalText (test)
Recall23.8
106
Text DetectionICDAR 2013 (test)
F1 Score85.3
88
Text DetectionMSRA-TD500
Precision86
84
Showing 10 of 27 rows

Other info

Follow for update