paper-with-me

Papers

Cross-Domain Document Layout Analysis Using Document Style Guide

2022-01-24 · Xingjiao Wu, Luwei Xiao, Xiangcheng Du, Yingbin Zheng, Xin Li, Tianlong Ma, Cheng Jin, Liang He

The document layout analysis (DLA) aims to decompose document images into high-level semantic areas (i.e., figures, tables, texts, and background). Creating a DLA framework with strong generalization capabilities is a challenge due to document objects are diversity in layout, size, aspect ratio, texture, etc. Many researchers devoted this challenge by synthesizing data to build large training sets. However, the synthetic training data has different styles and erratic quality. Besides, there is a large gap between the source data and the target data. In this paper, we propose an unsupervised cross-domain DLA framework based on document style guidance. We integrated the document quality assessment and the document cross-domain analysis into a unified framework. Our framework is composed of three components, Document Layout Generator (GLD), Document Elements Decorator(GED), and Document Style Discriminator(DSD). The GLD is used to document layout generates, the GED is used to document layout elements fill, and the DSD is used to document quality assessment and cross-domain guidance. First, we apply GLD to predict the positions of the generated document. Then, we design a novel algorithm based on aesthetic guidance to fill the document positions. Finally, we use contrastive learning to evaluate the quality assessment of the document. Besides, we design a new strategy to change the document quality assessment component into a document cross-domain style guide component. Our framework is an unsupervised document layout analysis framework. We have proved through numerous experiments that our proposed method has achieved remarkable performance.

📄 PDF Abstract BibTeX arXiv:2201.09407

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDocument Layout Analysis

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
DLA 설명 없음

Similar Papers 제목 키워드 기반

Diffusion-based Document Layout Generation

2023-03-19 · Liu He, Yijuan Lu, John Corring, Dinei Florencio 외

We develop a diffusion-based approach for various document layout sequence generation. Layout sequences specify the contents of a document design in an explicit format. Our novel diffusion-based approach works in the seq…

Layout Generation

SFDLA: Source-Free Document Layout Analysis

2025-03-24 · Sebastian Tewes, Yufan Chen, Omar Moured, Jiaming Zhang 외

Document Layout Analysis (DLA) is a fundamental task in document understanding. However, existing DLA and adaptation methods often require access to large-scale source data and target labels. This requirements severely l…

AvgDocument Layout Analysisdocument understanding

BaDLAD: A Large Multi-Domain Bengali Document Layout Analysis Dataset

2023-03-09 · Md. Istiak Hossain Shihab, Md. Rakibul Hasan, Mahfuzur Rahman Emon, Syed Mobassir Hossen 외

While strides have been made in deep learning based Bengali Optical Character Recognition (OCR) in the past decade, the absence of large Document Layout Analysis (DLA) datasets has hindered the application of OCR in docu…

BenchmarkingDeep LearningDocument Layout AnalysisOptical Character Recognition+1

PromptDLA: A Domain-aware Prompt Document Layout Analysis Framework with Descriptive Knowledge as a Cue

2026-03-10 · Zirui Zhang, Yaping Zhang, Lu Xiang, Yang Zhao 외 arxiv

Document Layout Analysis (DLA) is crucial for document artificial intelligence and has recently received increasing attention, resulting in an influx of large-scale public DLA datasets. Existing work often combines data …

Document Layout Analysis

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