paper-with-me

홈 › Papers

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

2021-11-03 · Zhe Chen, Jiahao Wang, Wenhai Wang, Guo Chen, Enze Xie, Ping Luo, Tong Lu

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.

📄 PDF Abstract BibTeX arXiv:2111.02394

Code (2)

czczup/FAST 공식 구현 pytorch
whai362/pan_pp.pytorch pytorch

Tasks

GPUimage-classificationImage ClassificationScene Text DetectionText Detection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

DEER: Detection-agnostic End-to-End Recognizer for Scene Text Spotting

2022-03-10 · Seonghyeon Kim, Seung Shin, Yoonsik Kim, Han-Cheol Cho 외

Recent end-to-end scene text spotters have achieved great improvement in recognizing arbitrary-shaped text instances. Common approaches for text spotting use region of interest pooling or segmentation masks to restrict f…

DecoderText Spotting

ABCNet: Real-time Scene Text Spotting with Adaptive Bezier-Curve Network

2020-02-24 · CVPR 2020 6 · Yuliang Liu, Hao Chen, Chunhua Shen, Tong He 외

Scene text detection and recognition has received increasing research attention. Existing methods can be roughly categorized into two groups: character-based and segmentation-based. These methods either are costly for ch…

Scene Text DetectionText DetectionText Spotting

A Single-Shot Arbitrarily-Shaped Text Detector based on Context Attended Multi-Task Learning

2019-08-15 · Pengfei Wang, Chengquan Zhang, Fei Qi, Zuming Huang 외

Detecting scene text of arbitrary shapes has been a challenging task over the past years. In this paper, we propose a novel segmentation-based text detector, namely SAST, which employs a context attended multi-task learn…

Multi-Task LearningOptical Character Recognition (OCR)Scene Text DetectionSegmentation

Which and Where to Focus: A Simple yet Accurate Framework for Arbitrary-Shaped Nearby Text Detection in Scene Images

2021-09-08 · Youhui Guo, Yu Zhou, Xugong Qin, Weiping Wang

Scene text detection has drawn the close attention of researchers. Though many methods have been proposed for horizontal and oriented texts, previous methods may not perform well when dealing with arbitrary-shaped texts …

Scene Text DetectionText Detection

SwinTextSpotter: Scene Text Spotting via Better Synergy between Text Detection and Text Recognition

2022-03-19 · CVPR 2022 1 · Mingxin Huang, Yuliang Liu, Zhenghao Peng, Chongyu Liu 외

End-to-end scene text spotting has attracted great attention in recent years due to the success of excavating the intrinsic synergy of the scene text detection and recognition. However, recent state-of-the-art methods us…

Scene Text DetectionText DetectionText Spotting