English

TRIE: End-to-End Text Reading and Information Extraction for Document Understanding

Computer Vision and Pattern Recognition 2021-10-26 v3

Abstract

Since real-world ubiquitous documents (e.g., invoices, tickets, resumes and leaflets) contain rich information, automatic document image understanding has become a hot topic. Most existing works decouple the problem into two separate tasks, (1) text reading for detecting and recognizing texts in images and (2) information extraction for analyzing and extracting key elements from previously extracted plain text. However, they mainly focus on improving information extraction task, while neglecting the fact that text reading and information extraction are mutually correlated. In this paper, we propose a unified end-to-end text reading and information extraction network, where the two tasks can reinforce each other. Specifically, the multimodal visual and textual features of text reading are fused for information extraction and in turn, the semantics in information extraction contribute to the optimization of text reading. On three real-world datasets with diverse document images (from fixed layout to variable layout, from structured text to semi-structured text), our proposed method significantly outperforms the state-of-the-art methods in both efficiency and accuracy.

Keywords

Cite

@article{arxiv.2005.13118,
  title  = {TRIE: End-to-End Text Reading and Information Extraction for Document Understanding},
  author = {Peng Zhang and Yunlu Xu and Zhanzhan Cheng and Shiliang Pu and Jing Lu and Liang Qiao and Yi Niu and Fei Wu},
  journal= {arXiv preprint arXiv:2005.13118},
  year   = {2021}
}

Comments

Accepted to ACM MM2020. Code is available at https://davar-lab.github.io/publication.html or https://github.com/hikopensource/DAVAR-Lab-OCR

R2 v1 2026-06-23T15:50:28.517Z