paper-with-me

홈 › Papers

A Graphical Approach to Document Layout Analysis

2023-08-03 · Jilin Wang, Michael Krumdick, Baojia Tong, Hamima Halim, Maxim Sokolov, Vadym Barda, Delphine Vendryes, Chris Tanner

Document layout analysis (DLA) is the task of detecting the distinct, semantic content within a document and correctly classifying these items into an appropriate category (e.g., text, title, figure). DLA pipelines enable users to convert documents into structured machine-readable formats that can then be used for many useful downstream tasks. Most existing state-of-the-art (SOTA) DLA models represent documents as images, discarding the rich metadata available in electronically generated PDFs. Directly leveraging this metadata, we represent each PDF page as a structured graph and frame the DLA problem as a graph segmentation and classification problem. We introduce the Graph-based Layout Analysis Model (GLAM), a lightweight graph neural network competitive with SOTA models on two challenging DLA datasets - while being an order of magnitude smaller than existing models. In particular, the 4-million parameter GLAM model outperforms the leading 140M+ parameter computer vision-based model on 5 of the 11 classes on the DocLayNet dataset. A simple ensemble of these two models achieves a new state-of-the-art on DocLayNet, increasing mAP from 76.8 to 80.8. Overall, GLAM is over 5 times more efficient than SOTA models, making GLAM a favorable engineering choice for DLA tasks.

📄 PDF Abstract BibTeX arXiv:2308.02051

Code (1)

ivanstepanovftw/glam pytorch

Tasks

Document Layout AnalysisGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
DLA 설명 없음

Similar Papers 제목 키워드 기반

A Hybrid Approach for Document Layout Analysis in Document images

2024-04-27 · Tahira Shehzadi, Didier Stricker, Muhammad Zeshan Afzal

Document layout analysis involves understanding the arrangement of elements within a document. This paper navigates the complexities of understanding various elements within document images, such as text, images, tables,…

Contrastive LearningDecoderDocument Layout AnalysisInformation Retrieval+3

Page Layout Analysis of Text-heavy Historical Documents: a Comparison of Textual and Visual Approaches

2022-12-12 · Najem-Meyer Sven, Romanello Matteo

Page layout analysis is a fundamental step in document processing which enables to segment a page into regions of interest. With highly complex layouts and mixed scripts, scholarly commentaries are text-heavy documents w…

Position

DLAFormer: An End-to-End Transformer For Document Layout Analysis

2024-05-20 · Jiawei Wang, Kai Hu, Qiang Huo

Document layout analysis (DLA) is crucial for understanding the physical layout and logical structure of documents, serving information retrieval, document summarization, knowledge extraction, etc. However, previous stud…

Document Layout AnalysisDocument SummarizationInformation RetrievalPrediction+2

Graph-based Document Structure Analysis

2025-02-04 · Yufan Chen, Ruiping Liu, Junwei Zheng, Di Wen 외

When reading a document, glancing at the spatial layout of a document is an initial step to understand it roughly. Traditional document layout analysis (DLA) methods, however, offer only a superficial parsing of document…

Document Layout AnalysisRelation

Document Layout Analysis with Aesthetic-Guided Image Augmentation

2021-11-27 · Tianlong Ma, Xingjiao Wu, Xin Li, Xiangcheng Du 외

Document layout analysis (DLA) plays an important role in information extraction and document understanding. At present, document layout analysis has reached a milestone achievement, however, document layout analysis of …

Document Layout Analysisdocument understandingImage AugmentationSegmentation