English

HybriDLA: Hybrid Generation for Document Layout Analysis

Computer Vision and Pattern Recognition 2025-11-26 v1

Abstract

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, predetermined number of regions, this paradigm struggles with contemporary documents, which exhibit diverse element counts and increasingly complex layouts. To address challenges posed by modern documents, we present HybriDLA, a novel generative framework that unifies diffusion and autoregressive decoding within a single layer. The diffusion component iteratively refines bounding-box hypotheses, whereas the autoregressive component injects semantic and contextual awareness, enabling precise region prediction even in highly varied layouts. To further enhance detection quality, we design a multi-scale feature-fusion encoder that captures both fine-grained and high-level visual cues. This architecture elevates performance to 83.5% mean Average Precision (mAP). Extensive experiments on the DocLayNet and M6^6Doc benchmarks demonstrate that HybriDLA sets a state-of-the-art performance, outperforming previous approaches. All data and models will be made publicly available at https://yufanchen96.github.io/projects/HybriDLA.

Keywords

Cite

@article{arxiv.2511.19919,
  title  = {HybriDLA: Hybrid Generation for Document Layout Analysis},
  author = {Yufan Chen and Omar Moured and Ruiping Liu and Junwei Zheng and Kunyu Peng and Jiaming Zhang and Rainer Stiefelhagen},
  journal= {arXiv preprint arXiv:2511.19919},
  year   = {2025}
}

Comments

Accepted by AAAI 2026 (Oral). Project page at https://yufanchen96.github.io/projects/HybriDLA

R2 v1 2026-07-01T07:53:34.546Z