arXiv:2503.17213cs.CVcs.AI2025-03被引 27

PP-DocLayout可高效识别23类文档布局,适合大规模数据构建。

PP-DocLayout: A Unified Document Layout Detection Model to Accelerate Large-Scale Data Construction

  • 统一模型支持23类布局元素检测,适配多种文档格式。
  • 最高精度达90.4% [email protected],单页推理仅13.4毫秒。
  • 提供大中小三版本,兼顾精度与实时性,适合部署到不同场景。

文档版面分析是文档智能的关键预处理步骤,用于检测和定位标题、文本块、表格、公式等结构元素。尽管重要,现有布局检测模型在跨文档类型泛化、复杂版面处理及大规模数据实时处理方面仍面临挑战。为此,我们提出PP-DocLayout,可在多样文档格式中高精度、高效率识别23类版面区域。针对不同需求,提供三个不同规模的模型:PP-DocLayout-L基于RT-DETR-L检测器,实现90.4% [email protected],T4 GPU上单页端到端推理时间为13.4毫秒;PP-DocLayout-M为平衡型模型,达到75.2% [email protected],T4 GPU上推理时间12.7毫秒;PP-DocLayout-S专为资源受限环境和实时应用设计,T4 GPU上推理时间8.1毫秒,CPU上为14.5毫秒。该工作不仅推动了文档版面分析的前沿进展,也为高质量训练数据构建提供了可靠方案,助力文档智能与多模态AI系统发展。代码与模型见https://github.com/PaddlePaddle/PaddleX。

原文摘要 · Abstract (English)

Document layout analysis is a critical preprocessing step in document intelligence, enabling the detection and localization of structural elements such as titles, text blocks, tables, and formulas. Despite its importance, existing layout detection models face significant challenges in generalizing across diverse document types, handling complex layouts, and achieving real-time performance for large-scale data processing. To address these limitations, we present PP-DocLayout, which achieves high precision and efficiency in recognizing 23 types of layout regions across diverse document formats. To meet different needs, we offer three models of varying scales. PP-DocLayout-L is a high-precision model based on the RT-DETR-L detector, achieving 90.4% [email protected] and an end-to-end inference time of 13.4 ms per page on a T4 GPU. PP-DocLayout-M is a balanced model, offering 75.2% [email protected] with an inference time of 12.7 ms per page on a T4 GPU. PP-DocLayout-S is a high-efficiency model designed for resource-constrained environments and real-time applications, with an inference time of 8.1 ms per page on a T4 GPU and 14.5 ms on a CPU. This work not only advances the state of the art in document layout analysis but also provides a robust solution for constructing high-quality training data, enabling advancements in document intelligence and multimodal AI systems. Code and models are available at https://github.com/PaddlePaddle/PaddleX .

文档分析版面检测高效推理数据构建

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。