paper-with-me

Papers

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

2022-09-18 · Wenjin Wang, Zhengjie Huang, Bin Luo, Qianglong Chen, Qiming Peng, Yinxu Pan, Weichong Yin, Shikun Feng, Yu Sun, dianhai yu, Yin Zhang

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.

📄 PDF Abstract BibTeX arXiv:2209.08569

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense Reasoningdocument understandingQuestion Answering

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Alpha at SemEval-2021 Task 6: Transformer Based Propaganda Classification

2021-08-01 · SEMEVAL 2021 · Zhida Feng, Jiji Tang, Jiaxiang Liu, Weichong Yin 외

This paper describes our system participated in Task 6 of SemEval-2021: the task focuses on multimodal propaganda technique classification and it aims to classify given image and text into 22 classes. In this paper, we p…

Classification

ERNIE-Gram: Pre-Training with Explicitly N-Gram Masked Language Modeling for Natural Language Understanding

2020-10-23 · NAACL 2021 4 · Dongling Xiao, Yu-Kun Li, Han Zhang, Yu Sun 외

Coarse-grained linguistic information, such as named entities or phrases, facilitates adequately representation learning in pre-training. Previous works mainly focus on extending the objective of BERT's Masked Language M…

Language ModelingLanguage ModellingMasked Language ModelingNatural Language Understanding+2

ERNIE-Layout: Layout-Knowledge Enhanced Multi-modal Pre-training for Document Understanding

2022-01-16 · ACL ARR January 2022 1 · Anonymous

We propose ERNIE-Layout, a knowledge enhanced pre-training approach for visual document understanding, which incorporates layout-knowledge into the pre-training of visual document understanding to learn a better joint mu…

cross-modal alignmentDocument Classificationdocument understandingQuestion Answering

ERNIE 5.0 Technical Report

2026-02-04 · Haifeng Wang, Hua Wu, Tian Wu, Yu Sun 외 arxiv

In this report, we introduce ERNIE 5.0, a natively autoregressive foundation model desinged for unified multimodal understanding and generation across text, image, video, and audio. All modalities are trained from scratc…

Reinforcement Learning

ERNIE-UniX2: A Unified Cross-lingual Cross-modal Framework for Understanding and Generation

2022-11-09 · Bin Shan, Yaqian Han, Weichong Yin, Shuohuan Wang 외

Recent cross-lingual cross-modal works attempt to extend Vision-Language Pre-training (VLP) models to non-English inputs and achieve impressive performance. However, these models focus only on understanding tasks utilizi…

Contrastive LearningDecoderLanguage ModelingLanguage Modelling+6