paper-with-me

Papers

Detecting Multi-Oriented Text with Corner-based Region Proposals

2018-04-08 · Linjie Deng, Yanxiang Gong, Yi Lin, Jingwen Shuai, Xiaoguang Tu, Yuefei Zhang, Zheng Ma, Mei Xie

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

📄 PDF Abstract BibTeX arXiv:1804.02690

Code (1)

xhzdeng/crpn 공식 구현

Tasks

Data AugmentationRobust classificationScene Text DetectionText Detection

Similar Papers 제목 키워드 기반

Multi-Oriented Scene Text Detection via Corner Localization and Region Segmentation

2018-02-25 · CVPR 2018 6 · Pengyuan Lyu, Cong Yao, Wenhao Wu, Shuicheng Yan 외

Previous deep learning based state-of-the-art scene text detection methods can be roughly classified into two categories. The first category treats scene text as a type of general objects and follows general object detec…

Multi-Oriented Scene Text Detectionobject-detectionObject DetectionScene Text Detection+1

FC2RN: A Fully Convolutional Corner Refinement Network for Accurate Multi-Oriented Scene Text Detection

2020-07-10 · Xugong Qin, Yu Zhou, Dayan Wu, Yinliang Yue 외

Recent scene text detection works mainly focus on curve text detection. However, in real applications, the curve texts are more scarce than the multi-oriented ones. Accurate detection of multi-oriented text with large va…

Multi-Oriented Scene Text DetectionPredictionScene Text DetectionText Detection

Correlation-Guided Attention for Corner Detection Based Visual Tracking

2020-06-01 · CVPR 2020 6 · Fei Du, Peng Liu, Wei Zhao, Xianglong Tang

Accurate bounding box estimation has recently attracted much attention in the tracking community because traditional multi-scale search strategies cannot estimate tight bounding boxes in many challenging scenarios involv…

Visual Tracking

Refining CNN-based Heatmap Regression with Gradient-based Corner Points for Electrode Localization

2024-12-22 · Lin Wu

We propose a method for detecting the electrode positions in lithium-ion batteries. The process begins by identifying the region of interest (ROI) in the battery's X-ray image through corner point detection. A convolutio…

CornerNet: Detecting Objects as Paired Keypoints

2018-08-03 · ECCV 2018 9 · Hei Law, Jia Deng

We propose CornerNet, a new approach to object detection where we detect an object bounding box as a pair of keypoints, the top-left corner and the bottom-right corner, using a single convolution neural network. By detec…

Objectobject-detectionObject Detection