paper-with-me

Papers

Multimodal Pre-training Based on Graph Attention Network for Document Understanding

2022-03-25 · Zhenrong Zhang, Jiefeng Ma, Jun Du, Licheng Wang, Jianshu Zhang

Document intelligence as a relatively new research topic supports many business applications. Its main task is to automatically read, understand, and analyze documents. However, due to the diversity of formats (invoices, reports, forms, etc.) and layouts in documents, it is difficult to make machines understand documents. In this paper, we present the GraphDoc, a multimodal graph attention-based model for various document understanding tasks. GraphDoc is pre-trained in a multimodal framework by utilizing text, layout, and image information simultaneously. In a document, a text block relies heavily on its surrounding contexts, accordingly we inject the graph structure into the attention mechanism to form a graph attention layer so that each input node can only attend to its neighborhoods. The input nodes of each graph attention layer are composed of textual, visual, and positional features from semantically meaningful regions in a document image. We do the multimodal feature fusion of each node by the gate fusion layer. The contextualization between each node is modeled by the graph attention layer. GraphDoc learns a generic representation from only 320k unlabeled documents via the Masked Sentence Modeling task. Extensive experimental results on the publicly available datasets show that GraphDoc achieves state-of-the-art performance, which demonstrates the effectiveness of our proposed method. The code is available at https://github.com/ZZR8066/GraphDoc.

📄 PDF Abstract BibTeX arXiv:2203.13530

Code (1)

zzr8066/graphdoc 공식 구현 pytorch

Tasks

document understandingGraph AttentionSentence

Similar Papers 제목 키워드 기반

MLDocRAG: Multimodal Long-Context Document Retrieval Augmented Generation

2026-02-10 · Yongyue Zhang, Yaxiong Wu arxiv

Understanding multimodal long-context documents that comprise multimodal chunks such as paragraphs, figures, and tables is challenging due to (1) cross-modal heterogeneity to localize relevant information across modaliti…

Long-Context UnderstandingQuestion Answering

Skim-Attention: Learning to Focus via Document Layout

2021-09-02 · Findings (EMNLP) 2021 11 · Laura Nguyen, Thomas Scialom, Jacopo Staiano, Benjamin Piwowarski

Transformer-based pre-training techniques of text and layout have proven effective in a number of document understanding tasks. Despite this success, multimodal pre-training models suffer from very high computational and…

document understandingLanguage ModelingLanguage Modelling

Understanding Long Documents with Different Position-Aware Attentions

2022-08-17 · Hai Pham, Guoxin Wang, Yijuan Lu, Dinei Florencio 외

Despite several successes in document understanding, the practical task for long document understanding is largely under-explored due to several challenges in computation and how to efficiently absorb long multimodal inp…

document understandingPosition

SelfDoc: Self-Supervised Document Representation Learning

2021-06-07 · CVPR 2021 1 · Peizhao Li, Jiuxiang Gu, Jason Kuen, Vlad I. Morariu 외

We propose SelfDoc, a task-agnostic pre-training framework for document image understanding. Because documents are multimodal and are intended for sequential reading, our framework exploits the positional, textual, and v…

Representation Learning

Multimodal Graph RAG for Long-range Visually Rich Document Understanding

2026-06-27 · Yi-Cheng Wang, Chu-Song Chen arxiv

Multimodal large language models (MLLMs) are widely applied to visual document understanding. However, comprehending long documents remains an issue by the limited context window. Though recent multimodal retrieval-augme…

Visual Question Answering