paper-with-me

홈 › Papers

PAN++: Towards Efficient and Accurate End-to-End Spotting of Arbitrarily-Shaped Text

2021-05-02 · Wenhai Wang, Enze Xie, Xiang Li, Xuebo Liu, Ding Liang, Zhibo Yang, Tong Lu, Chunhua Shen

Scene text detection and recognition have been well explored in the past few years. Despite the progress, efficient and accurate end-to-end spotting of arbitrarily-shaped text remains challenging. In this work, we propose an end-to-end text spotting framework, termed PAN++, which can efficiently detect and recognize text of arbitrary shapes in natural scenes. PAN++ is based on the kernel representation that reformulates a text line as a text kernel (central region) surrounded by peripheral pixels. By systematically comparing with existing scene text representations, we show that our kernel representation can not only describe arbitrarily-shaped text but also well distinguish adjacent text. Moreover, as a pixel-based representation, the kernel representation can be predicted by a single fully convolutional network, which is very friendly to real-time applications. Taking the advantages of the kernel representation, we design a series of components as follows: 1) a computationally efficient feature enhancement network composed of stacked Feature Pyramid Enhancement Modules (FPEMs); 2) a lightweight detection head cooperating with Pixel Aggregation (PA); and 3) an efficient attention-based recognition head with Masked RoI. Benefiting from the kernel representation and the tailored components, our method achieves high inference speed while maintaining competitive accuracy. Extensive experiments show the superiority of our method. For example, the proposed PAN++ achieves an end-to-end text spotting F-measure of 64.9 at 29.2 FPS on the Total-Text dataset, which significantly outperforms the previous best method. Code will be available at: https://git.io/PAN.

📄 PDF Abstract BibTeX arXiv:2105.00405

Code (1)

whai362/pan_pp.pytorch 공식 구현 pytorch

Tasks

Scene Text DetectionText DetectionText Spotting

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

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

ABCNet v2: Adaptive Bezier-Curve Network for Real-time End-to-end Text Spotting

2021-05-08 · Yuliang Liu, Chunhua Shen, Lianwen Jin, Tong He 외

End-to-end text-spotting, which aims to integrate detection and recognition in a unified framework, has attracted increasing attention due to its simplicity of the two complimentary tasks. It remains an open problem espe…

Text Spotting

PGNet: Real-time Arbitrarily-Shaped Text Spotting with Point Gathering Network

2021-04-12 · Pengfei Wang, Chengquan Zhang, Fei Qi, Shanshan Liu 외

The reading of arbitrarily-shaped text has received increasing research attention. However, existing text spotters are mostly built on two-stage frameworks or character-based methods, which suffer from either Non-Maximum…

DecoderOptical Character Recognition (OCR)Scene Text DetectionText Spotting

Text Spotting Transformers

2022-04-05 · CVPR 2022 1 · Xiang Zhang, Yongwen Su, Subarna Tripathi, Zhuowen Tu

In this paper, we present TExt Spotting TRansformers (TESTR), a generic end-to-end text spotting framework using Transformers for text detection and recognition in the wild. TESTR builds upon a single encoder and dual de…

Text DetectionText Spotting