HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Revisiting Classification Perspective on Scene Text Recognition

Hongxiang Cai Jun Sun Yichao Xiong

Revisiting Classification Perspective on Scene Text Recognition

Abstract

The prevalent perspectives of scene text recognition are from sequence to sequence (seq2seq) and segmentation. Nevertheless, the former is composed of many components which makes implementation and deployment complicated, while the latter requires character level annotations that is expensive. In this paper, we revisit classification perspective that models scene text recognition as an image classification problem. Classification perspective has a simple pipeline and only needs word level annotations. We revive classification perspective by devising a scene text recognition model named as CSTR, which performs as well as methods from other perspectives. The CSTR model consists of CPNet (classification perspective network) and SPPN (separated conv with global average pooling prediction network). CSTR is as simple as image classification model like ResNet \cite{he2016deep} which makes it easy to implement and deploy. We demonstrate the effectiveness of the classification perspective on scene text recognition with extensive experiments. Futhermore, CSTR achieves nearly state-of-the-art performance on six public benchmarks including regular text, irregular text. The code will be available at https://github.com/Media-Smart/vedastr.

Code Repositories

Media-Smart/vedastr
Official
pytorch

Benchmarks

BenchmarkMethodologyMetrics
scene-text-recognition-on-icdar-2003CSTR
Accuracy: 94.8
scene-text-recognition-on-icdar2013CSTR
Accuracy: 93.2
scene-text-recognition-on-icdar2015CSTR
Accuracy: 81.6
scene-text-recognition-on-svtCSTR
Accuracy: 90.6

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
Revisiting Classification Perspective on Scene Text Recognition | Papers | HyperAI