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

Towards Unified Scene Text Spotting based on Sequence Generation

About

Sequence generation models have recently made significant progress in unifying various vision tasks. Although some auto-regressive models have demonstrated promising results in end-to-end text spotting, they use specific detection formats while ignoring various text shapes and are limited in the maximum number of text instances that can be detected. To overcome these limitations, we propose a UNIfied scene Text Spotter, called UNITS. Our model unifies various detection formats, including quadrilaterals and polygons, allowing it to detect text in arbitrary shapes. Additionally, we apply starting-point prompting to enable the model to extract texts from an arbitrary starting point, thereby extracting more texts beyond the number of instances it was trained on. Experimental results demonstrate that our method achieves competitive performance compared to state-of-the-art methods. Further analysis shows that UNITS can extract a larger number of texts than it was trained on. We provide the code for our method at https://github.com/clovaai/units.

Taeho Kil, Seonghyeon Kim, Sukmin Seo, Yoonsik Kim, Daehee Kim• 2023

Related benchmarks

TaskDatasetResultRank
Text DetectionICDAR 2015
Precision94
171
Text DetectionTotal-Text (test)
F-Measure89.8
126
Scene Text DetectionTotalText (test)--
106
Scene Text SpottingTotal-Text (test)
F-measure (None)78.7
105
End-to-End Text SpottingICDAR 2015
Strong Score90.1
80
Text DetectionCTW1500
F-measure88.6
70
End-to-End Text SpottingICDAR 2015 (test)
Generic F-measure80.3
62
Word SpottingICDAR 2015 (test)
F-score (Strong lexicon)88.8
36
Text SpottingCTW1500
E2E Score (None)66.4
24
End-to-end RecognitionTotal-Text--
22
Showing 10 of 18 rows

Other info

Code

Follow for update