Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

SPTS: Single-Point Text Spotting

About

Existing scene text spotting (i.e., end-to-end text detection and recognition) methods rely on costly bounding box annotations (e.g., text-line, word-level, or character-level bounding boxes). For the first time, we demonstrate that training scene text spotting models can be achieved with an extremely low-cost annotation of a single-point for each instance. We propose an end-to-end scene text spotting method that tackles scene text spotting as a sequence prediction task. Given an image as input, we formulate the desired detection and recognition results as a sequence of discrete tokens and use an auto-regressive Transformer to predict the sequence. The proposed method is simple yet effective, which can achieve state-of-the-art results on widely used benchmarks. Most significantly, we show that the performance is not very sensitive to the positions of the point annotation, meaning that it can be much easier to be annotated or even be automatically generated than the bounding box that requires precise positions. We believe that such a pioneer attempt indicates a significant opportunity for scene text spotting applications of a much larger scale than previously possible. The code is available at https://github.com/shannanyinxiang/SPTS.

Dezhi Peng, Xinyu Wang, Yuliang Liu, Jiaxin Zhang, Mingxin Huang, Songxuan Lai, Shenggao Zhu, Jing Li, Dahua Lin, Chunhua Shen, Xiang Bai, Lianwen Jin• 2021

Related benchmarks

TaskDatasetResultRank
Scene Text SpottingTotal-Text (test)
F-measure (None)74.2
105
End-to-End Text SpottingICDAR 2015
Strong Score77.5
80
End-to-End Text SpottingICDAR 2015 (test)--
62
End-to-End Scene Text SpottingTotal-Text
Hmean (None)74.2
55
Text SpottingICDAR 2015 (test)
Accuracy (Strong Lexicon)77.5
36
End-to-End Text SpottingSCUT-CTW1500 (test)
F-Measure (None Config)63.6
34
End-to-End Text SpottingICDAR 2013 (test)
Score S93.3
25
Scene Text SpottingTotal-Text
F-measure (None)74.2
23
End-to-End Text SpottingInverse-Text (test)
Score (None Config)38.3
23
End-to-End Scene Text SpottingSCUT-CTW1500
HMean (None)63.6
20
Showing 10 of 13 rows

Other info

Code

Follow for update