paper-with-me

Papers

Kernel Proposal Network for Arbitrary Shape Text Detection

2022-03-12 · Shi-Xue Zhang, Xiaobin Zhu, Jie-Bo Hou, Chun Yang, Xu-Cheng Yin

Segmentation-based methods have achieved great success for arbitrary shape text detection. However, separating neighboring text instances is still one of the most challenging problems due to the complexity of texts in scene images. In this paper, we propose an innovative Kernel Proposal Network (dubbed KPN) for arbitrary shape text detection. The proposed KPN can separate neighboring text instances by classifying different texts into instance-independent feature maps, meanwhile avoiding the complex aggregation process existing in segmentation-based arbitrary shape text detection methods. To be concrete, our KPN will predict a Gaussian center map for each text image, which will be used to extract a series of candidate kernel proposals (i.e., dynamic convolution kernel) from the embedding feature maps according to their corresponding keypoint positions. To enforce the independence between kernel proposals, we propose a novel orthogonal learning loss (OLL) via orthogonal constraints. Specifically, our kernel proposals contain important self-information learned by network and location information by position embedding. Finally, kernel proposals will individually convolve all embedding feature maps for generating individual embedded maps of text instances. In this way, our KPN can effectively separate neighboring text instances and improve the robustness against unclear boundaries. To our knowledge, our work is the first to introduce the dynamic convolution kernel strategy to efficiently and effectively tackle the adhesion problem of neighboring text instances in text detection. Experimental results on challenging datasets verify the impressive performance and efficiency of our method. The code and model are available at https://github.com/GXYM/KPN.

📄 PDF Abstract BibTeX arXiv:2203.06410

Code (1)

gxym/kpn 공식 구현 pytorch

Tasks

Text Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Adaptive Boundary Proposal Network for Arbitrary Shape Text Detection

2021-07-27 · ICCV 2021 10 · Shi-Xue Zhang, Xiaobin Zhu, Chun Yang, Hongfa Wang 외

Arbitrary shape text detection is a challenging task due to the high complexity and variety of scene texts. In this work, we propose a novel adaptive boundary proposal network for arbitrary shape text detection, which ca…

DecoderText 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

Progressive Contour Regression for Arbitrary-Shape Scene Text Detection

2021-06-19 · CVPR 2021 1 · Pengwen Dai, Sanyi Zhang, Hua Zhang, Xiaochun Cao

State-of-the-art scene text detection methods usually model the text instance with local pixels or components from the bottom-up perspective and, therefore, are sensitive to noises and dependent on the complicated he…

regressionScene Text DetectionText Detection

Detecting Curve Text with Local Segmentation Network and Curve Connection

2019-03-23 · Zhao Zhou, Hao Ye, Luhui Chen, Yingbin Zheng

Curve text or arbitrary shape text is very common in real-world scenarios. In this paper, we propose a novel framework with the local segmentation network (LSN) followed by the curve connection to detect text in horizont…

SegmentationText DetectionText Segmentation

Arbitrary Shape Scene Text Detection with Adaptive Text Region Representation

2019-05-15 · CVPR 2019 6 · Xiaobing Wang, Yingying Jiang, Zhenbo Luo, Cheng-Lin Liu 외

Scene text detection attracts much attention in computer vision, because it can be widely used in many applications such as real-time text translation, automatic information entry, blind person assistance, robot sensing …

Region ProposalScene Text DetectionText DetectionTranslation