CVAICLLGJun 1, 2025

Infinity Parser: Layout Aware Reinforcement Learning for Scanned Document Parsing

arXiv:2506.03197v315 citationsh-index: 8Has Code
Originality Highly original
AI Analysis

This addresses the problem of error propagation and limited adaptability in Document AI for scanned document parsing, offering a robust solution with broad applicability.

The paper tackles the bottleneck of automated parsing of scanned documents by introducing layoutRL, an end-to-end reinforcement learning framework that optimizes layout-aware rewards, and achieves new state-of-the-art performance in accuracy and structural fidelity on English and Chinese benchmarks for tasks like OCR and reading order detection.

Automated parsing of scanned documents into richly structured, machine-readable formats remains a critical bottleneck in Document AI, as traditional multi-stage pipelines suffer from error propagation and limited adaptability to diverse layouts. We introduce layoutRL, an end-to-end reinforcement learning framework that trains models to be explicitly layout-aware by optimizing a composite reward of normalized edit distance, paragraph count accuracy, and reading order preservation. Leveraging our newly released dataset, Infinity-Doc-55K, which combines 55K high-fidelity synthetic scanned document parsing data with expert-filtered real-world documents, we instantiate layoutRL in a vision-language-model-based parser called Infinity-Parser. Evaluated on English and Chinese benchmarks for OCR, table and formula extraction, and reading order detection, Infinity-Parser achieves new state-of-the-art performance in both accuracy and structural fidelity, outpacing specialist pipelines and general-purpose vision-language models. We will publicly release our code and dataset to accelerate progress in robust document understanding.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes