HPD-Parsing: Hierarchical Parallel Document Parsing这篇论文提出一种新解码范式——分层并行解码(Hierarchical Parallel Decoding, HPD),解决 unified VLM 文档解析器"整页单条自回归生成"造成的序列瓶颈。做法是:主版面分支(layout branch)串行协调全局结构与阅读序,遇到路由 token <FORK> 时 fork 出并发的内容分支(content branch)解码各区域,分支内再叠加 P-MTP 推测解码。核心结论是 1B 模型达到 4,752 TPS,是最快现有文档解析模型的 2.62×、vani