Hugging Face Daily PapersHao Yu, Kang Liu, Linnan Zhao1 min readpaperadvanced
WeVisDoc: From Coverage to Capability for Robust End-to-End Document Parsing
Summary
WeVisDoc introduces a two‑stage data‑centric pipeline for end‑to‑end document parsing. Stage I expands coverage using heterogeneous data and structure‑preserving degradations. Stage II probes the Stage I model with a held‑out set, clusters residual errors, and directs targeted data creation and token‑budget reallocation. The 4‑billion‑parameter model reaches 95.38 Overall on OmniDocBench v1.6 and…
- Coverage‑only data expansion leaves systematic blind spots; probing with a fixed visual‑structural split surfaces them.
- Targeted data synthesis guided by error clusters yields measurable gains, especially on degraded documents.
- A modest token‑budget reallocation (focusing on under‑represented token types) improves large‑scale parsers without changing architecture.
Document parsing under real‑world conditions (varied layouts, scans, noise) is a bottleneck for downstream automation. WeVisDoc shows that a disciplined, data‑centric feedback loop can close the gap between benchmark performance and field robustness, offering a repeatable recipe for other vision‑ML…
7/10


