paper-with-me

홈 › Papers

Benchmarking Graph Neural Networks for Document Layout Analysis in Public Affairs

2025-05-12 · Miguel Lopez-Duran, Julian Fierrez, Aythami Morales, Ruben Tolosana, Oscar Delgado-Mohatar, Alvaro Ortigosa

The automatic analysis of document layouts in digital-born PDF documents remains a challenging problem due to the heterogeneous arrangement of textual and nontextual elements and the imprecision of the textual metadata in the Portable Document Format. In this work, we benchmark Graph Neural Network (GNN) architectures for the task of fine-grained layout classification of text blocks from digital native documents. We introduce two graph construction structures: a k-closest-neighbor graph and a fully connected graph, and generate node features via pre-trained text and vision models, thus avoiding manual feature engineering. Three experimental frameworks are evaluated: single-modality (text or visual), concatenated multimodal, and dual-branch multimodal. We evaluated four foundational GNN models and compared them with the baseline. Our experiments are specifically conducted on a rich dataset of public affairs documents that includes more than 20 sources (e.g., regional and national-level official gazettes), 37K PDF documents, with 441K pages in total. Our results demonstrate that GraphSAGE operating on the k-closest-neighbor graph in a dual-branch configuration achieves the highest per-class and overall accuracy, outperforming the baseline in some sources. These findings confirm the importance of local layout relationships and multimodal fusion exploited through GNNs for the analysis of native digital document layouts.

📄 PDF Abstract BibTeX arXiv:2505.14699

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingDocument Layout AnalysisFeature Engineeringgraph constructionGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
GraphSAGE GraphSAGE is a general inductive framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings for previously unseen…

Similar Papers 제목 키워드 기반

BaDLAD: A Large Multi-Domain Bengali Document Layout Analysis Dataset

2023-03-09 · Md. Istiak Hossain Shihab, Md. Rakibul Hasan, Mahfuzur Rahman Emon, Syed Mobassir Hossen 외

While strides have been made in deep learning based Bengali Optical Character Recognition (OCR) in the past decade, the absence of large Document Layout Analysis (DLA) datasets has hindered the application of OCR in docu…

BenchmarkingDeep LearningDocument Layout AnalysisOptical Character Recognition+1

M6Doc: A Large-Scale Multi-Format, Multi-Type, Multi-Layout, Multi-Language, Multi-Annotation Category Dataset for Modern Document Layout Analysis

2023-01-01 · CVPR 2023 1 · Hiuyi Cheng, Peirong Zhang, Sihang Wu, Jiaxin Zhang 외

Document layout analysis is a crucial prerequisite for document understanding, including document retrieval and conversion. Most public datasets currently contain only PDF documents and lack realistic documents. Mode…

ArticlesDocument Layout Analysisdocument understandingInstance Segmentation+2

M$^{6}$Doc: A Large-Scale Multi-Format, Multi-Type, Multi-Layout, Multi-Language, Multi-Annotation Category Dataset for Modern Document Layout Analysis

2023-05-15 · Hiuyi Cheng, Peirong Zhang, Sihang Wu, Jiaxin Zhang 외

Document layout analysis is a crucial prerequisite for document understanding, including document retrieval and conversion. Most public datasets currently contain only PDF documents and lack realistic documents. Models t…

ArticlesDocument Layout Analysisdocument understandingInstance Segmentation+2

Towards Khmer Scene Document Layout Detection

2026-02-28 · Marry Kong, Rina Buoy, Sovisal Chenda, Nguonly Taing 외 arxiv

While document layout analysis for Latin scripts has advanced significantly, driven by the advent of large multimodal models (LMMs), progress for the Khmer language remains constrained because of the scarcity of annotate…

Document Layout Analysis

LayoutXLM vs. GNN: An Empirical Evaluation of Relation Extraction for Documents

2022-05-09 · Hervé Déjean, Stéphane Clinchant, Jean-Luc Meunier

This paper investigates the Relation Extraction task in documents by benchmarking two different neural network models: a multi-modal language model (LayoutXLM) and a Graph Neural Network: Edge Convolution Network (ECN). …

BenchmarkingGraph Neural NetworkLanguage ModelingLanguage Modelling+2