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

FAST: Faster Arbitrarily-Shaped Text Detector with Minimalist Kernel Representation

About

We propose an accurate and efficient scene text detection framework, termed FAST (i.e., faster arbitrarily-shaped text detector). Different from recent advanced text detectors that used complicated post-processing and hand-crafted network architectures, resulting in low inference speed, FAST has two new designs. (1) We design a minimalist kernel representation (only has 1-channel output) to model text with arbitrary shape, as well as a GPU-parallel post-processing to efficiently assemble text lines with a negligible time overhead. (2) We search the network architecture tailored for text detection, leading to more powerful features than most networks that are searched for image classification. Benefiting from these two designs, FAST achieves an excellent trade-off between accuracy and efficiency on several challenging datasets, including Total Text, CTW1500, ICDAR 2015, and MSRA-TD500. For example, FAST-T yields 81.6% F-measure at 152 FPS on Total-Text, outperforming the previous fastest method by 1.7 points and 70 FPS in terms of accuracy and speed. With TensorRT optimization, the inference speed can be further accelerated to over 600 FPS. Code and models will be released at https://github.com/czczup/FAST.

Zhe Chen, Jiahao Wang, Wenhai Wang, Guo Chen, Enze Xie, Ping Luo, Tong Lu• 2021

Related benchmarks

TaskDatasetResultRank
Text DetectionCTW1500 (test)
Precision87.8
157
Text DetectionTotal-Text
Recall85.2
139
Oriented Text DetectionICDAR 2015 (test)
Precision89.7
129
Text DetectionTotal-Text (test)
F-Measure87.5
126
Scene Text DetectionMSRA-TD500
Precision92.1
28
Showing 5 of 5 rows

Other info

Code

Follow for update