English

Arbitrary Shape Text Detection via Boundary Transformer

Computer Vision and Pattern Recognition 2023-06-21 v4

Abstract

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.

Keywords

Cite

@article{arxiv.2205.05320,
  title  = {Arbitrary Shape Text Detection via Boundary Transformer},
  author = {Shi-Xue Zhang and Chun Yang and Xiaobin Zhu and Xu-Cheng Yin},
  journal= {arXiv preprint arXiv:2205.05320},
  year   = {2023}
}

Comments

It is an extend version (TextBPN++) to our preliminary conference version TextBPN(ICCV 2021) [arXiv:2107.12664], which has been accepted by IEEE Transactions on Multimedia (T-MM 2023)

R2 v1 2026-06-24T11:13:55.690Z