English

SVIPTR: Fast and Efficient Scene Text Recognition with Vision Permutable Extractor

Computer Vision and Pattern Recognition 2024-08-21 v5

Abstract

Scene Text Recognition (STR) is an important and challenging upstream task for building structured information databases, that involves recognizing text within images of natural scenes. Although current state-of-the-art (SOTA) models for STR exhibit high performance, they typically suffer from low inference efficiency due to their reliance on hybrid architectures comprised of visual encoders and sequence decoders. In this work, we propose a VIsion Permutable extractor for fast and efficient Scene Text Recognition (SVIPTR), which achieves an impressive balance between high performance and rapid inference speeds in the domain of STR. Specifically, SVIPTR leverages a visual-semantic extractor with a pyramid structure, characterized by the Permutation and combination of local and global self-attention layers. This design results in a lightweight and efficient model and its inference is insensitive to input length. Extensive experimental results on various standard datasets for both Chinese and English scene text recognition validate the superiority of SVIPTR. Notably, the SVIPTR-T (Tiny) variant delivers highly competitive accuracy on par with other lightweight models and achieves SOTA inference speeds. Meanwhile, the SVIPTR-L (Large) attains SOTA accuracy in single-encoder-type models, while maintaining a low parameter count and favorable inference speed. Our proposed method provides a compelling solution for the STR challenge, which greatly benefits real-world applications requiring fast and efficient STR. The code is publicly available at https://github.com/cxfyxl/VIPTR.

Keywords

Cite

@article{arxiv.2401.10110,
  title  = {SVIPTR: Fast and Efficient Scene Text Recognition with Vision Permutable Extractor},
  author = {Xianfu Cheng and Weixiao Zhou and Xiang Li and Jian Yang and Hang Zhang and Tao Sun and Wei Zhang and Yuying Mai and Tongliang Li and Xiaoming Chen and Zhoujun Li},
  journal= {arXiv preprint arXiv:2401.10110},
  year   = {2024}
}

Comments

10 pages, 4 figures, 6 tables

R2 v1 2026-06-28T14:20:36.426Z