paper-with-me

홈 › Papers

R2CNN: Rotational Region CNN for Orientation Robust Scene Text Detection

2017-06-29 · Yingying Jiang, Xiangyu Zhu, Xiaobing Wang, Shuli Yang, Wei Li, Hua Wang, Pei Fu, Zhenbo Luo

In this paper, we propose a novel method called Rotational Region CNN (R2CNN) for detecting arbitrary-oriented texts in natural scene images. The framework is based on Faster R-CNN [1] architecture. First, we use the Region Proposal Network (RPN) to generate axis-aligned bounding boxes that enclose the texts with different orientations. Second, for each axis-aligned text box proposed by RPN, we extract its pooled features with different pooled sizes and the concatenated features are used to simultaneously predict the text/non-text score, axis-aligned box and inclined minimum area box. At last, we use an inclined non-maximum suppression to get the detection results. Our approach achieves competitive results on text detection benchmarks: ICDAR 2015 and ICDAR 2013.

📄 PDF Abstract BibTeX arXiv:1706.09579

Code (1)

dafanghe/Tensorflow_SceneText_Oriented_Box_Predictor tf

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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
RoIPool 설명 없음
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Axis-level Symmetry Detection with Group-Equivariant Representation

2025-08-14 · Wongyun Yu, Ahyun Seo, Minsu Cho arxiv

Symmetry is a fundamental concept that has been extensively studied, yet detecting it in complex scenes remains a significant challenge in computer vision. Recent heatmap-based approaches can localize potential regions o…

Symmetry Detection

Arbitrary-Oriented Scene Text Detection via Rotation Proposals

2017-03-03 · Jianqi Ma, Weiyuan Shao, Hao Ye, Li Wang 외

This paper introduces a novel rotation-based framework for arbitrary-oriented text detection in natural scene images. We present the Rotation Region Proposal Networks (RRPN), which are designed to generate inclined propo…

Computational EfficiencyRegion ProposalScene Text DetectionText Detection

Group Equivariant BEV for 3D Object Detection

2023-04-26 · Hongwei Liu, Jian Yang, Jianfeng Zhang, Dongheng Shao 외

Recently, 3D object detection has attracted significant attention and achieved continuous improvement in real road scenarios. The environmental information is collected from a single sensor or multi-sensor fusion to dete…

3D Object DetectionObjectobject-detectionObject Detection+1

Monocular Rotational Odometry with Incremental Rotation Averaging and Loop Closure

2020-10-05 · Chee-Kheng Chng, Alvaro Parra, Tat-Jun Chin, Yasir Latif

Estimating absolute camera orientations is essential for attitude estimation tasks. An established approach is to first carry out visual odometry (VO) or visual SLAM (V-SLAM), and retrieve the camera orientations (3 DOF)…

Visual Odometry

Improving Rotated Text Detection with Rotation Region Proposal Networks

2018-11-16 · Jing Huang, Viswanath Sivakumar, Mher Mnatsakanyan, Guan Pang

A significant number of images shared on social media platforms such as Facebook and Instagram contain text in various forms. It's increasingly becoming commonplace for bad actors to share misinformation, hate speech or …

MisinformationRegion ProposalText Detection