Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

DeepSolo: Let Transformer Decoder with Explicit Points Solo for Text Spotting

About

End-to-end text spotting aims to integrate scene text detection and recognition into a unified framework. Dealing with the relationship between the two sub-tasks plays a pivotal role in designing effective spotters. Although Transformer-based methods eliminate the heuristic post-processing, they still suffer from the synergy issue between the sub-tasks and low training efficiency. In this paper, we present DeepSolo, a simple DETR-like baseline that lets a single Decoder with Explicit Points Solo for text detection and recognition simultaneously. Technically, for each text instance, we represent the character sequence as ordered points and model them with learnable explicit point queries. After passing a single decoder, the point queries have encoded requisite text semantics and locations, thus can be further decoded to the center line, boundary, script, and confidence of text via very simple prediction heads in parallel. Besides, we also introduce a text-matching criterion to deliver more accurate supervisory signals, thus enabling more efficient training. Quantitative experiments on public benchmarks demonstrate that DeepSolo outperforms previous state-of-the-art methods and achieves better training efficiency. In addition, DeepSolo is also compatible with line annotations, which require much less annotation cost than polygons. The code is available at https://github.com/ViTAE-Transformer/DeepSolo.

Maoyuan Ye, Jing Zhang, Shanshan Zhao, Juhua Liu, Tongliang Liu, Bo Du, Dacheng Tao• 2022

Related benchmarks

TaskDatasetResultRank
Text DetectionICDAR 2015
Precision92.5
188
Text DetectionTotal-Text
Precision93.9
160
Text DetectionTotal-Text (test)
F-Measure87.3
126
Text DetectionICDAR 2015 (test)
F1 Score90.1
108
Scene Text SpottingTotal-Text (test)
F-measure (None)79.7
105
End-to-End Text SpottingICDAR 2015
Strong Score88.9
104
Text DetectionCTW1500
F-measure88.9
98
End-to-End Scene Text SpottingTotal-Text
Hmean (None)82.5
80
Scene Text DetectionTotal-Text
Precision93.2
79
End-to-End Text SpottingICDAR 2015 (test)
Generic F-measure79.5
62
Showing 10 of 21 rows

Other info

Code

Follow for update