CVLGJun 2, 2022

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

arXiv:2206.01062v1193 citationsh-index: 54
Originality Synthesis-oriented
AI Analysis

This addresses the need for more diverse training data to enhance accuracy in general-purpose document-layout analysis, though it is incremental as it builds on prior datasets like PubLayNet and DocBank.

The paper tackles the problem of limited layout variability in existing datasets for document-layout analysis by introducing DocLayNet, a large human-annotated dataset with 80,863 pages from diverse sources, which improves model robustness and shows baseline accuracy scores (mAP) and a 10% gap behind inter-annotator agreement.

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.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes