Text Spotting

52 papers with code • 4 benchmarks • 6 datasets

Text Spotting is the combination of Scene Text Detection and Scene Text Recognition in an end-to-end manner. It is the ability to read natural text in the wild.

Libraries

Use these libraries to find Text Spotting models and implementations

Most implemented papers

PGNet: Real-time Arbitrarily-Shaped Text Spotting with Point Gathering Network

PaddlePaddle/PaddleOCR 12 Apr 2021

With a PG-CTC decoder, we gather high-level character classification vectors from two-dimensional space and decode them into text symbols without NMS and RoI operations involved, which guarantees high efficiency.

Open Images V5 Text Annotation and Yet Another Mask Text Spotter

openvinotoolkit/training_extensions 23 Jun 2021

A large scale human-labeled dataset plays an important role in creating high quality deep learning models.

SwinTextSpotter: Scene Text Spotting via Better Synergy between Text Detection and Text Recognition

mxin262/swintextspotter CVPR 2022

End-to-end scene text spotting has attracted great attention in recent years due to the success of excavating the intrinsic synergy of the scene text detection and recognition.

GLASS: Global to Local Attention for Scene-Text Spotting

amazon-research/glass-text-spotting 5 Aug 2022

In recent years, the dominant paradigm for text spotting is to combine the tasks of text detection and recognition into a single end-to-end framework.

Mask TextSpotter: An End-to-End Trainable Neural Network for Spotting Text with Arbitrary Shapes

lvpengyuan/masktextspotter.caffe2 ECCV 2018

Recently, models based on deep neural networks have dominated the fields of scene text detection and recognition.

Visual Semantic Re-ranker for Text Spotting

ahmedssabir/Visual-Semantic-Relatedness-with-Word-Embedding 23 Oct 2018

In this paper, we propose a post-processing approach to improve the accuracy of text spotting by using the semantic relation between the text and the scene.

You Only Recognize Once: Towards Fast Video Text Spotting

hikopensource/davar-lab-ocr 8 Mar 2019

Video text spotting is still an important research topic due to its various real-applications.

Mask TextSpotter: An End-to-End Trainable Neural Network for Spotting Text with Arbitrary Shapes

MhLiao/MaskTextSpotter ECCV 2018

Moreover, we further investigate the recognition module of our method separately, which significantly outperforms state-of-the-art methods on both regular and irregular text datasets for scene text recognition.

ICDAR2019 Robust Reading Challenge on Arbitrary-Shaped Text (RRC-ArT)

cs-chan/Total-Text-Dataset 16 Sep 2019

This paper reports the ICDAR2019 Robust Reading Challenge on Arbitrary-Shaped Text (RRC-ArT) that consists of three major challenges: i) scene text detection, ii) scene text recognition, and iii) scene text spotting.

Text Perceptron: Towards End-to-End Arbitrary-Shaped Text Spotting

hikopensource/davar-lab-ocr 17 Feb 2020

Many approaches have recently been proposed to detect irregular scene text and achieved promising results.