English

Detecting Multi-Oriented Text with Corner-based Region Proposals

Computer Vision and Pattern Recognition 2019-06-04 v2

Abstract

Previous approaches for scene text detection usually rely on manually defined sliding windows. This work presents an intuitive two-stage region-based method to detect multi-oriented text without any prior knowledge regarding the textual shape. In the first stage, we estimate the possible locations of text instances by detecting and linking corners instead of shifting a set of default anchors. The quadrilateral proposals are geometry adaptive, which allows our method to cope with various text aspect ratios and orientations. In the second stage, we design a new pooling layer named Dual-RoI Pooling which embeds data augmentation inside the region-wise subnetwork for more robust classification and regression over these proposals. Experimental results on public benchmarks confirm that the proposed method is capable of achieving comparable performance with state-of-the-art methods. The code is publicly available at https://github.com/xhzdeng/crpn

Keywords

Cite

@article{arxiv.1804.02690,
  title  = {Detecting Multi-Oriented Text with Corner-based Region Proposals},
  author = {Linjie Deng and Yanxiang Gong and Yi Lin and Jingwen Shuai and Xiaoguang Tu and Yuefei Zhang and Zheng Ma and Mei Xie},
  journal= {arXiv preprint arXiv:1804.02690},
  year   = {2019}
}
R2 v1 2026-06-23T01:17:16.032Z