paper-with-me

Papers

HSD: Training-Free Acceleration for Document Parsing Vision-Language Models with Hierarchical Speculative Decoding

2026-02-13 · 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 arxiv

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 autoregressively generate long, full-page sequences when processing long-form documents. While recent hybrid methods mitigate this issue via region-level parallel decoding with VLMs, independent region decoding loses full-page context and might weaken global coherence. To address this issue, we propose Hierarchical Speculative Decoding (HSD), a two-stage local-to-global framework for document parsing. HSD first employs a lightweight pipeline drafter to predict region partitions and generate coarse drafts for each region. The first stage verifies the generated region-level drafts in parallel for efficiency, while the second stage further performs page-level verification on these refined outputs to preserve full-page coherence. Experimental results show that HSD achieves a near-lossless 2.7x speedup with HunyuanOCR on OmniDocBench v1.5 and up to 7.04x speedup on long-document parsing tasks, demonstrating the effectiveness of the proposed method. The code is available at https://github.com/whlscut/HSD.

📄 PDF Abstract BibTeX arXiv:2602.12957

Code (0)

등록된 구현이 없습니다.

Tasks

Information Extraction

Similar Papers 제목 키워드 기반

PaddleOCR 3.0 Technical Report

2025-07-08 · Cheng Cui, Ting Sun, Manhui Lin, Tingquan Gao 외

This technical report introduces PaddleOCR 3.0, an Apache-licensed open-source toolkit for OCR and document parsing. To address the growing demand for document understanding in the era of large language models, PaddleOCR…

document understandingKey Information ExtractionOptical Character Recognition (OCR)

Youtu-Parsing: Perception, Structuring and Recognition via High-Parallelism Decoding

2026-01-28 · Kun Yin, Yunfei Wu, Bing Liu, Zhongpeng Cai 외 arxiv

This paper presents Youtu-Parsing, an efficient and versatile document parsing model designed for high-performance content extraction. The architecture employs a native Vision Transformer (ViT) featuring a dynamic-resolu…

Table Recognition

Efficient Document Parsing via Parallel Token Prediction

2026-03-16 · Lei Li, Ze Zhao, Meng Li, Zhongwang Lun 외 arxiv

Document parsing, as a fundamental yet crucial vision task, is being revolutionized by vision-language models (VLMs). However, the autoregressive (AR) decoding inherent to VLMs creates a significant bottleneck, severely …

Document Parsing Unveiled: Techniques, Challenges, and Prospects for Structured Information Extraction

2024-10-28 · Qintong Zhang, Bin Wang, Victor Shea-Jay Huang, Junyuan Zhang 외

Document parsing is essential for converting unstructured and semi-structured documents such as contracts, academic papers, and invoices into structured, machine-readable data. Document parsing reliable structured data f…

Data IntegrationKnowledge Base Construction

Multimodal OCR: Parse Anything from Documents

2026-03-13 · Handong Zheng, Yumeng Li, Kaile Zhang, Liang Xin 외 arxiv

We present Multimodal OCR (MOCR), a document parsing paradigm that jointly parses text and graphics into unified textual representations. Unlike conventional OCR systems that focus on text recognition and leave graphical…