paper-with-me

Papers

Parser-Oriented Structural Refinement for a Stable Layout Interface in Document Parsing

2026-04-03 · Fuyuan Liu, Dianyu Yu, He Ren, Nayu Liu, Xiaomian Kang, Delai Qiu, Fa Zhang, Genpeng Zhen, Shengping Liu, Jiaen Liang, Wei Huang, Yining Wang, Junnan Zhu arxiv

Accurate document parsing requires both robust content recognition and a stable parser interface. In explicit Document Layout Analysis (DLA) pipelines, downstream parsers do not consume the full detector output. Instead, they operate on a retained and serialized set of layout instances. However, on dense pages with overlapping regions and ambiguous boundaries, unstable layout hypotheses can make the retained instance set inconsistent with its parser input order, leading to severe downstream parsing errors. To address this issue, we introduce a lightweight structural refinement stage between a DETR-style detector and the parser to stabilize the parser interface. Treating raw detector outputs as a compact hypothesis pool, the proposed module performs set-level reasoning over query features, semantic cues, box geometry, and visual evidence. From a shared refined structural state, it jointly determines instance retention, refines box localization, and predicts parser input order before handoff. We further introduce retention-oriented supervision and a difficulty-aware ordering objective to better align the retained instance set and its order with the final parser input, especially on structurally complex pages. Extensive experiments on public benchmarks show that our method consistently improves page-level layout quality. When integrated into a standard end-to-end parsing pipeline, the stabilized parser interface also substantially reduces sequence mismatch, achieving a Reading Order Edit of 0.024 on OmniDocBench.

📄 PDF Abstract BibTeX arXiv:2604.02692

Code (0)

등록된 구현이 없습니다.

Tasks

Document Layout Analysis

Similar Papers 제목 키워드 기반

Infinity Parser: Layout Aware Reinforcement Learning for Scanned Document Parsing

2025-06-01 · Baode Wang, Biao Wu, Weizhen Li, Meng Fang 외

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

Document AIdocument understandingLanguage ModelingLanguage Modelling+4

BabelDOC: Better Layout-Preserving PDF Translation via Intermediate Representation

2026-05-11 · Qi Yang, Xiangyao Ma, Xiao Wang, Hao Wang 외 arxiv

As global cross-lingual communication intensifies, language barriers in visually rich documents such as PDFs remain a practical bottleneck. Existing document translation pipelines face a tension between linguistic proces…

Infinity Parser: Layout Aware Reinforcement Learning for Scanned Document Parsing

2025-10-17 · Baode Wang, Biao Wu, Weizhen Li, Meng Fang 외 arxiv

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

Reinforcement Learning

LooseControlVideo: Directorial Video Control using Spatial Blocking

2026-06-17 · Shariq Farooq Bhat, Niloy J. Mitra, Kalyan Sunkavalli arxiv

Precise 3D spatial orchestration in text-to-video generation remains a significant challenge, particularly for multi-object scenes where semantic layout and temporal dynamics are often entangled. While existing depth-con…

Text-to-Video Generation

LayoutParser: A Unified Toolkit for Deep Learning Based Document Image Analysis

2021-03-29 · Zejiang Shen, Ruochen Zhang, Melissa Dell, Benjamin Charles Germain Lee 외

Recent advances in document image analysis (DIA) have been primarily driven by the application of neural networks. Ideally, research outcomes could be easily deployed in production and extended for further investigation.…

Deep Learning