paper-with-me

홈 › Papers

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, and headings. The approach employs an advanced Transformer-based object detection network as an innovative graphical page object detector for identifying tables, figures, and displayed elements. We introduce a query encoding mechanism to provide high-quality object queries for contrastive learning, enhancing efficiency in the decoder phase. We also present a hybrid matching scheme that integrates the decoder's original one-to-one matching strategy with the one-to-many matching strategy during the training phase. This approach aims to improve the model's accuracy and versatility in detecting various graphical elements on a page. Our experiments on PubLayNet, DocLayNet, and PubTables benchmarks show that our approach outperforms current state-of-the-art methods. It achieves an average precision of 97.3% on PubLayNet, 81.6% on DocLayNet, and 98.6 on PubTables, demonstrating its superior performance in layout analysis. These advancements not only enhance the conversion of document images into editable and accessible formats but also streamline information retrieval and data extraction processes.

📄 PDF Abstract BibTeX arXiv:2404.17888

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDecoderDocument Layout AnalysisInformation RetrievalObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

HybriDLA: Hybrid Generation for Document Layout Analysis

2025-11-25 · Yufan Chen, Omar Moured, Ruiping Liu, Junwei Zheng 외 arxiv

Conventional document layout analysis (DLA) traditionally depends on empirical priors or a fixed set of learnable queries executed in a single forward pass. While sufficient for early-generation documents with a small, p…

Document Layout Analysis

S2 Chunking: A Hybrid Framework for Document Segmentation Through Integrated Spatial and Semantic Analysis

2025-01-08 · Prashant Verma

Document chunking is a critical task in natural language processing (NLP) that involves dividing a document into meaningful segments. Traditional methods often rely solely on semantic analysis, ignoring the spatial layou…

ArticlesChunking

Parameter-free Geometric Document Layout Analysis

2001-11-01 · IEEE Transactions on Pattern Analysis and Machine Intelligence 2001 11 · Seong-Whan Lee, Senior Member, IEEE, and Dae-Seok Ryu

Automatic transformation of paper documents into electronic documents requires geometric document layout analysis at the first stage. However, variations in character font sizes, text line spacing, and document layout st…

AttributeDocument Layout AnalysisTexture Classification

PubLayNet: largest dataset ever for document layout analysis

2019-08-16 · Xu Zhong, Jianbin Tang, Antonio Jimeno Yepes

Recognizing the layout of unstructured digital documents is an important step when parsing the documents into structured machine-readable format for downstream applications. Deep neural networks that are developed for co…

ArticlesDocument Layout AnalysisTransfer Learning

DocSynth: A Layout Guided Approach for Controllable Document Image Synthesis

2021-07-06 · Sanket Biswas, Pau Riba, Josep Lladós, Umapada Pal

Despite significant progress on current state-of-the-art image generation models, synthesis of document images containing multiple and complex object layouts is a challenging task. This paper presents a novel approach, c…

Document Layout AnalysisImage Generation