SOTAVerified

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

2021-11-03Code Available1· sign in to hype

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

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ICDAR 2015FAST-B-1280F-Measure87.1Unverified
ICDAR 2015FAST-T-736F-Measure81.7Unverified
ICDAR 2015FAST-S-736F-Measure82.9Unverified
ICDAR 2015FAST-B-736F-Measure84.7Unverified
ICDAR 2015FAST-B-896F-Measure86.3Unverified
MSRA-TD500FAST-T-512F-Measure84.5Unverified
MSRA-TD500FAST-B-736F-Measure87.3Unverified
MSRA-TD500FAST-S-736F-Measure86.4Unverified
MSRA-TD500FAST-T-736F-Measure84.9Unverified
SCUT-CTW1500FAST-B-640F-Measure84.2Unverified
SCUT-CTW1500FAST-B-512F-Measure82.9Unverified
SCUT-CTW1500FAST-S-512F-Measure82Unverified
SCUT-CTW1500FAST-T-512F-Measure81.5Unverified
Total-TextFAST-B-800F-Measure87.5Unverified
Total-TextFAST-T-448F-Measure81.6Unverified
Total-TextFAST-S-512F-Measure84.9Unverified
Total-TextFAST-B-512F-Measure85.8Unverified
Total-TextFAST-B-640F-Measure86.4Unverified

Reproductions