Detecting Multi-Oriented Text with Corner-based Region Proposals
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
Code (1)
Tasks
Data AugmentationRobust classificationScene Text DetectionText DetectionSimilar Papers 제목 키워드 기반
Multi-Oriented Scene Text Detection via Corner Localization and Region Segmentation
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+1FC2RN: A Fully Convolutional Corner Refinement Network for Accurate Multi-Oriented Scene Text Detection
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 DetectionCorrelation-Guided Attention for Corner Detection Based Visual Tracking
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 TrackingRefining CNN-based Heatmap Regression with Gradient-based Corner Points for Electrode Localization
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
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