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

DEER: Detection-agnostic End-to-End Recognizer for Scene Text Spotting

About

Recent end-to-end scene text spotters have achieved great improvement in recognizing arbitrary-shaped text instances. Common approaches for text spotting use region of interest pooling or segmentation masks to restrict features to single text instances. However, this makes it hard for the recognizer to decode correct sequences when the detection is not accurate i.e. one or more characters are cropped out. Considering that it is hard to accurately decide word boundaries with only the detector, we propose a novel Detection-agnostic End-to-End Recognizer, DEER, framework. The proposed method reduces the tight dependency between detection and recognition modules by bridging them with a single reference point for each text instance, instead of using detected regions. The proposed method allows the decoder to recognize the texts that are indicated by the reference point, with features from the whole image. Since only a single point is required to recognize the text, the proposed method enables text spotting without an arbitrarily-shaped detector or bounding polygon annotations. Experimental results present that the proposed method achieves competitive results on regular and arbitrarily-shaped text spotting benchmarks. Further analysis shows that DEER is robust to the detection errors. The code and dataset will be publicly available.

Seonghyeon Kim, Seung Shin, Yoonsik Kim, Han-Cheol Cho, Taeho Kil, Jaeheung Surh, Seunghyun Park, Bado Lee, Youngmin Baek• 2022

Related benchmarks

TaskDatasetResultRank
Text DetectionICDAR 2015
Precision93.7
171
Scene Text DetectionICDAR 2015 (test)
F1 Score89.82
150
Text DetectionTotal-Text (test)
F-Measure85.7
126
Scene Text DetectionTotalText (test)
Recall81.44
106
Scene Text SpottingTotal-Text (test)
F-measure (None)74.84
105
End-to-End Text SpottingICDAR 2015
Strong Score82.7
80
End-to-End Text SpottingICDAR 2015 (test)
Generic F-measure75.6
62
End-to-end RecognitionTotal-Text--
22
End-to-End Scene Text SpottingIC 2015 (test)
Strong Score82.71
16
Showing 9 of 9 rows

Other info

Follow for update