paper-with-me

Papers

Memory Matters: Convolutional Recurrent Neural Network for Scene Text Recognition

2016-01-06 · Guo Qiang, Tu Dan, Li Guohui, Lei Jun

Text recognition in natural scene is a challenging problem due to the many factors affecting text appearance. In this paper, we presents a method that directly transcribes scene text images to text without needing of sophisticated character segmentation. We leverage recent advances of deep neural networks to model the appearance of scene text images with temporal dynamics. Specifically, we integrates convolutional neural network (CNN) and recurrent neural network (RNN) which is motivated by observing the complementary modeling capabilities of the two models. The main contribution of this work is investigating how temporal memory helps in an segmentation free fashion for this specific problem. By using long short-term memory (LSTM) blocks as hidden units, our model can retain long-term memory compared with HMMs which only maintain short-term state dependences. We conduct experiments on Street View House Number dataset containing highly variable number images. The results demonstrate the superiority of the proposed method over traditional HMM based methods.

📄 PDF Abstract BibTeX arXiv:1601.01100

Code (0)

등록된 구현이 없습니다.

Tasks

Scene Text RecognitionSegmentation

Similar Papers 제목 키워드 기반

Improving Long Handwritten Text Line Recognition with Convolutional Multi-way Associative Memory

2019-11-05 · Duc Nguyen, Nhan Tran, Hung Le

Convolutional Recurrent Neural Networks (CRNNs) excel at scene text recognition. Unfortunately, they are likely to suffer from vanishing/exploding gradient problems when processing long text images, which are commonly fo…

Optical Character RecognitionOptical Character Recognition (OCR)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

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

Scene Text Recognition

Convolutional Neural Networks with Intra-Layer Recurrent Connections for Scene Labeling

2015-12-01 · NeurIPS 2015 12 · Ming Liang, Xiaolin Hu, Bo Zhang

Scene labeling is a challenging computer vision task. It requires the use of both local discriminative features and global context information. We adopt a deep recurrent convolutional neural network (RCNN) for this task,…

Object RecognitionScene Labeling

A Deep Spatial Contextual Long-term Recurrent Convolutional Network for Saliency Detection

2016-10-06 · Nian Liu, Junwei Han

Traditional saliency models usually adopt hand-crafted image features and human-designed mechanisms to calculate local or global contrast. In this paper, we propose a novel computational saliency model, i.e., deep spatia…

Saliency Detection