paper-with-me

Papers

Efficient Document Parsing via Parallel Token Prediction

2026-03-16 · Lei Li, Ze Zhao, Meng Li, Zhongwang Lun, Yi Yuan, Xingjing Lu, Zheng Wei, Jiang Bian, Zang Li 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 limiting parsing speed. In this paper, we propose Parallel-Token Prediction (PTP), a plugable, model-agnostic and simple-yet-effective method that enables VLMs to generate multiple future tokens in parallel with improved sample efficiency. Specifically, we insert some learnable tokens into the input sequence and design corresponding training objectives to equip the model with parallel decoding capabilities for document parsing. Furthermore, to support effective training, we develop a comprehensive data generation pipeline that efficiently produces large-scale, high-quality document parsing training data for VLMs. Extensive experiments on OmniDocBench and olmOCR-bench demonstrate that our method not only significantly improves decoding speed (1.6x-2.2x) but also reduces model hallucinations and exhibits strong generalization abilities.

📄 PDF Abstract BibTeX arXiv:2603.15206

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HPD-Parsing: Hierarchical Parallel Document Parsing

2026-07-21 · Shu Wei, Jingjing Wu, Lingshu Zhang, Qunyi Xie 외 hf

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 en…

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

AdaParse: An Adaptive Parallel PDF Parsing and Resource Scaling Engine

2025-04-23 · Carlo Siebenschuh, Kyle Hippe, Ozan Gokdemir, Alexander Brace 외

Language models for scientific tasks are trained on text from scientific publications, most distributed as PDFs that require parsing. PDF parsing approaches range from inexpensive heuristics (for simple documents) to com…

P-MTP: Efficient Document Parsing via Multi-Token Prediction with Progressive Depth Scaling

2026-06-23 · Le Xiang, Chenxi Zhai, Shu Wei, Jingjing Wu 외 arxiv

Vision-Language Models (VLMs) have revolutionized document parsing by enabling end-to-end mapping from images to structured text, imposing a significant latency bottleneck, particularly for token-dense documents. While M…

Dolphin-v2: Universal Document Parsing via Scalable Anchor Prompting

2026-02-05 · Hao Feng, Wei Shi, Ke Zhang, Xiang Fei 외 arxiv

Document parsing has garnered widespread attention as vision-language models (VLMs) advance OCR capabilities. However, the field remains fragmented across dozens of specialized models with varying strengths, forcing user…

Attribute Extraction