提出分层并行解析,文档处理速度提升三倍以上。
HPD-Parsing: Hierarchical Parallel Document Parsing

- 分层并行解码:布局全局分析,内容块并行处理。
- 每秒生成4752个词元,速度是最快模型的2.62倍。
- 适合需要高效文档解析的应用场景,如企业自动化。
高效协作通常结合全局协调与并行执行,这一原则尚未在统一视觉语言模型(VLM)文档解析器中充分体现。现有统一解析器虽整体处理整页,但通过单一词元逐个自回归生成,造成随文档长度增长的串行瓶颈。这种全页串行生成忽略了文档解析的关键特性:布局需全局分析,而块内内容可并行解析。基于此,我们提出HPD-Parsing,以分层并行解码取代全页自回归生成。主布局分支统筹文档结构,并动态将块级内容解码分配给并发分支;同时采用渐进式多词元预测(P-MTP),进一步减少各分支内的解码步数。在公开基准测试中,HPD-Parsing实现每秒4752个词元的吞吐量,相较现有最快模型提升2.62倍,较原始自回归基线提升3.06倍,同时保持优异的解析准确率。结果表明,分层并行解码是全页自回归生成的有效替代方案,为高效统一文档解析开辟新方向。
原文摘要 · Abstract (English)
Efficient teamwork typically combines global coordination with parallel execution, a principle not yet fully reflected in unified Vision-Language Model (VLM)-based document parsers. Existing unified parsers process an entire page jointly but generate its output through a single token-by-token autoregressive trajectory, creating a sequential bottleneck that grows with document length. Such full-page sequential generation overlooks a key property of document parsing: layout must be analyzed globally, whereas block content can be parsed in parallel. Based on this observation, we introduce HPD-Parsing, which replaces full-page autoregressive generation with a Hierarchical Parallel Decoding paradigm. A main layout branch organizes the overall document structure and dynamically assigns block-level content decoding to concurrent branches, while progressive multi-token prediction (P-MTP) further reduces the decoding steps within each branch. Experiments on public benchmarks show that HPD-Parsing achieves 4,752 tokens per second, delivering $2.62\times$ the throughput of the fastest existing document parsing model and $3.06\times$ that of the vanilla autoregressive baseline, while maintaining competitive parsing accuracy. These results establish hierarchical parallel decoding as an effective alternative to full-page autoregressive generation, opening a new direction for efficient unified document parsing.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。