2017

Scene Text Recognition with Sliding Convolutional Character Models

Yin, Fei, Wu, Yi-Chao, Zhang, Xu-Yao et al.

Understand

Scene text recognition has attracted great interests from the computer vision and pattern recognition community in recent years.

  • State-of-the-art methods use concolutional neural networks (CNNs), recurrent neural networks with long short-term memory (RNN-LSTM) or the combination of them.
  • In this paper, we investigate the intrinsic characteristics of text recognition, and inspired by human cognition mechanisms in reading texts, we propose a scene text recognition method with character models on convolutional feature map.
  • The method simultaneously detects and recognizes characters by sliding the text line image with character models, which are learned end-to-end on text line images labeled with text transcripts.

Reading the bibliography…