SOTAVerified

Multi-Granularity Prediction for Scene Text Recognition

2022-09-08Code Available0· sign in to hype

Peng Wang, Cheng Da, Cong Yao

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO-TextMGP-STR1:1 Accuracy81.7Unverified
CUTE80MGP-STRAccuracy99.31Unverified
IC19-ArtMGP-STRAccuracy (%)85.5Unverified
ICDAR2013MGP-STRAccuracy98.5Unverified
ICDAR2015MGP-STRAccuracy90.9Unverified
IIIT5kMGP-STRAccuracy98.8Unverified
SVTMGP-STRAccuracy98.6Unverified
SVTPMGP-STRAccuracy98.3Unverified
Uber-TextMGP-STRAccuracy (%)91Unverified

Reproductions