DTTR: Detecting Text with Transformers
Jing Yang, Zhiqiang You, Zhiwei Zhong, Peng Liu, Langqi Mei, Shenguang Huang
Abstract
Recently, most transformer-based approaches have achieved considerable success on vision tasks, even better than those with convolution neural networks (CNNs). In this paper, we present a novel transformer-based model, named detecting text with transformers (DTTR), for scene text detection. In DTTR, a CNN backbone extracts local connectivity features and a transformer decoder captures global context information from a scene text, effectively. In addition, we propose a dynamic scale fusion (DSF) module that can fuse multiscale feature maps dynamically, thus significantly improving the scale robustness and rendering powerful representations for subsequent decoding. Experimental results show that DTTR achieves 0.5% H-mean improvements and 20.0% faster in inference speed than the SOTA model with a backbone of ResNet-50 on MMOCR. Code will be released at: https://github.com/ahsdx/DTTR.
BibTeX
@inproceedings{icassp2023_dttrdetectingtex,
title = {DTTR: Detecting Text with Transformers},
author = {Jing Yang and Zhiqiang You and Zhiwei Zhong and Peng Liu and Langqi Mei and Shenguang Huang},
booktitle = {ICASSP 2023},
year = {2023}
}