Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Training-Free Acceleration for Document Parsing Vision-Language Model with Hierarchical Speculative Decoding

About

Document parsing is a fundamental task in multimodal understanding, supporting a wide range of downstream applications such as information extraction and intelligent document analysis. Benefiting from strong semantic modeling and robust generalization, VLM-based end-to-end approaches have emerged as the mainstream paradigm in recent years. However, these models often suffer from substantial inference latency, as they must auto-regressively generate long token sequences when processing long-form documents. In this work, motivated by the extremely long outputs and complex layout structures commonly found in document parsing, we propose a training-free and highly efficient acceleration method. Inspired by speculative decoding, we employ a lightweight document parsing pipeline as a draft model to predict batches of future tokens, while the more accurate VLM verifies these draft predictions in parallel. Moreover, we further exploit the layout-structured nature of documents by partitioning each page into independent regions, enabling parallel decoding of each region using the same draft-verify strategy. The final predictions are then assembled according to the natural reading order. Experimental results demonstrate the effectiveness of our approach: on the general-purpose OmniDocBench, our method provides a 2.42x lossless acceleration for the dots.ocr model, and achieves up to 4.89x acceleration on long-document parsing tasks. We will release our code to facilitate reproducibility and future research.

Wenhui Liao, Hongliang Li, Pengyu Xie, Xinyu Cai, Yufan Shen, Yi Xin, Qi Qin, Shenglong Ye, Tianbin Li, Ming Hu, Junjun He, Yihao Liu, Wenhai Wang, Min Dou, Bin Fu, Botian Shi, Yu Qiao, Lianwen Jin• 2026

Related benchmarks

TaskDatasetResultRank
Document ParsingOmniDocBench v1.5
AAL1.96
6
Document ParsingOcean-OCR-Bench v1 (test)
AAL (Overall)7.88
3
Document Processing AccelerationolmOCR-Bench long documents filtered > 8192 tokens
AAL4.08
2
Speculative Decoding AccelerationOmniDocBench > 8192 tokens v1.5
AAL (Overall)4.98
2
Showing 4 of 4 rows

Other info

Follow for update