paper-with-me

Papers

LLM-Guided Probabilistic Fusion for Label-Efficient Document Layout Analysis

2025-11-12 · Ibne Farabi Shihab, Sanjeda Akter, Anuj Sharma arxiv

Document layout understanding remains data-intensive despite advances in semi-supervised learning. We present a framework that enhances semi-supervised detection by fusing visual predictions with structural priors from text-pretrained LLMs via principled probabilistic weighting. Given unlabeled documents, an OCR-LLM pipeline infers hierarchical regions which are combined with teacher detector outputs through inverse-variance fusion to generate refined pseudo-labels.Our method demonstrates consistent gains across model scales. With a lightweight SwiftFormer backbone (26M params), we achieve 88.2$\pm$0.3 AP using only 5\% labels on PubLayNet. When applied to document-pretrained LayoutLMv3 (133M params), our fusion framework reaches 89.7$\pm$0.4 AP, surpassing both LayoutLMv3 with standard semi-supervised learning (89.1$\pm$0.4 AP, p=0.02) and matching UDOP~\cite{udop} (89.8 AP) which requires 100M+ pages of multimodal pretraining. This demonstrates that LLM structural priors are complementary to both lightweight and pretrained architectures. Key findings include: (1) learned instance-adaptive gating improves over fixed weights by +0.9 AP with data-dependent PAC bounds correctly predicting convergence; (2) open-source LLMs enable privacy-preserving deployment with minimal loss (Llama-3-70B: 87.1 AP lightweight, 89.4 AP with LayoutLMv3); (3) LLMs provide targeted semantic disambiguation (18.7\% of cases, +3.8 AP gain) beyond simple text heuristics.Total system cost includes \$12 for GPT-4o-mini API or 17 GPU-hours for local Llama-3-70B per 50K pages, amortized across training runs.

📄 PDF Abstract BibTeX arXiv:2511.08903

Code (0)

등록된 구현이 없습니다.

Tasks

Document Layout Analysis

Similar Papers 제목 키워드 기반

Document Layout Analysis with Aesthetic-Guided Image Augmentation

2021-11-27 · Tianlong Ma, Xingjiao Wu, Xin Li, Xiangcheng Du 외

Document layout analysis (DLA) plays an important role in information extraction and document understanding. At present, document layout analysis has reached a milestone achievement, however, document layout analysis of …

Document Layout Analysisdocument understandingImage AugmentationSegmentation

Cooling-Guide Diffusion Model for Battery Cell Arrangement

2024-03-14 · Nicholas Sung, Liu Zheng, Pingfeng Wang, Faez Ahmed

Our study introduces a Generative AI method that employs a cooling-guided diffusion model to optimize the layout of battery cells, a crucial step for enhancing the cooling performance and efficiency of battery thermal ma…

DenoisingManagementmodel

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

PARL: Position-Aware Relation Learning Network for Document Layout Analysis

2026-01-12 · Fuyuan Liu, Dianyu Yu, He Ren, Nayu Liu 외 arxiv

Document layout analysis aims to detect and categorize structural elements (e.g., titles, tables, figures) in scanned or digital documents. Popular methods often rely on high-quality Optical Character Recognition (OCR) t…

Document Layout Analysis

Visually Guided Generative Text-Layout Pre-training for Document Intelligence

2024-03-25 · Zhiming Mao, Haoli Bai, Lu Hou, Jiansheng Wei 외

Prior study shows that pre-training techniques can boost the performance of visual document understanding (VDU), which typically requires models to gain abilities to perceive and reason both document texts and layouts (e…

Document Classificationdocument understandingOptical Character Recognition (OCR)Question Answering