paper-with-me

Papers

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 multi-modal representation of text, layout and image. Previous works directly model serialized tokens from documents according to a raster-scan order, neglecting the importance of the reading order of documents, leading to sub-optimal performance. We incorporate layout-knowledge from Document-Parser into document pre-training, which is used to rearrange the tokens following an order more consistent with human reading habits. And we propose the Reading Order Prediction (ROP) task to enhance the interactions within segments and correlation between segments and a fine-grained cross-modal alignment pre-training task named Replaced Regions Prediction (RRP). ERNIE-Layout attempts to fuse textual and visual features in a unified Transformer model, which is based on our newly proposed spatial-aware disentangled attention mechanism. ERNIE-Layout achieves superior performance on various document understanding tasks, setting new SOTA for four tasks, including information extraction, document classification, document question answering.

📄 PDF Abstract BibTeX

Code (1)

PaddlePaddle/PaddleNLP/tree/develop/model_zoo/ernie-layout 공식 구현 paddle

Tasks

cross-modal alignmentDocument Classificationdocument understandingQuestion Answering

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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$…
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

ERNIE-Layout: Layout Knowledge Enhanced Pre-training for Visually-rich Document Understanding

2022-10-12 · Qiming Peng, Yinxu Pan, Wenjin Wang, Bin Luo 외

Recent years have witnessed the rise and success of pre-training techniques in visually-rich document understanding. However, most existing methods lack the systematic mining and utilization of layout-centered knowledge,…

document-image-classificationDocument Image Classificationdocument understandingimage-classification+6

SKE-Layout: Spatial Knowledge Enhanced Layout Generation with LLMs

2025-01-01 · CVPR 2025 1 · Junsheng Wang, Nieqing Cao, Yan Ding, Mengying Xie 외

Generating layouts from textual descriptions by large language models (LLMs) plays a crucial role in precise spatial reasoning-induced domains such as robotic object rearrangement and text-to-image generation. Howeve…

Contrastive LearningImage GenerationLayout GenerationObject Rearrangement+3

ERNIE: Enhanced Representation through Knowledge Integration

2019-04-19 · Yu Sun, Shuohuan Wang, Yukun Li, Shikun Feng 외

We present a novel language representation model enhanced by knowledge called ERNIE (Enhanced Representation through kNowledge IntEgration). Inspired by the masking strategy of BERT, ERNIE is designed to learn language r…

Chinese Named Entity RecognitionChinese Sentence Pair ClassificationChinese Sentiment AnalysisCloze Test+7

A Custom IC Layout Generation Engine Based on Dynamic Templates and Grids

2022-07-24 · Taeho Shin, Dongjun Lee, Dongwhee Kim, Gaeryun Sung 외

This paper presents an automatic layout generation framework in advanced CMOS technologies. The framework extends the template-and-grid-based layout generation methodology with the following additional techniques applied…

Layout Generation

ERNIE-ViL: Knowledge Enhanced Vision-Language Representations Through Scene Graph

2020-06-30 · Fei Yu, Jiji Tang, Weichong Yin, Yu Sun 외

We propose a knowledge-enhanced approach, ERNIE-ViL, which incorporates structured knowledge obtained from scene graphs to learn joint representations of vision-language. ERNIE-ViL tries to build the detailed semantic co…

AttributePredictionReferring Expression ComprehensionSentence+1