paper-with-me

홈 › Papers

Single Shot Text Detector with Regional Attention

2017-09-01 · ICCV 2017 10 · Pan He, Weilin Huang, Tong He, Qile Zhu, Yu Qiao, Xiaolin Li

We present a novel single-shot text detector that directly outputs word-level bounding boxes in a natural image. We propose an attention mechanism which roughly identifies text regions via an automatically learned attentional map. This substantially suppresses background interference in the convolutional features, which is the key to producing accurate inference of words, particularly at extremely small sizes. This results in a single model that essentially works in a coarse-to-fine manner. It departs from recent FCN- based text detectors which cascade multiple FCN models to achieve an accurate prediction. Furthermore, we develop a hierarchical inception module which efficiently aggregates multi-scale inception features. This enhances local details, and also encodes strong context information, allow- ing the detector to work reliably on multi-scale and multi- orientation text with single-scale images. Our text detector achieves an F-measure of 77% on the ICDAR 2015 bench- mark, advancing the state-of-the-art results in [18, 28]. Demo is available at: http://sstd.whuang.org/.

📄 PDF Abstract BibTeX arXiv:1709.00138

Code (1)

BestSonny/SSTD

Tasks

Scene Text Detection

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…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Inception Module An Inception Module is an image model block that aims to approximate an optimal local sparse structure in a CNN. Put simply, it allows for us to use multiple types of filter…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

Group-Attention Single-Shot Detector (GA-SSD): Finding Pulmonary Nodules in Large-Scale CT Images

2018-12-18 · Jiechao Ma, Xiang Li, Hongwei Li, Bjoern H. Menze 외

Early diagnosis of pulmonary nodules (PNs) can improve the survival rate of patients and yet is a challenging task for radiologists due to the image noise and artifacts in computed tomography (CT) images. In this paper, …

Computed Tomography (CT)Finding Pulmonary Nodules In Large-Scale Ct Images

IndRegBias: A Dataset for Studying Indian Regional Biases in English and Code-Mixed Social Media Comments

2026-01-10 · Debasmita Panda, Akash Anil, Neelesh Kumar Shukla arxiv

Warning: This paper consists of examples representing regional biases in Indian regions that might be offensive towards a particular region. While social biases corresponding to gender, race, socio-economic conditions, e…

RAGSR: Regional Attention Guided Diffusion for Image Super-Resolution

2025-08-22 · Haodong He, Yancheng Bai, Rui Lan, Xu Duan 외 arxiv

The rich textual information of large vision-language models (VLMs) combined with the powerful generative prior of pre-trained text-to-image (T2I) diffusion models has achieved impressive performance in single-image supe…

Image Super-Resolution

Extend the shallow part of Single Shot MultiBox Detector via Convolutional Neural Network

2018-01-18 · Liwen Zheng, Canmiao Fu, Yong Zhao

Single Shot MultiBox Detector (SSD) is one of the fastest algorithms in the current object detection field, which uses fully convolutional neural network to detect all scaled objects in an image. Deconvolutional Single S…

GPUobject-detectionObject Detection

A Single-Shot Arbitrarily-Shaped Text Detector based on Context Attended Multi-Task Learning

2019-08-15 · Pengfei Wang, Chengquan Zhang, Fei Qi, Zuming Huang 외

Detecting scene text of arbitrary shapes has been a challenging task over the past years. In this paper, we propose a novel segmentation-based text detector, namely SAST, which employs a context attended multi-task learn…

Multi-Task LearningOptical Character Recognition (OCR)Scene Text DetectionSegmentation