paper-with-me

Papers

Reading Scene Text with Attention Convolutional Sequence Modeling

2017-09-13 · Yunze Gao, Yingying Chen, Jinqiao Wang, Hanqing Lu

Reading text in the wild is a challenging task in the field of computer vision. Existing approaches mainly adopted Connectionist Temporal Classification (CTC) or Attention models based on Recurrent Neural Network (RNN), which is computationally expensive and hard to train. In this paper, we present an end-to-end Attention Convolutional Network for scene text recognition. Firstly, instead of RNN, we adopt the stacked convolutional layers to effectively capture the contextual dependencies of the input sequence, which is characterized by lower computational complexity and easier parallel computation. Compared to the chain structure of recurrent networks, the Convolutional Neural Network (CNN) provides a natural way to capture long-term dependencies between elements, which is 9 times faster than Bidirectional Long Short-Term Memory (BLSTM). Furthermore, in order to enhance the representation of foreground text and suppress the background noise, we incorporate the residual attention modules into a small densely connected network to improve the discriminability of CNN features. We validate the performance of our approach on the standard benchmarks, including the Street View Text, IIIT5K and ICDAR datasets. As a result, state-of-the-art or highly-competitive performance and efficiency show the superiority of the proposed approach.

📄 PDF Abstract BibTeX arXiv:1709.04303

Code (0)

등록된 구현이 없습니다.

Tasks

Scene Text Recognition

Similar Papers 제목 키워드 기반

SCAN: Sliding Convolutional Attention Network for Scene Text Recognition

2018-06-02 · Yi-Chao Wu, Fei Yin, Xu-Yao Zhang, Li Liu 외

Scene text recognition has drawn great attentions in the community of computer vision and artificial intelligence due to its challenges and wide applications. State-of-the-art recurrent neural networks (RNN) based models…

Scene Text Recognition

Reading Scene Text in Deep Convolutional Sequences

2015-06-14 · Pan He, Weilin Huang, Yu Qiao, Chen Change Loy 외

We develop a Deep-Text Recurrent Network (DTRN) that regards scene text reading as a sequence labelling problem. We leverage recent advances of deep convolutional neural networks to generate an ordered high-level sequenc…

Scene Text Recognition

A Holistic Representation Guided Attention Network for Scene Text Recognition

2019-04-02 · Lu Yang, Fan Dang, Peng Wang, Hui Li 외

Reading irregular scene text of arbitrary shape in natural images is still a challenging problem, despite the progress made recently. Many existing approaches incorporate sophisticated network structures to handle variou…

DecoderIrregular Text RecognitionScene Text Recognition

Episodic CAMN: Contextual Attention-Based Memory Networks With Iterative Feedback for Scene Labeling

2017-07-01 · CVPR 2017 7 · Abrar H. Abdulnabi, Bing Shuai, Stefan Winkler, Gang Wang

Scene labeling can be seen as a sequence-sequence prediction task (pixels-labels), and it is quite important to leverage relevant context to enhance the performance of pixel classification. In this paper, we introduce an…

General ClassificationScene Labeling

Scene Text Recognition with Temporal Convolutional Encoder

2019-11-04 · Xiangcheng Du, Tianlong Ma, Yingbin Zheng, Hao Ye 외

Texts from scene images typically consist of several characters and exhibit a characteristic sequence structure. Existing methods capture the structure with the sequence-to-sequence models by an encoder to have the visua…

DecoderScene Text Recognition