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

Multi-Granularity Prediction for Scene Text Recognition

About

Scene text recognition (STR) has been an active research topic in computer vision for years. To tackle this challenging problem, numerous innovative methods have been successively proposed and incorporating linguistic knowledge into STR models has recently become a prominent trend. In this work, we first draw inspiration from the recent progress in Vision Transformer (ViT) to construct a conceptually simple yet powerful vision STR model, which is built upon ViT and outperforms previous state-of-the-art models for scene text recognition, including both pure vision models and language-augmented methods. To integrate linguistic knowledge, we further propose a Multi-Granularity Prediction strategy to inject information from the language modality into the model in an implicit way, i.e. , subword representations (BPE and WordPiece) widely-used in NLP are introduced into the output space, in addition to the conventional character level representation, while no independent language model (LM) is adopted. The resultant algorithm (termed MGP-STR) is able to push the performance envelop of STR to an even higher level. Specifically, it achieves an average recognition accuracy of 93.35% on standard benchmarks. Code is available at https://github.com/AlibabaResearch/AdvancedLiterateMachinery/tree/main/OCR/MGP-STR.

Peng Wang, Cheng Da, Cong Yao• 2022

Related benchmarks

TaskDatasetResultRank
Scene Text RecognitionSVT (test)
Word Accuracy94.74
289
Scene Text RecognitionSVTP (test)
Word Accuracy91.01
153
Scene Text RecognitionCUTE (test)
Accuracy90.63
59
Scene Text Recognition6 common benchmarks (test)
Word Accuracy (IIIT)97.2
57
Scene Text RecognitionIC 2013 (test)
Accuracy97.32
51
Scene Text RecognitionICDAR 2015 (test)
Accuracy87.24
46
Scene Text RecognitionUnion14M Benchmark
Curve Accuracy78.8
42
Text RecognitionIIIT, SVT, IC13, IC15, SVTP, CT
IIIT Acc96.4
37
Scene Text RecognitionICDAR 2015
Accuracy (No Lexicon)87.2
35
Scene Text RecognitionIIIT (test)
Accuracy96.4
30
Showing 10 of 22 rows

Other info

Code

Follow for update