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

DPText-DETR: Towards Better Scene Text Detection with Dynamic Points in Transformer

About

Recently, Transformer-based methods, which predict polygon points or Bezier curve control points for localizing texts, are popular in scene text detection. However, these methods built upon detection transformer framework might achieve sub-optimal training efficiency and performance due to coarse positional query modeling.In addition, the point label form exploited in previous works implies the reading order of humans, which impedes the detection robustness from our observation. To address these challenges, this paper proposes a concise Dynamic Point Text DEtection TRansformer network, termed DPText-DETR. In detail, DPText-DETR directly leverages explicit point coordinates to generate position queries and dynamically updates them in a progressive way. Moreover, to improve the spatial inductive bias of non-local self-attention in Transformer, we present an Enhanced Factorized Self-Attention module which provides point queries within each instance with circular shape guidance. Furthermore, we design a simple yet effective positional label form to tackle the side effect of the previous form. To further evaluate the impact of different label forms on the detection robustness in real-world scenario, we establish an Inverse-Text test set containing 500 manually labeled images. Extensive experiments prove the high training efficiency, robustness, and state-of-the-art performance of our method on popular benchmarks. The code and the Inverse-Text test set are available at https://github.com/ymy-k/DPText-DETR.

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

Related benchmarks

TaskDatasetResultRank
Scene Text DetectionTotalText (test)
Recall86.4
106
Text DetectionCTW1500
F-measure88.8
70
Scene Text DetectionTotal-Text
Precision91.8
63
Scene Text DetectionCTW1500 (test)
TIOU-R86.2
23
Text DetectionSCUT-CTW1500 (test)
H-mean88.8
17
Scene Text DetectionArT ICDAR2019 (test)
Recall73.7
16
Scene Text DetectionICDAR-ArT
Precision83
7
Showing 7 of 7 rows

Other info

Code

Follow for update