English

Masked Vision-Language Transformers for Scene Text Recognition

Computer Vision and Pattern Recognition 2022-11-10 v1

Abstract

Scene text recognition (STR) enables computers to recognize and read the text in various real-world scenes. Recent STR models benefit from taking linguistic information in addition to visual cues into consideration. We propose a novel Masked Vision-Language Transformers (MVLT) to capture both the explicit and the implicit linguistic information. Our encoder is a Vision Transformer, and our decoder is a multi-modal Transformer. MVLT is trained in two stages: in the first stage, we design a STR-tailored pretraining method based on a masking strategy; in the second stage, we fine-tune our model and adopt an iterative correction method to improve the performance. MVLT attains superior results compared to state-of-the-art STR models on several benchmarks. Our code and model are available at https://github.com/onealwj/MVLT.

Keywords

Cite

@article{arxiv.2211.04785,
  title  = {Masked Vision-Language Transformers for Scene Text Recognition},
  author = {Jie Wu and Ying Peng and Shengming Zhang and Weigang Qi and Jian Zhang},
  journal= {arXiv preprint arXiv:2211.04785},
  year   = {2022}
}

Comments

The paper is accepted by the 33rd British Machine Vision Conference (BMVC 2022)

R2 v1 2026-06-28T05:29:43.351Z