We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Machine Learning

Title: OCR-free Document Understanding Transformer

Abstract: Understanding document images (e.g., invoices) is a core but challenging task since it requires complex functions such as reading text and a holistic understanding of the document. Current Visual Document Understanding (VDU) methods outsource the task of reading text to off-the-shelf Optical Character Recognition (OCR) engines and focus on the understanding task with the OCR outputs. Although such OCR-based approaches have shown promising performance, they suffer from 1) high computational costs for using OCR; 2) inflexibility of OCR models on languages or types of document; 3) OCR error propagation to the subsequent process. To address these issues, in this paper, we introduce a novel OCR-free VDU model named Donut, which stands for Document understanding transformer. As the first step in OCR-free VDU research, we propose a simple architecture (i.e., Transformer) with a pre-training objective (i.e., cross-entropy loss). Donut is conceptually simple yet effective. Through extensive experiments and analyses, we show a simple OCR-free VDU model, Donut, achieves state-of-the-art performances on various VDU tasks in terms of both speed and accuracy. In addition, we offer a synthetic data generator that helps the model pre-training to be flexible in various languages and domains. The code, trained model and synthetic data are available at this https URL
Comments: ECCV 2022. (v5) update table 2 and figures; add LayoutLM and update scores with the latest test script at this https URL
Subjects: Machine Learning (cs.LG); Artificial Intelligence (cs.AI)
Cite as: arXiv:2111.15664 [cs.LG]
  (or arXiv:2111.15664v5 [cs.LG] for this version)

Submission history

From: Geewook Kim [view email]
[v1] Tue, 30 Nov 2021 18:55:19 GMT (4992kb,D)
[v2] Thu, 21 Jul 2022 16:10:17 GMT (5924kb,D)
[v3] Tue, 23 Aug 2022 10:30:19 GMT (5924kb,D)
[v4] Tue, 4 Oct 2022 13:34:02 GMT (5928kb,D)
[v5] Thu, 6 Oct 2022 06:50:39 GMT (5928kb,D)

Link back to: arXiv, form interface, contact.