HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

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

SVTR: Scene Text Recognition with a Single Visual Model

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.

Benchmarks

BenchmarkMethodologyMetrics
scene-text-recognition-on-icdar2013SVTR-L (Large)
Accuracy: 97.2
scene-text-recognition-on-icdar2013SVTR-B (Base)
Accuracy: 97.1
scene-text-recognition-on-icdar2013SVTR-S (Small)
Accuracy: 95.7
scene-text-recognition-on-icdar2013SVTR-T (Tiny)
Accuracy: 96.3

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
SVTR: Scene Text Recognition with a Single Visual Model | Papers | HyperAI