paper-with-me

Papers

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, Qiyuan Zhu, Zecheng Xie, Jing Li, Kai Ding, Lianwen Jin

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 trained on these datasets may not generalize well to real-world scenarios. Therefore, this paper introduces a large and diverse document layout analysis dataset called M^6-Doc. The M^6 designation represents six properties: (1) Multi-Format (including scanned, photographed, and PDF documents); (2) Multi-Type (such as scientific articles, textbooks, books, test papers, magazines, newspapers, and notes); (3) Multi-Layout (rectangular, Manhattan, non-Manhattan, and multi-column Manhattan); (4) Multi-Language (Chinese and English); (5) Multi-Annotation Category (74 types of annotation labels with 237,116 annotation instances in 9,080 manually annotated pages); and (6) Modern documents. Additionally, we propose a transformer-based document layout analysis method called TransDLANet, which leverages an adaptive element matching mechanism that enables query embedding to better match ground truth to improve recall, and constructs a segmentation branch for more precise document image instance segmentation. We conduct a comprehensive evaluation of M^6-Doc with various layout analysis methods and demonstrate its effectiveness. TransDLANet achieves state-of-the-art performance on M^6-Doc with 64.5% mAP. The M^6-Doc dataset will be available at https://github.com/HCIILAB/M6Doc.

📄 PDF Abstract BibTeX

Code (1)

hciilab/m6doc 공식 구현

Tasks

ArticlesDocument Layout Analysisdocument understandingInstance SegmentationRetrievalSemantic Segmentation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Adaptive Block-Scaled Data Types

2026-03-30 · Jack Cook, Hyemin S. Lee, Kathryn Le, Junxian Guo 외 arxiv

NVFP4 has grown increasingly popular as a 4-bit format for quantizing large language models due to its hardware support and its ability to retain useful information with relatively few bits per parameter. However, the fo…

UniKG: A Benchmark and Universal Embedding for Large-Scale Knowledge Graphs

2023-09-11 · Yide Qiu, Shaoxiang Ling, Tong Zhang, Bo Huang 외

Irregular data in real-world are usually organized as heterogeneous graphs (HGs) consisting of multiple types of nodes and edges. To explore useful knowledge from real-world data, both the large-scale encyclopedic HG dat…

AttributeGraph LearningGraph Representation LearningKnowledge Graphs+2

Multi-Scale Grouped Prototypes for Interpretable Semantic Segmentation

2024-09-14 · Hugo Porta, Emanuele Dalsasso, Diego Marcos, Devis Tuia

Prototypical part learning is emerging as a promising approach for making semantic segmentation interpretable. The model selects real patches seen during training as prototypes and constructs the dense prediction map bas…

SegmentationSemantic Segmentation

IFCNN: A General Image Fusion Framework Based on Convolutional Neural Network

2020-02-01 · Information Fusion 2020 2 · Yu Zhang; Yu Liu; Peng Sun; Han Yan; Xiaolin Zhao; Li Zhang

In this paper, we propose a general image fusion framework based on the convolutional neural network, named as IFCNN. Inspired by the transform-domain image fusion algorithms, we firstly utilize two convolutional layers …

Predicting building types and functions at transnational scale

2024-09-15 · Jonas Fill, Michael Eichelbeck, Michael Ebner

Building-specific knowledge such as building type and function information is important for numerous energy applications. However, comprehensive datasets containing this information for individual households are missing …

Graph Neural Network