paper-with-me

Papers

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

2024-01-18 · Xianfu Cheng, Weixiao Zhou, Xiang Li, Jian Yang, Hang Zhang, Tao Sun, Wei zhang, Yuying Mai, Tongliang Li, Xiaoming Chen, Zhoujun Li

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.

📄 PDF Abstract BibTeX arXiv:2401.10110

Code (1)

cxfyxl/viptr 공식 구현 pytorch

Tasks

DecoderScene Text Recognition

Similar Papers 제목 키워드 기반

Vision Transformer for Fast and Efficient Scene Text Recognition

2021-05-18 · Rowel Atienza

Scene text recognition (STR) enables computers to read text in natural scenes such as object labels, road signs and instructions. STR helps machines perform informed decisions such as what object to pick, which direction…

Computational EfficiencyData AugmentationScene Text Recognition

Scene Text Recognition with Sliding Convolutional Character Models

2017-09-06 · Fei Yin, Yi-Chao Wu, Xu-Yao Zhang, Cheng-Lin Liu

Scene text recognition has attracted great interests from the computer vision and pattern recognition community in recent years. State-of-the-art methods use concolutional neural networks (CNNs), recurrent neural network…

Scene Text Recognition

ESTR-CoT: Towards Explainable and Accurate Event Stream based Scene Text Recognition with Chain-of-Thought Reasoning

2025-07-02 · Xiao Wang, Jingtao Jiang, Qiang Chen, Lan Chen 외 arxiv

Event stream based scene text recognition is a newly arising research topic in recent years which performs better than the widely used RGB cameras in extremely challenging scenarios, especially the low illumination, fast…

Scene Text RecognitionLogical Reasoning

TextBoxes: A Fast Text Detector with a Single Deep Neural Network

2016-11-21 · Minghui Liao, Baoguang Shi, Xiang Bai, Xinggang Wang 외

This paper presents an end-to-end trainable fast scene text detector, named TextBoxes, which detects scene text with both high accuracy and efficiency in a single network forward pass, involving no post-process except fo…

Multi-Modal RGB-D Scene Recognition Across Domains

2021-03-26 · Andrea Ferreri, Silvia Bucci, Tatiana Tommasi

Scene recognition is one of the basic problems in computer vision research with extensive applications in robotics. When available, depth images provide helpful geometric cues that complement the RGB texture information …

Scene ClassificationScene Recognition