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

Omnidirectional Scene Text Detection with Sequential-free Box Discretization

About

Scene text in the wild is commonly presented with high variant characteristics. Using quadrilateral bounding box to localize the text instance is nearly indispensable for detection methods. However, recent researches reveal that introducing quadrilateral bounding box for scene text detection will bring a label confusion issue which is easily overlooked, and this issue may significantly undermine the detection performance. To address this issue, in this paper, we propose a novel method called Sequential-free Box Discretization (SBD) by discretizing the bounding box into key edges (KE) which can further derive more effective methods to improve detection performance. Experiments showed that the proposed method can outperform state-of-the-art methods in many popular scene text benchmarks, including ICDAR 2015, MLT, and MSRA-TD500. Ablation study also showed that simply integrating the SBD into Mask R-CNN framework, the detection performance can be substantially improved. Furthermore, an experiment on the general object dataset HRSC2016 (multi-oriented ships) showed that our method can outperform recent state-of-the-art methods by a large margin, demonstrating its powerful generalization ability. Source code: https://github.com/Yuliang-Liu/Box_Discretization_Network.

Yuliang Liu, Sheng Zhang, Lianwen Jin, Lele Xie, Yaqiang Wu, Zhepeng Wang• 2019

Related benchmarks

TaskDatasetResultRank
Text DetectionICDAR 2015
Precision89.4
171
Oriented Text DetectionICDAR 2015 (test)
Precision89.4
129
Text DetectionICDAR MLT 2017 (test)
Precision83.6
101
Object DetectionHRSC 2016 (test)--
72
Text DetectionMSRA-TD500 (test)
Precision89.6
70
Oriented Object DetectionHRSC 2016 (test)
mAP93.7
55
Scene Text DetectionMSRA-TD500
Precision89.6
28
Scene Text DetectionMLT 2017 (test)
Precision83.6
25
Scene Text DetectionReCTS 2019 (test)
Recall93.41
24
Scene Text DetectionMTWI (test)
Precision77.3
14
Showing 10 of 11 rows

Other info

Code

Follow for update