paper-with-me

홈 › Papers

Arbitrary Shape Text Detection via Boundary Transformer

2022-05-11 · Shi-Xue Zhang, Chun Yang, Xiaobin Zhu, Xu-Cheng Yin

In arbitrary shape text detection, locating accurate text boundaries is challenging and non-trivial. Existing methods often suffer from indirect text boundary modeling or complex post-processing. In this paper, we systematically present a unified coarse-to-fine framework via boundary learning for arbitrary shape text detection, which can accurately and efficiently locate text boundaries without post-processing. In our method, we explicitly model the text boundary via an innovative iterative boundary transformer in a coarse-to-fine manner. In this way, our method can directly gain accurate text boundaries and abandon complex post-processing to improve efficiency. Specifically, our method mainly consists of a feature extraction backbone, a boundary proposal module, and an iteratively optimized boundary transformer module. The boundary proposal module consisting of multi-layer dilated convolutions will compute important prior information (including classification map, distance field, and direction field) for generating coarse boundary proposals while guiding the boundary transformer's optimization. The boundary transformer module adopts an encoder-decoder structure, in which the encoder is constructed by multi-layer transformer blocks with residual connection while the decoder is a simple multi-layer perceptron network (MLP). Under the guidance of prior information, the boundary transformer module will gradually refine the coarse boundary proposals via iterative boundary deformation. Furthermore, we propose a novel boundary energy loss (BEL) which introduces an energy minimization constraint and an energy monotonically decreasing constraint to further optimize and stabilize the learning of boundary refinement. Extensive experiments on publicly available and challenging datasets demonstrate the state-of-the-art performance and promising efficiency of our method.

📄 PDF Abstract BibTeX arXiv:2205.05320

Code (2)

gxym/textbpn-puls-plus 공식 구현 pytorch
gxym/textbpn-plus-plus pytorch

Tasks

DecoderText Detection

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음

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

BPDO:Boundary Points Dynamic Optimization for Arbitrary Shape Scene Text Detection

2024-01-18 · Jinzhi Zheng, Libo Zhang, Yanjun Wu, Chen Zhao

Arbitrary shape scene text detection is of great importance in scene understanding tasks. Due to the complexity and diversity of text in natural scenes, existing scene text algorithms have limited accuracy for detecting …

DiversityScene Text DetectionScene UnderstandingText Detection

All You Need Is Boundary: Toward Arbitrary-Shaped Text Spotting

2019-11-21 · Hao Wang, Pu Lu, HUI ZHANG, Mingkun Yang 외

Recently, end-to-end text spotting that aims to detect and recognize text from cluttered images simultaneously has received particularly growing interest in computer vision. Different from the existing approaches that fo…

AllInstance SegmentationScene Text DetectionSemantic Segmentation+2

Arbitrary Shape Text Detection via Segmentation with Probability Maps

2022-08-26 · Shi-Xue Zhang, Xiaobin Zhu, Lei Chen, Jie-Bo Hou 외

Arbitrary shape text detection is a challenging task due to the significantly varied sizes and aspect ratios, arbitrary orientations or shapes, inaccurate annotations, etc. Due to the scalability of pixel-level predictio…

Scene Text DetectionSegmentationText Detection

Arbitrary Shape Text Detection using Transformers

2022-02-22 · Zobeir Raisi, Georges Younes, John Zelek

Recent text detection frameworks require several handcrafted components such as anchor generation, non-maximum suppression (NMS), or multiple processing stages (e.g. label generation) to detect arbitrarily shaped text im…

Text Detection