CVAICLSep 18, 2022

ERNIE-mmLayout: Multi-grained MultiModal Transformer for Document Understanding

arXiv:2209.08569v115 citationsh-index: 28
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in document understanding for applications like information extraction and QA by enhancing multimodal Transformers with multi-grained elements, though it is incremental in nature.

The paper tackles the problem of Visually Rich Document Understanding (VrDU) by incorporating coarse-grained elements like phrases and visual regions into multimodal Transformers, resulting in improved performance on tasks such as information extraction and document question answering with fewer parameters.

Recent efforts of multimodal Transformers have improved Visually Rich Document Understanding (VrDU) tasks via incorporating visual and textual information. However, existing approaches mainly focus on fine-grained elements such as words and document image patches, making it hard for them to learn from coarse-grained elements, including natural lexical units like phrases and salient visual regions like prominent image regions. In this paper, we attach more importance to coarse-grained elements containing high-density information and consistent semantics, which are valuable for document understanding. At first, a document graph is proposed to model complex relationships among multi-grained multimodal elements, in which salient visual regions are detected by a cluster-based method. Then, a multi-grained multimodal Transformer called mmLayout is proposed to incorporate coarse-grained information into existing pre-trained fine-grained multimodal Transformers based on the graph. In mmLayout, coarse-grained information is aggregated from fine-grained, and then, after further processing, is fused back into fine-grained for final prediction. Furthermore, common sense enhancement is introduced to exploit the semantic information of natural lexical units. Experimental results on four tasks, including information extraction and document question answering, show that our method can improve the performance of multimodal Transformers based on fine-grained elements and achieve better performance with fewer parameters. Qualitative analyses show that our method can capture consistent semantics in coarse-grained elements.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes