paper-with-me

홈 › Papers

Scene Text Detection with Selected Anchor

2020-08-19 · Anna Zhu, Hang Du, Shengwu Xiong

Object proposal technique with dense anchoring scheme for scene text detection were applied frequently to achieve high recall. It results in the significant improvement in accuracy but waste of computational searching, regression and classification. In this paper, we propose an anchor selection-based region proposal network (AS-RPN) using effective selected anchors instead of dense anchors to extract text proposals. The center, scales, aspect ratios and orientations of anchors are learnable instead of fixing, which leads to high recall and greatly reduced numbers of anchors. By replacing the anchor-based RPN in Faster RCNN, the AS-RPN-based Faster RCNN can achieve comparable performance with previous state-of-the-art text detecting approaches on standard benchmarks, including COCO-Text, ICDAR2013, ICDAR2015 and MSRA-TD500 when using single-scale and single model (ResNet50) testing only.

📄 PDF Abstract BibTeX arXiv:2008.08523

Code (0)

등록된 구현이 없습니다.

Tasks

Region ProposalScene Text DetectionText Detection

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…

Similar Papers 제목 키워드 기반

Dynamic Anchor Learning for Arbitrary-Oriented Object Detection

2020-12-08 · Qi Ming, Zhiqiang Zhou, Lingjuan Miao, Hongwei Zhang 외

Arbitrary-oriented objects widely appear in natural scenes, aerial photographs, remote sensing images, etc., thus arbitrary-oriented object detection has received considerable attention. Many current rotation detectors u…

Multi-Oriented Scene Text DetectionObjectobject-detectionObject Detection In Aerial Images+2

An Anchor-Free Region Proposal Network for Faster R-CNN based Text Detection Approaches

2018-04-24 · Zhuoyao Zhong, Lei Sun, Qiang Huo

The anchor mechanism of Faster R-CNN and SSD framework is considered not effective enough to scene text detection, which can be attributed to its IoU based matching criterion between anchors and ground-truth boxes. In or…

Region ProposalScene Text DetectionText Detection

STELA: A Real-Time Scene Text Detector with Learned Anchor

2019-09-17 · Linjie Deng, Yanxiang Gong, Xinchen Lu, Yi Lin 외

To achieve high coverage of target boxes, a normal strategy of conventional one-stage anchor-based detectors is to utilize multiple priors at each spatial position, especially in scene text detection tasks. In this work,…

Scene Text DetectionText Detection

Pixel-Anchor: A Fast Oriented Scene Text Detector with Combined Networks

2018-11-19 · Yuan Li, Yuanjie Yu, Zefeng Li, Yangkun Lin 외

Recently, semantic segmentation and general object detection frameworks have been widely adopted by scene text detecting tasks. However, both of them alone have obvious shortcomings in practice. In this paper, we propose…

Decoderobject-detectionObject DetectionSegmentation+1

DisARM: Displacement Aware Relation Module for 3D Detection

2022-03-02 · CVPR 2022 1 · Yao Duan, Chenyang Zhu, Yuqing Lan, Renjiao Yi 외

We introduce Displacement Aware Relation Module (DisARM), a novel neural network module for enhancing the performance of 3D object detection in point cloud scenes. The core idea of our method is that contextual informati…

3D Object Detectionobject-detectionObject DetectionRelation