paper-with-me

홈 › Papers

Graph-based Document Structure Analysis

2025-02-04 · Yufan Chen, Ruiping Liu, Junwei Zheng, Di Wen, Kunyu Peng, Jiaming Zhang, Rainer Stiefelhagen

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 documents, focusing on basic instance detection and often failing to capture the nuanced spatial and logical relations between instances. These limitations hinder DLA-based models from achieving a gradually deeper comprehension akin to human reading. In this work, we propose a novel graph-based Document Structure Analysis (gDSA) task. This task requires that model not only detects document elements but also generates spatial and logical relations in form of a graph structure, allowing to understand documents in a holistic and intuitive manner. For this new task, we construct a relation graph-based document structure analysis dataset (GraphDoc) with 80K document images and 4.13M relation annotations, enabling training models to complete multiple tasks like reading order, hierarchical structures analysis, and complex inter-element relation inference. Furthermore, a document relation graph generator (DRGG) is proposed to address the gDSA task, which achieves performance with 57.6% at mAP$_g$@0.5 for a strong benchmark baseline on this novel task and dataset. We hope this graphical representation of document structure can mark an innovative advancement in document structure analysis and understanding. The new dataset and code will be made publicly available at https://yufanchen96.github.io/projects/GraphDoc.

📄 PDF Abstract BibTeX arXiv:2502.02501

Code (0)

등록된 구현이 없습니다.

Tasks

Document Layout AnalysisRelation

Similar Papers 제목 키워드 기반

Doc-GCN: Heterogeneous Graph Convolutional Networks for Document Layout Analysis

2022-08-22 · COLING 2022 10 · Siwen Luo, Yihao Ding, Siqu Long, Josiah Poon 외

Recognizing the layout of unstructured digital documents is crucial when parsing the documents into the structured, machine-readable format for downstream applications. Recent studies in Document Layout Analysis usually …

Component ClassificationDocument Layout Analysis

Neural Deepfake Detection with Factual Structure of Text

2020-10-15 · EMNLP 2020 11 · Wanjun Zhong, Duyu Tang, Zenan Xu, Ruize Wang 외

Deepfake detection, the task of automatically discriminating machine-generated text, is increasingly critical with recent advances in natural language generative models. Existing approaches to deepfake detection typicall…

DeepFake DetectionFace SwappingGraph Neural NetworkSentence

Rethinking Table Recognition using Graph Neural Networks

2019-05-31 · Shah Rukh Qasim, Hassan Mahmood, Faisal Shafait

Document structure analysis, such as zone segmentation and table recognition, is a complex problem in document processing and is an active area of research. The recent success of deep learning in solving various computer…

Dataset GenerationTable Recognition

A Graphical Approach to Document Layout Analysis

2023-08-03 · Jilin Wang, Michael Krumdick, Baojia Tong, Hamima Halim 외

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 enabl…

Document Layout AnalysisGraph Neural Network

Heterogeneous Graph Neural Networks for Extractive Document Summarization

2020-04-26 · ACL 2020 6 · Danqing Wang, PengFei Liu, Yining Zheng, Xipeng Qiu 외

As a crucial step in extractive document summarization, learning cross-sentence relations has been explored by a plethora of approaches. An intuitive way is to put them in the graph-based neural network, which has a more…

Document SummarizationExtractive Document SummarizationExtractive SummarizationExtractive Text Summarization+1