Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

NRTR: A No-Recurrence Sequence-to-Sequence Model For Scene Text Recognition

About

Scene text recognition has attracted a great many researches due to its importance to various applications. Existing methods mainly adopt recurrence or convolution based networks. Though have obtained good performance, these methods still suffer from two limitations: slow training speed due to the internal recurrence of RNNs, and high complexity due to stacked convolutional layers for long-term feature extraction. This paper, for the first time, proposes a no-recurrence sequence-to-sequence text recognizer, named NRTR, that dispenses with recurrences and convolutions entirely. NRTR follows the encoder-decoder paradigm, where the encoder uses stacked self-attention to extract image features, and the decoder applies stacked self-attention to recognize texts based on encoder output. NRTR relies solely on self-attention mechanism thus could be trained with more parallelization and less complexity. Considering scene image has large variation in text and background, we further design a modality-transform block to effectively transform 2D input images to 1D sequences, combined with the encoder to extract more discriminative features. NRTR achieves state-of-the-art or highly competitive performance on both regular and irregular benchmarks, while requires only a small fraction of training time compared to the best model from the literature (at least 8 times faster).

Fenfen Sheng, Zhineng Chen, Bo Xu• 2018

Related benchmarks

TaskDatasetResultRank
Scene Text RecognitionSVT (test)
Word Accuracy91.5
289
Scene Text RecognitionIIIT5K (test)
Word Accuracy90.1
244
Scene Text RecognitionIC15 (test)
Word Accuracy79.4
210
Scene Text RecognitionIC13 (test)
Word Accuracy95.8
207
Scene Text RecognitionSVTP (test)
Word Accuracy86.6
153
Scene Text RecognitionIIIT5K
Accuracy86.5
149
Scene Text RecognitionIC13, IC15, IIIT, SVT, SVTP, CUTE80 Average of 6 benchmarks (test)
Average Accuracy89.62
105
Scene Text RecognitionCUTE80 (test)
Accuracy0.809
87
Scene Text RecognitionSVT
Accuracy88.3
67
Scene Text RecognitionIC 2013 (test)
Accuracy94.7
51
Showing 10 of 34 rows

Other info

Follow for update