CLOct 17, 2025

Infinity Parser: Layout Aware Reinforcement Learning for Scanned Document Parsing

arXiv:2510.15349v215 citationsh-index: 8Has Code
Originality Highly original
AI Analysis

This addresses the problem of poor generalization in document parsing for researchers and practitioners, representing a strong specific gain rather than a foundational breakthrough.

The paper tackles the challenge of parsing scanned documents into structured formats by introducing LayoutRL, a reinforcement learning framework with composite rewards, and the Infinity-Doc-400K dataset, resulting in Infinity-Parser achieving state-of-the-art performance across diverse benchmarks.

Document parsing from scanned images into structured formats remains a significant challenge due to its complexly intertwined elements such as text paragraphs, figures, formulas, and tables. Existing supervised fine-tuning methods often struggle to generalize across diverse document types, leading to poor performance, particularly on out-of-distribution data. This issue is further exacerbated by the limited availability of high-quality training data for layout-aware parsing tasks. To address these challenges, we introduce LayoutRL, a reinforcement learning framework that optimizes layout understanding through composite rewards integrating normalized edit distance, paragraph count accuracy, and reading order preservation. To support this training, we construct the Infinity-Doc-400K dataset, which we use to train Infinity-Parser, a vision-language model demonstrating robust generalization across various domains. Extensive evaluations on benchmarks including OmniDocBench, olmOCR-Bench, PubTabNet, and FinTabNet show that Infinity-Parser consistently achieves state-of-the-art performance across a broad range of document types, languages, and structural complexities, substantially outperforming both specialized document parsing systems and general-purpose vision-language models. We will release our code, dataset, and model to facilitate reproducible research in document parsing.

Foundations

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

Your Notes