CVNov 3, 2021

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

arXiv:2111.02394v218 citationsHas Code
Originality Incremental advance
AI Analysis

This work improves efficiency and accuracy for scene text detection, which is incremental but offers practical benefits for applications like document analysis and autonomous systems.

The paper tackles the problem of detecting arbitrarily-shaped text in scenes by proposing a minimalist kernel representation and a tailored network architecture, achieving 81.6% F-measure at 152 FPS on Total-Text, with speeds up to 600 FPS after optimization.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes