Scene Text Recognition with Sliding Convolutional Character Models
Fei Yin, Yi-Chao Wu, Xu-Yao Zhang, Cheng-Lin Liu

TL;DR
This paper introduces a scene text recognition method using sliding convolutional character models that detects and recognizes characters without segmentation, trained end-to-end, and capable of recognizing unknown words efficiently.
Contribution
The proposed method combines sliding window detection with CNN-based character models and CTC decoding, avoiding RNNs and segmentation, enabling fast, accurate, and lexicon-free scene text recognition.
Findings
Achieves superior or comparable performance on multiple benchmarks.
Avoids character segmentation and RNN training issues.
Enables fast, parallel recognition of unknown words.
Abstract
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. The character classifier outputs on the sliding windows are normalized and decoded with Connectionist Temporal Classification (CTC) based algorithm. Compared to previous methods,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHandwritten Text Recognition Techniques · Image Processing and 3D Reconstruction · Natural Language Processing Techniques
