paper-with-me

Papers

Efficient and Accurate Arbitrary-Shaped Text Detection with Pixel Aggregation Network

2019-08-16 · ICCV 2019 10 · Wenhai Wang, Enze Xie, Xiaoge Song, Yuhang Zang, Wenjia Wang, Tong Lu, Gang Yu, Chunhua Shen

Scene text detection, an important step of scene text reading systems, has witnessed rapid development with convolutional neural networks. Nonetheless, two main challenges still exist and hamper its deployment to real-world applications. The first problem is the trade-off between speed and accuracy. The second one is to model the arbitrary-shaped text instance. Recently, some methods have been proposed to tackle arbitrary-shaped text detection, but they rarely take the speed of the entire pipeline into consideration, which may fall short in practical applications.In this paper, we propose an efficient and accurate arbitrary-shaped text detector, termed Pixel Aggregation Network (PAN), which is equipped with a low computational-cost segmentation head and a learnable post-processing. More specifically, the segmentation head is made up of Feature Pyramid Enhancement Module (FPEM) and Feature Fusion Module (FFM). FPEM is a cascadable U-shaped module, which can introduce multi-level information to guide the better segmentation. FFM can gather the features given by the FPEMs of different depths into a final feature for segmentation. The learnable post-processing is implemented by Pixel Aggregation (PA), which can precisely aggregate text pixels by predicted similarity vectors. Experiments on several standard benchmarks validate the superiority of the proposed PAN. It is worth noting that our method can achieve a competitive F-measure of 79.9% at 84.2 FPS on CTW1500.

📄 PDF Abstract BibTeX arXiv:1908.05900

Code (6)

whai362/pan_pp.pytorch 공식 구현 pytorch
JennyVanessa/PANet-Paddle paddle
WenmuZhou/PAN.pytorch pytorch
liuch37/pan-pytorch pytorch
liuch37/pan-tensorflow tf
open-mmlab/mmocr pytorch

Tasks

Scene Text DetectionSegmentationText 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 제목 키워드 기반

Focus Entirety and Perceive Environment for Arbitrary-Shaped Text Detection

2024-09-25 · Xu Han, Junyu Gao, Chuang Yang, Yuan Yuan 외

Due to the diversity of scene text in aspects such as font, color, shape, and size, accurately and efficiently detecting text is still a formidable challenge. Among the various detection approaches, segmentation-based ap…

Text Detection

Bidirectional Regression for Arbitrary-Shaped Text Detection

2021-07-13 · Tao Sheng, Zhouhui Lian

Arbitrary-shaped text detection has recently attracted increasing interests and witnessed rapid development with the popularity of deep learning algorithms. Nevertheless, existing approaches often obtain inaccurate detec…

regressionText Detection

RSCA: Real-time Segmentation-based Context-Aware Scene Text Detection

2021-05-26 · Jiachen Li, Yuan Lin, Rongrong Liu, Chiu Man Ho 외

Segmentation-based scene text detection methods have been widely adopted for arbitrary-shaped text detection recently, since they make accurate pixel-level predictions on curved text instances and can facilitate real-tim…

Scene Text DetectionSegmentationText Detection

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

Weakly-Supervised Arbitrary-Shaped Text Detection with Expectation-Maximization Algorithm

2020-12-01 · Mengbiao Zhao, Wei Feng, Fei Yin, Xu-Yao Zhang 외

Arbitrary-shaped text detection is an important and challenging task in computer vision. Most existing methods require heavy data labeling efforts to produce polygon-level text region labels for supervised training. In o…

Text DetectionWeakly-supervised Learning