TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/SVTR: Scene Text Recognition with a Single Visual Model

SVTR: Scene Text Recognition with a Single Visual Model

Yongkun Du, Zhineng Chen, Caiyan Jia, Xiaoting Yin, Tianlun Zheng, Chenxia Li, Yuning Du, Yu-Gang Jiang

2022-04-30Scene Text Recognition
PaperPDFCodeCodeCodeCode(official)

Abstract

Dominant scene text recognition models commonly contain two building blocks, a visual model for feature extraction and a sequence model for text transcription. This hybrid architecture, although accurate, is complex and less efficient. In this study, we propose a Single Visual model for Scene Text recognition within the patch-wise image tokenization framework, which dispenses with the sequential modeling entirely. The method, termed SVTR, firstly decomposes an image text into small patches named character components. Afterward, hierarchical stages are recurrently carried out by component-level mixing, merging and/or combining. Global and local mixing blocks are devised to perceive the inter-character and intra-character patterns, leading to a multi-grained character component perception. Thus, characters are recognized by a simple linear prediction. Experimental results on both English and Chinese scene text recognition tasks demonstrate the effectiveness of SVTR. SVTR-L (Large) achieves highly competitive accuracy in English and outperforms existing methods by a large margin in Chinese, while running faster. In addition, SVTR-T (Tiny) is an effective and much smaller model, which shows appealing speed at inference. The code is publicly available at https://github.com/PaddlePaddle/PaddleOCR.

Results

TaskDatasetMetricValueModel
Scene ParsingICDAR2013Accuracy97.2SVTR-L (Large)
Scene ParsingICDAR2013Accuracy97.1SVTR-B (Base)
Scene ParsingICDAR2013Accuracy96.3SVTR-T (Tiny)
Scene ParsingICDAR2013Accuracy95.7SVTR-S (Small)
2D Semantic SegmentationICDAR2013Accuracy97.2SVTR-L (Large)
2D Semantic SegmentationICDAR2013Accuracy97.1SVTR-B (Base)
2D Semantic SegmentationICDAR2013Accuracy96.3SVTR-T (Tiny)
2D Semantic SegmentationICDAR2013Accuracy95.7SVTR-S (Small)
Scene Text RecognitionICDAR2013Accuracy97.2SVTR-L (Large)
Scene Text RecognitionICDAR2013Accuracy97.1SVTR-B (Base)
Scene Text RecognitionICDAR2013Accuracy96.3SVTR-T (Tiny)
Scene Text RecognitionICDAR2013Accuracy95.7SVTR-S (Small)

Related Papers

Linguistics-aware Masked Image Modeling for Self-supervised Scene Text Recognition2025-03-24Efficient and Accurate Scene Text Recognition with Cascaded-Transformers2025-03-24Accurate Scene Text Recognition with Efficient Model Scaling and Cloze Self-Distillation2025-03-20A Context-Driven Training-Free Network for Lightweight Scene Text Segmentation and Recognition2025-03-19EventSTR: A Benchmark Dataset and Baselines for Event Stream based Scene Text Recognition2025-02-13Billet Number Recognition Based on Test-Time Adaptation2025-02-13Ocean-OCR: Towards General OCR Application via a Vision-Language Model2025-01-26Arbitrary Reading Order Scene Text Spotter with Local Semantics Guidance2024-12-13