paper-with-me

홈 › Papers

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

2018-11-19 · Yuan Li, Yuanjie Yu, Zefeng Li, Yangkun Lin, Meifang Xu, Jiwei Li, Xi Zhou

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 a novel end-to-end trainable deep neural network framework, named Pixel-Anchor, which combines semantic segmentation and SSD in one network by feature sharing and anchor-level attention mechanism to detect oriented scene text. To deal with scene text which has large variances in size and aspect ratio, we combine FPN and ASPP operation as our encoder-decoder structure in the semantic segmentation part, and propose a novel Adaptive Predictor Layer in the SSD. Pixel-Anchor detects scene text in a single network forward pass, no complex post-processing other than an efficient fusion Non-Maximum Suppression is involved. We have benchmarked the proposed Pixel-Anchor on the public datasets. Pixel-Anchor outperforms the competing methods in terms of text localization accuracy and run speed, more specifically, on the ICDAR 2015 dataset, the proposed algorithm achieves an F-score of 0.8768 at 10 FPS for 960 x 1728 resolution images.

📄 PDF Abstract BibTeX arXiv:1811.07432

Code (0)

등록된 구현이 없습니다.

Tasks

Decoderobject-detectionObject DetectionSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
Dilated Convolution 설명 없음
Spatial Pyramid Pooling Spatial Pyramid Pooling (SPP) is a pooling layer that removes the fixed-size constraint of the network, i.e. a CNN does not require a fixed-size input image. Specifically, we…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
ASPP Atrous Spatial Pyramid Pooling (ASPP) is a semantic segmentation module for resampling a given feature layer at multiple rates prior to…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…

Similar Papers 제목 키워드 기반

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

FAST3DIS: Feed-forward Anchored Scene Transformer for 3D Instance Segmentation

2026-03-27 · Changyang Li, Xueqing Huang, Shin-Fang Chng, Huangying Zhan 외 arxiv

While recent feed-forward 3D reconstruction models provide a strong geometric foundation for scene understanding, extending them to 3D instance segmentation typically relies on a disjointed "lift-and-cluster" paradigm. G…

3D Instance SegmentationRepresentation LearningContrastive LearningScene Understanding

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

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, r…

Region ProposalScene Text DetectionText Detection

Deep Direct Regression for Multi-Oriented Scene Text Detection

2017-03-24 · ICCV 2017 10 · Wenhao He, Xu-Yao Zhang, Fei Yin, Cheng-Lin Liu

In this paper, we first provide a new perspective to divide existing high performance object detection methods into direct and indirect regressions. Direct regression performs boundary regression by predicting the offset…

Multi-Oriented Scene Text Detectionobject-detectionObject Detectionregression+2