ACL · 2026
MinerU2.5: A Decoupled Vision-Language Model for Efficient High-Resolution Document Parsing
Key takeaway
MinerU2.5 decouples low-resolution layout analysis from native-resolution content recognition, preserving document detail while reducing high-resolution processing costs. arXiv abstract · v2
Abstract
We introduce MinerU2.5, a 1.2B-parameter document parsing vision-language model that achieves state-of-the-art recognition accuracy while maintaining exceptional computational efficiency. Our approach employs a coarse-to-fine, two-stage parsing strategy that decouples global layout analysis from local content recognition. In the first stage, the model performs efficient layout analysis on downsampled images to identify structural elements, circumventing the computational overhead of processing high-resolution inputs. In the second stage, guided by the global layout, it performs targeted content recognition on native-resolution crops extracted from the original image, preserving fine-grained details in dense text, complex formulas, and tables. To support this strategy, we developed a comprehensive data engine that generates diverse, large-scale training corpora for both pretraining and fine-tuning. Ultimately, MinerU2.5 demonstrates strong document parsing ability, achieving state-of-the-art performance on multiple benchmarks, surpassing both general-purpose and domain-specific models across various recognition tasks, while maintaining significantly lower computational overhead.
Author abstract · arXiv abstract · v2
Publication
Association for Computational Linguistics (ACL), Industry Track, 2026
Paper and resources
Research topics
MinerU2.5 · Document parsing · Layout analysis · High-resolution documents · OCR · Formula recognition · Table recognition · Coarse-to-fine inference · Vision-language models
Research problem and approach
Dense text, formulas and tables require high-resolution inputs, but processing an entire page at native resolution is expensive. MinerU2.5 first locates page elements, then recognizes their original-resolution crops. arXiv abstract · v2
Main contributions
- Introduces a 1.2B-parameter document-parsing model with a coarse-to-fine two-stage architecture. arXiv abstract · v2
- Builds a data engine for diverse pretraining and fine-tuning corpora. arXiv abstract · v2
Method comparison
| Approach | Key difference |
|---|---|
| Whole-page high-resolution processing | Processes dense page content at high resolution with substantial computational cost. |
| MinerU2.5 | Separates low-resolution layout localization from native-resolution recognition of selected crops. |
Selected results
- On OmniDocBench, the 1.2B-parameter MinerU2.5 reaches an overall score of 90.67, compared with 88.85 for MonkeyOCR-pro-3B and 88.41 for dots.ocr. Its formula CDM is 88.46 and table TEDS is 88.22. Table 5 · document parsing on OmniDocBench · arXiv v2
- With vLLM, MinerU2.5 processes 2.12 pages per second on an A100 80 GB GPU and 4.47 on an H200 141 GB GPU. The reported token throughputs are 2,337.25 and 4,938.31 tokens per second, respectively; speed depends on the hardware and inference setup. Table 3 · measured inference throughput · arXiv v2
Cite this paper
Junbo Niu, Zheng Liu, Zhuangcheng Gu, Bin Wang, Linke Ouyang, Zhiyuan Zhao, Tao Chu, Tianyao He, Fan Wu, Qintong Zhang, Zhenjiang Jin, Guang Liang, Rui Zhang, Wenzheng Zhang, Yuan Qu, Zhifei Ren, Yuefeng Sun, Zirui Tang, Boyu Niu, Yuanhong Zheng, Dongsheng Ma, Ziyang Miao, Hejun Dong, Siyi Qian, Junyuan Zhang, Fangdong Wang, Jingzhou Chen, Xiaomeng Zhao, Liqun Wei, Wei Li, Shasha Wang, Ruiliang Xu, Yuanyuan Cao, Lu Chen, Qianqian Wu, Huaiyu Gu, Lindong Lu, Dechen Lin, Guanlin Shen, Xuanhe Zhou, Linfeng Zhang, Yuhang Zang, Xiaoyi Dong, Jiaqi Wang, Bo Zhang, Lei Bai, Pei Chu, Weijia Li, Jiang Wu, Lijun Wu, Zhenxiang Li, Guangyu Wang, Zhongying Tu, Chao Xu, Kai Chen, Bowen Zhou, Dahua Lin, Wentao Zhang, Conghui He. MinerU2.5: A Decoupled Vision-Language Model for Efficient High-Resolution Document Parsing. Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 6: Industry Track), 2026, pp. 13–42.
This citation uses the author list of the published version.
@inproceedings{arxiv250922186,
title = {{MinerU2.5: A Decoupled Vision-Language Model for Efficient High-Resolution Document Parsing}},
author = {Junbo Niu and Zheng Liu and Zhuangcheng Gu and Bin Wang and Linke Ouyang and Zhiyuan Zhao and Tao Chu and Tianyao He and Fan Wu and Qintong Zhang and Zhenjiang Jin and Guang Liang and Rui Zhang and Wenzheng Zhang and Yuan Qu and Zhifei Ren and Yuefeng Sun and Zirui Tang and Boyu Niu and Yuanhong Zheng and Dongsheng Ma and Ziyang Miao and Hejun Dong and Siyi Qian and Junyuan Zhang and Fangdong Wang and Jingzhou Chen and Xiaomeng Zhao and Liqun Wei and Wei Li and Shasha Wang and Ruiliang Xu and Yuanyuan Cao and Lu Chen and Qianqian Wu and Huaiyu Gu and Lindong Lu and Dechen Lin and Guanlin Shen and Xuanhe Zhou and Linfeng Zhang and Yuhang Zang and Xiaoyi Dong and Jiaqi Wang and Bo Zhang and Lei Bai and Pei Chu and Weijia Li and Jiang Wu and Lijun Wu and Zhenxiang Li and Guangyu Wang and Zhongying Tu and Chao Xu and Kai Chen and Bowen Zhou and Dahua Lin and Wentao Zhang and Conghui He},
booktitle = {Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 6: Industry Track)},
month = {July},
year = {2026},
publisher = {Association for Computational Linguistics},
pages = {13--42},
doi = {10.18653/v1/2026.acl-industry.3},
url = {https://aclanthology.org/2026.acl-industry.3/}
}