MinerU-Diffusion: Rethinking Document OCR as Inverse Rendering via Diffusion Decoding
Abstract
MinerU-Diffusion is a diffusion-based framework that replaces autoregressive decoding with parallel diffusion denoising for document OCR, improving robustness and decoding speed.
Optical character recognition (OCR) has evolved from line-level transcription to structured document parsing, requiring models to recover long-form sequences containing layout, tables, and formulas. Despite recent advances in vision-language models, most existing systems rely on autoregressive decoding, which introduces sequential latency and amplifies error propagation in long documents. In this work, we revisit document OCR from an inverse rendering perspective, arguing that left-to-right causal generation is an artifact of serialization rather than an intrinsic property of the task. Motivated by this insight, we propose MinerU-Diffusion, a unified diffusion-based framework that replaces autoregressive sequential decoding with parallel diffusion denoising under visual conditioning. MinerU-Diffusion employs a block-wise diffusion decoder and an uncertainty-driven curriculum learning strategy to enable stable training and efficient long-sequence inference. Extensive experiments demonstrate that MinerU-Diffusion consistently improves robustness while achieving up to 3.2x faster decoding compared to autoregressive baselines. Evaluations on the proposed Semantic Shuffle benchmark further confirm its reduced dependence on linguistic priors and stronger visual OCR capability.
Community
Proposes MinerU-Diffusion, a diffusion-based inverse-rendering OCR that replaces autoregressive decoding with parallel denoising for long documents, improving robustness and speeding inference.
Could you please update this video as the cover.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Youtu-Parsing: Perception, Structuring and Recognition via High-Parallelism Decoding (2026)
- Streaming-dLLM: Accelerating Diffusion LLMs via Suffix Pruning and Dynamic Decoding (2026)
- Efficient Document Parsing via Parallel Token Prediction (2026)
- Training-Free Acceleration for Document Parsing Vision-Language Model with Hierarchical Speculative Decoding (2026)
- GLM-OCR Technical Report (2026)
- Dolphin-v2: Universal Document Parsing via Scalable Anchor Prompting (2026)
- VidLaDA: Bidirectional Diffusion Large Language Models for Efficient Video Understanding (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
nice overview on arxivexplained https://arxivexplained.com/papers/mineru-diffusion-rethinking-document-ocr-as-inverse-rendering-via-diffusion-decoding framing ocr as inverse rendering is a bit of a mental shift but the results look pretty compelling on complex document layouts
Get this paper in your agent:
hf papers read 2603.22458 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash