Masked and Permuted Implicit Context Learning for Scene Text Recognition
About
Scene Text Recognition (STR) is difficult because of the variations in text styles, shapes, and backgrounds. Though the integration of linguistic information enhances models' performance, existing methods based on either permuted language modeling (PLM) or masked language modeling (MLM) have their pitfalls. PLM's autoregressive decoding lacks foresight into subsequent characters, while MLM overlooks inter-character dependencies. Addressing these problems, we propose a masked and permuted implicit context learning network for STR, which unifies PLM and MLM within a single decoder, inheriting the advantages of both approaches. We utilize the training procedure of PLM, and to integrate MLM, we incorporate word length information into the decoding process and replace the undetermined characters with mask tokens. Besides, perturbation training is employed to train a more robust model against potential length prediction errors. Our empirical evaluations demonstrate the performance of our model. It not only achieves superior performance on the common benchmarks but also achieves a substantial improvement of $9.1\%$ on the more challenging Union14M-Benchmark.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Scene Text Recognition | IIIT5K (test) | Word Accuracy99.2 | 244 | |
| Scene Text Recognition | Uber-Text (test) | Word Accuracy84.9 | 35 | |
| Scene Text Recognition | COCO-text (test) | Accuracy80.3 | 33 | |
| Scene Text Recognition | ArT (test) | Word Accuracy84.4 | 19 | |
| Scene Text Recognition | IC15 Cleaned (test) | Word Accuracy93.9 | 10 | |
| Scene Text Recognition | SVT Cleaned (test) | Word Accuracy98.5 | 5 | |
| Scene Text Recognition | CUTE Cleaned (test) | Word Accuracy99 | 5 | |
| Scene Text Recognition | SVTP Cleaned (test) | Word Accuracy96.1 | 5 | |
| Scene Text Recognition | IC13 Cleaned (test) | Word Accuracy98.3 | 5 |