paper-with-me

홈 › Papers

Masked and Permuted Implicit Context Learning for Scene Text Recognition

2023-05-25 · Xiaomeng Yang, Zhi Qiao, Jin Wei, Dongbao Yang, Yu Zhou

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.

📄 PDF Abstract BibTeX arXiv:2305.16172

Code (1)

Xiaomeng-Yang/MPSTR 공식 구현 pytorch

Tasks

DecoderLanguage ModelingLanguage ModellingMasked Language ModelingScene Text Recognition

Similar Papers 제목 키워드 기반

Self-supervised Pre-training with Masked Shape Prediction for 3D Scene Understanding

2023-05-08 · CVPR 2023 1 · Li Jiang, Zetong Yang, Shaoshuai Shi, Vladislav Golyanik 외

Masked signal modeling has greatly advanced self-supervised pre-training for language and 2D images. However, it is still not fully explored in 3D scene understanding. Thus, this paper introduces Masked Shape Prediction …

PredictionScene Understanding

Learning to Mask and Permute Visual Tokens for Vision Transformer Pre-Training

2023-06-12 · Roberto Amoroso, Marcella Cornia, Lorenzo Baraldi, Andrea Pilzer 외

The use of self-supervised pre-training has emerged as a promising approach to enhance the performance of many different visual tasks. In this context, recent approaches have employed the Masked Image Modeling paradigm, …

Image Classification

MPNet: Masked and Permuted Pre-training for Language Understanding

2020-04-20 · NeurIPS 2020 12 · Kaitao Song, Xu Tan, Tao Qin, Jianfeng Lu 외

BERT adopts masked language modeling (MLM) for pre-training and is one of the most successful pre-training models. Since BERT neglects dependency among predicted tokens, XLNet introduces permuted language modeling (PLM) …

Language ModelingLanguage ModellingMasked Language ModelingOnly Connect Walls Dataset Task 1 (Grouping)+2

Masked Vision-Language Transformers for Scene Text Recognition

2022-11-09 · Jie Wu, Ying Peng, Shengming Zhang, Weigang Qi 외

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 p…

DecoderScene Text Recognition

PERT: Pre-training BERT with Permuted Language Model

2022-03-14 · Yiming Cui, Ziqing Yang, Ting Liu

Pre-trained Language Models (PLMs) have been widely used in various natural language processing (NLP) tasks, owing to their powerful text representations trained on large-scale corpora. In this paper, we propose a new PL…

Language ModelingLanguage ModellingmodelNatural Language Understanding+1