English

DTrOCR: Decoder-only Transformer for Optical Character Recognition

Computer Vision and Pattern Recognition 2023-08-31 v1

Abstract

Typical text recognition methods rely on an encoder-decoder structure, in which the encoder extracts features from an image, and the decoder produces recognized text from these features. In this study, we propose a simpler and more effective method for text recognition, known as the Decoder-only Transformer for Optical Character Recognition (DTrOCR). This method uses a decoder-only Transformer to take advantage of a generative language model that is pre-trained on a large corpus. We examined whether a generative language model that has been successful in natural language processing can also be effective for text recognition in computer vision. Our experiments demonstrated that DTrOCR outperforms current state-of-the-art methods by a large margin in the recognition of printed, handwritten, and scene text in both English and Chinese.

Keywords

Cite

@article{arxiv.2308.15996,
  title  = {DTrOCR: Decoder-only Transformer for Optical Character Recognition},
  author = {Masato Fujitake},
  journal= {arXiv preprint arXiv:2308.15996},
  year   = {2023}
}

Comments

Accepted to WACV2024

R2 v1 2026-06-28T12:08:21.827Z