PaDoc: Layout-Grounded Parallel Decoding for Document Parsing
Summary
PaDoc introduces a layout-grounded parallel decoding method for end-to-end document parsers, decoupling layout and content decoding to reduce decoding depth and improve throughput. It achieves state-of-the-art results on OmniDocBenchFull and significantly speeds up inference compared to sequential baselines.
View Cached Full Text
Cached at: 08/07/26, 05:55 AM
Paper page - PaDoc: Layout-Grounded Parallel Decoding for Document Parsing
Source: https://huggingface.co/papers/2608.06146 Published on Aug 6
·
Submitted byhttps://huggingface.co/Longin-Yu
Hao Yuon Aug 7
Authors:
,
,
,
,
,
,
,
,
,
Abstract
End-to-enddocumentparsersprovideaunifiedinterface,butserializepagelayoutsandregionalcontentsintooneautoregressivesequence.Thisformulationforcesindependentregionsontoadecodingpathwhoselengthgrowswiththetotalcontent,whereascrop-basedtwo-stageparsersexposeregion-levelparallelismatthecostofrepeatedvisualprefillsandfragmentedpagecontext.Toretainfull-pagecontextwhileremovingdependencies,weproposePaDoc,alayout-groundedparserthattreatsthepredictedlayoutasabranchingstructureoverasharedpagerepresentation.Underaregion-sufficiencyassumption,wederiveaprefix-conditionedfactorizationinwhichthelayoutstreamandregionalcontentbranchesadvanceconcurrently,reducingthedecodingdepthtothelongestlayout-contentpath.WerealizethisfactorizationwithinasingleMLLM:packedvariable-lengthancestorattentionpreservesthevisibilityunderstandardnext-tokentraining,whilemaskedparalleldecodingcreatesbranchesthattheevaluatedvLLMbackendservesasconcurrentrequestswithcache-residentshared-prefixreuse.OnOmniDocBenchFull,PaDocattainsanOveralllayoutF1of91.1and,amongend-to-endparsers,atop-tierOverallscoreof94.24togetherwiththebestTextEdit(0.038)andFormulaCDM(95.59).Ona384-pagesubsetandoneA800GPU,itisthefastestend-to-endparseratfiveconcurrencylevels,improvingvalid-pagethroughputby67.4-118%andreducingP95latencyby39.2-54.9%relativetoasame-backboneSequentialSFTbaseline.Codeisavailableathttps://github.com/Longin-Yu/Padoc
View arXiv pageView PDFGitHub2Add to collection
Get this paper in your agent:
hf papers read 2608\.06146
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.06146 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.06146 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.06146 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
HPD-Parsing: Hierarchical Parallel Document Parsing
HPD-Parsing introduces a hierarchical parallel decoding paradigm for VLM-based document parsing, replacing full-page autoregressive generation to achieve 4,752 tokens per second throughput (2.62x faster than prior models) while maintaining competitive accuracy.
dots.ocr: Multilingual Document Layout Parsing in a Single Vision-Language Model
This paper presents dots.ocr, a unified Vision-Language Model that jointly learns layout detection, text recognition, and relational understanding for multilingual document layout parsing. It achieves state-of-the-art results on OmniDocBench and introduces the XDocParse benchmark spanning 126 languages.
PaddleOCR-VL-1.6: Expanding the Frontier of Document Parsing with Under-Optimized Region Refinement and Progressive Post-Training
PaddleOCR-VL-1.6 improves document parsing by identifying and refining under-optimized regions via targeted data optimization and progressive post-training, achieving state-of-the-art 96.33% on OmniDocBench v1.6.
@jerryjliu0: Fully solving document parsing includes covering every point on the Pareto curve of accuracy, cost, and latency: High-a…
Jerry Liu presents a framework for document parsing across accuracy, cost, and latency tradeoffs, introducing LiteParse as an open-source, low-latency parsing tool for AI agent loops, along with LlamaParse for high-accuracy modes.
@jerryjliu0: LiteParse, our OSS document parser, is really good at parsing complex PDF layouts, text, and tables into a clean spatia…
LiteParse is an open-source, heuristic-based PDF parser that quickly converts complex layouts, text, and tables into a clean spatial grid without relying on ML models.