paper-with-me

홈 › Papers

DocLayNet: A Large Human-Annotated Dataset for Document-Layout Analysis

2022-06-02 · Birgit Pfitzmann, Christoph Auer, Michele Dolfi, Ahmed S Nassar, Peter W J Staar

Accurate document layout analysis is a key requirement for high-quality PDF document conversion. With the recent availability of public, large ground-truth datasets such as PubLayNet and DocBank, deep-learning models have proven to be very effective at layout detection and segmentation. While these datasets are of adequate size to train such models, they severely lack in layout variability since they are sourced from scientific article repositories such as PubMed and arXiv only. Consequently, the accuracy of the layout segmentation drops significantly when these models are applied on more challenging and diverse layouts. In this paper, we present \textit{DocLayNet}, a new, publicly available, document-layout annotation dataset in COCO format. It contains 80863 manually annotated pages from diverse data sources to represent a wide variability in layouts. For each PDF page, the layout annotations provide labelled bounding-boxes with a choice of 11 distinct classes. DocLayNet also provides a subset of double- and triple-annotated pages to determine the inter-annotator agreement. In multiple experiments, we provide baseline accuracy scores (in mAP) for a set of popular object detection models. We also demonstrate that these models fall approximately 10\% behind the inter-annotator agreement. Furthermore, we provide evidence that DocLayNet is of sufficient size. Lastly, we compare models trained on PubLayNet, DocBank and DocLayNet, showing that layout predictions of the DocLayNet-trained models are more robust and thus the preferred choice for general-purpose document-layout analysis.

📄 PDF Abstract BibTeX arXiv:2206.01062

Code (4)

DS4SD/DocLayNet
DS4SD/docling pytorch
docling-project/docling
ds4sd/quackling

Tasks

Document Layout AnalysisObject Detection

Similar Papers 제목 키워드 기반

IndicDLP: A Foundational Dataset for Multi-Lingual and Multi-Domain Document Layout Parsing

2025-12-23 · Oikantik Nath, Sahithi Kukkala, Mitesh Khapra, Ravi Kiran Sarvadevabhatla arxiv

Document layout analysis is essential for downstream tasks such as information retrieval, extraction, OCR, and digitization. However, existing large-scale datasets like PubLayNet and DocBank lack fine-grained region labe…

Document Layout AnalysisInformation Retrieval

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

RanLayNet: A Dataset for Document Layout Detection used for Domain Adaptation and Generalization

2024-04-15 · Avinash Anand, Raj Jaiswal, Mohit Gupta, Siddhesh S Bangar 외

Large ground-truth datasets and recent advances in deep learning techniques have been useful for layout detection. However, because of the restricted layout diversity of these datasets, training on them requires a sizabl…

Domain Adaptation

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

FRAGMENT: Factorized Graph Representations for Document Generation and Editing via Entity-Aware Transformations

2026-08-19 · Ayoub El Bouchtili, Guilhaume Leroy-Meline arxiv

Structured documents such as invoices, forms, reports, and scientific articles derive meaning from the interplay between spatial layout, textual content, and logical structure. Generative models operating at the pixel or…

Graph Generation