REVIEW 4 major objections 4 minor 19 references
VRD-IU: Lessons from Visually Rich Document Intelligence and Understanding
T0 review · 4 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read The VRD-IU competition shows that hierarchical decomposition and pretrained transformers set new benchmarks on form document extraction and localization.
desk verdict A legitimate competition report with real new data, but the 'new SOTA' claim is unsupported as written due to internal ranking contradictions and missing baselines. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The organizing mechanism is the two-track competition design over the Form-NLU dataset: Track A provides human-annotated semantic entity bounding boxes and asks models to retrieve the entity matching a query, scored by F1, while Track B gives only the form image and query and asks for predicted bounding boxes, scored by mean average precision. This design isolates the value of explicit structure information, and the gap between Track A and Track B scores quantifies the difficulty added by removing bounding-box annotations. The winning methods are the machinery that carries the lessons: hierarchical section decomposition with per-section LayoutLMv3 for extraction, and ensembles of YOLO and RT-DETR detectors with layout-specific post-editing for localization.
What would settle it
Re-running the submitted models on a fresh holdout set of Form-NLU forms with new templates and writing styles, then checking whether the private rankings and the claimed advantages of hierarchical decomposition and ensembles survive; if the top models' scores collapse or reorder, the benchmarks and insights are not stable.
Extended reading notes
Core claim
The central claim is that the VRD-IU competition produced new state-of-the-art performance on visually rich form understanding. On Track A, which supplies human-annotated semantic entity boxes and asks for entity retrieval, the top team reached 100 percent private F1 by segmenting forms into top, middle, and bottom sections and applying a fine-tuned LayoutLMv3 per section with heuristic post-processing. On Track B, which gives only the form image and query and requires predicted bounding boxes, the top team's ensemble of YOLO and RT-DETR detectors with layout-specific post-editing achieved 65.79 percent mean average precision, far below Track A scores, showing that localization without predefined boxes remains an open challenge. The paper further claims that these results validate pretrained multimodal transformers, hierarchical decomposition, data augmentation, and ensemble strategies as leading directions for complex form understanding.
Load-bearing premise
The rankings and lessons hinge on the private leaderboard scores being trustworthy measures of generalization, but the paper gives no evaluation protocol details and several teams' public scores are far higher than their private scores.
Editorial extensions
If this is right
- On Track A, hierarchical decomposition with per-section models reaches perfect private F1, indicating that segmenting forms into top, middle, and bottom sections plus heuristic post-processing can eliminate extraction errors on this benchmark.
- Fine-tuned pretrained transformers such as LayoutLMv3 outperform conventional models on structured form extraction, supporting continued investment in multimodal pretraining for document AI.
- Track B's best private mean average precision is 65.79 percent versus Track A's perfect score, showing that end-to-end key information localization from raw images remains substantially harder than extraction with provided boxes.
- Augmenting digital forms with synthetic handwritten effects improves robustness on handwritten documents, suggesting that document variability should be built into training pipelines and future datasets.
- Ensembles of object detectors with layout-specific post-editing deliver the top Track B result, indicating that combining diverse detection outputs can compensate for individual model errors in complex layouts.
Reading between the lines
- The large public-to-private score drops in Track A (for example, 80.09 public to 48.45 private for one team) suggest leaderboard overfitting, so the paper's insights about mid-tier teams should be read with caution; those rankings may not reflect true generalization.
- If Track B's mean average precision metric rewards exact bounding boxes over rough localization, a model that finds entities but misaligns boxes could underperform a more conservative model, and a per-entity error analysis would clarify what the scores really measure.
- The success of hierarchical decomposition on forms suggests a testable extension: applying the same top/middle/bottom segmentation to other structured documents such as receipts or invoices could show whether the insight generalizes beyond Form-NLU.
- Because the new-state-of-the-art claim rests entirely on private leaderboard scores, publicly releasing the test images and evaluation code would let others reproduce and verify the benchmark.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper reports the VRD-IU 2024 competition on visually rich document understanding, built on the Form-NLU dataset. It defines two tracks, Track A for entity-based key information extraction and Track B for end-to-end key information localization from raw document images, summarizes the approaches of the top-ranked participating teams, presents leaderboard tables with public and private scores, and distills five lessons about hierarchical decomposition, pretrained transformers, object detection, data augmentation, and ensembles. The central claim, stated in the abstract and introduction, is that the top-performing models set new benchmarks and achieve new state-of-the-art performance in VRDU.
Significance. If the reported results and rankings are reliable, the paper is a useful community resource: it documents a benchmark task on Form-NLU, collects externally evaluated solutions from more than 20 teams, and offers concrete qualitative insights about practical methods such as hierarchical layout decomposition, token classification, cross-encoder fusion, and augmentation for handwritten documents. The scores come from an independent competition leaderboard, which is a genuine strength. However, the paper's central contribution is an empirical claim about rankings and state-of-the-art status, and that claim currently rests on internally inconsistent tables and on an absent baseline comparison. The usefulness of the derived lessons is proportional to the trustworthiness of the private-leaderboard numbers, which the paper does not yet establish.
major comments (4)
- [Section 4, Tables 1 and 2; Contributors] The reported rankings are internally inconsistent, and this matters because every insight is keyed to a team-rank pair. Section 3.2 calls chatdy "Top-3 Team in Track-A" while Table 1 ranks chatdy 5th in Track A; Table 2 ranks chatdy 3rd in Track B, but the Contributors section explicitly lists "Track B - Team chatdy (Rank 2)"; Table 2 reports chatdy with 2 members while Contributors names a single author, Yue Dai. Similarly, the Track B paragraph for rb-ai labels it "Top-1 Team in Track-A" when it is the Track B winner, and Table 2 lists rb-ai with 4 members while Contributors names three authors. These contradictions prevent the reader from mapping methods to results and undermine the derived insights (e.g., that hierarchical decomposition won Track A and augmentation ranked second in Track B). The authors must reconcile the tables, method paragraphs, and Contributors list, and identify the canonical source of truth for each rank and team composition.
- [Abstract, Section 1, Section 4] The claim that "the top-performing models set new benchmarks in VRDU" and "the proposed methods achieved new state-of-the-art performance" is not supported by any comparison with prior work. The paper reports only within-competition leaderboard scores; it gives no baseline from Form-NLU or any previously published method on the same tasks. If the competition tasks are new, the correct claim is that the winning entries are the first results on these specific task formulations, not that they surpass existing state of the art. If the tasks overlap with prior benchmarks, the paper must include the relevant prior numbers. As written, the central SOTA claim is unsubstantiated and must be either supported with baselines or carefully restated.
- [Section 4, Tables 1 and 2] The private-leaderboard scores are load-bearing for every conclusion, but their reliability is not established. The public-to-private gaps are very large for several teams (e.g., zuo-zou drops from 80.09 to 48.45 in Track A; rb-ai drops from 99.70 to 65.79 in Track B), which is at least suggestive of public-leaderboard overfitting or of a substantial distribution shift between public and private test splits. The paper should describe the evaluation protocol in detail: how the public/private split was constructed, how many submission attempts each team was allowed, whether the private set was truly held out, and whether the reported metrics (F1 for Track A and MAP for Track B) are computed exactly as in Form-NLU Task B. Without this information, the rankings and the lessons derived from them may be artifacts of the competition procedure rather than robust findings.
- [Section 4 and Section 2] The paper does not report uncertainty or statistical significance for the scores. Several adjacent rankings differ by less than two percentage points in the private column (e.g., chatdy at 92.57 vs. Play4fun at 90.04 in Track A; chatdy at 55.68 vs. oaths113 at 56.97 in Track B), yet the discussion treats the ordering as definitive and draws qualitative conclusions from it. The authors should at least state whether the evaluation was performed on a fixed test set with no repeated runs, and ideally report variance across runs or seeds for the top systems, so the reader can judge whether the rank distinctions that support the insights are meaningful.
minor comments (4)
- [Section 3.2] The sentence "emplointoying techniques like InkBleed, Letterpress, and JPEG compression" contains a typo; it should read "employing techniques."
- [Multiple locations] The paper inconsistently uses "Localisation" (Track B title, Table 2 caption) and "Localization" (Section 2, Section 3.2, Section 5); pick one spelling and use it consistently.
- [Section 4] The tables would benefit from an explicit column stating the evaluation metric and a caption explaining what "Private" and "Public" mean; currently the reader must infer this from the text.
- [Contributors] The Contributors section lists only Track A top-3 and Track B top-2 teams, but Section 1 says the top 3 in Track A and top 2 in Track B submitted code and abstracts; this is consistent, but the discrepancy for chatdy's Track B rank (3 in Table 2 vs. 2 in Contributors) should be resolved, since it is currently a major inconsistency rather than a purely cosmetic issue.
Circularity Check
No significant circularity: the VRD-IU results come from independent competition participants and are externally evaluated, so the central claims do not reduce to the authors' own inputs.
full rationale
The paper's central claims are empirical reports of an externally evaluated competition, not derivations from the authors' own models or fitted parameters. The top-performing models' scores in Tables 1 and 2 are produced by independent participating teams (rb-ai, vipski, gcu, chatdy, etc.) on a held-out private leaderboard, so the rankings and resulting insights are not predetermined by the paper's definitions or by any equation in the manuscript. The authors' self-citation to the Form-NLU dataset [Ding et al., 2023] is used to describe the benchmark data, but the paper does not claim to predict those leaderboard scores from the dataset; it reports them after the fact. Similarly, the methodological descriptions (hierarchical decomposition, token classification, data augmentation, ensembles) are summaries of the participants' submitted solutions, not quantities fitted and then relabeled as predictions. No step in the paper defines a result in terms of its own conclusion, and no cited prior work by the same authors is invoked as a load-bearing justification for the competition outcome. The notable internal inconsistencies in team ranks and scores (e.g., chatdy listed as Top-3 in Track A in Section 3.2 but ranked 5th in Table 1, and as Rank 2 in the Contributors section but 3rd in Table 2) are serious correctness and reporting concerns that undermine the reliability of the empirical claims, but they are not circularity: the claims still depend on external data rather than on the authors' own assumptions. Therefore the appropriate circularity score is 0.
Assumptions & free parameters
assumptions (3)
- domain assumption The Form-NLU dataset annotations accurately identify semantic entities in the form images.
- domain assumption The F1 and MAP evaluation metrics were implemented consistently across all competition submissions.
- domain assumption The submitted method descriptions from winning teams accurately reflect their actual code and experimental setups.
Cite this review
Pith. "Pith review of VRD-IU: Lessons from Visually Rich Document Intelligence and Understanding." pith.science (2026). https://pith.science/paper/JUOAXU6O
@misc{pith2026250601388,
author = {Pith},
title = {Pith review of: VRD-IU: Lessons from Visually Rich Document Intelligence and Understanding},
year = {2026},
howpublished = {\url{https://pith.science/paper/JUOAXU6O}},
note = {Machine review of arXiv:2506.01388}
}
read the original abstract
Visually Rich Document Understanding (VRDU) has emerged as a critical field in document intelligence, enabling automated extraction of key information from complex documents across domains such as medical, financial, and educational applications. However, form-like documents pose unique challenges due to their complex layouts, multi-stakeholder involvement, and high structural variability. Addressing these issues, the VRD-IU Competition was introduced, focusing on extracting and localizing key information from multi-format forms within the Form-NLU dataset, which includes digital, printed, and handwritten documents. This paper presents insights from the competition, which featured two tracks: Track A, emphasizing entity-based key information retrieval, and Track B, targeting end-to-end key information localization from raw document images. With over 20 participating teams, the competition showcased various state-of-the-art methodologies, including hierarchical decomposition, transformer-based retrieval, multimodal feature fusion, and advanced object detection techniques. The top-performing models set new benchmarks in VRDU, providing valuable insights into document intelligence.
Figures
Reference graph
Works this paper leans on
-
[1]
Form-nlu: Dataset for the form natural language understanding
[Dinget al., 2023 ] Yihao Ding, Siqu Long, Jiabin Huang, Kaixuan Ren, Xingxiang Luo, Hyunsuk Chung, and Soyeon Caren Han. Form-nlu: Dataset for the form natural language understanding. InProceedings of the 46th Inter- national ACM SIGIR Conference on Research and Devel- opment in Information Retrieval, pages 2807–2816,
work page 2023
-
[4]
3MVRD: Multimodal Multi-task Multi-teacher Visually-Rich Form Document Understanding
[Dinget al., 2024c ] Yihao Ding, Lorenzo Vaiani, Caren Han, Jean Lee, Paolo Garza, Josiah Poon, and Luca Cagliero. M3-vrd: Multimodal multi-task multi-teacher visually-rich form document understanding.arXiv preprint arXiv:2402.17983,
-
[5]
[Heet al., 2017 ] Kaiming He, Georgia Gkioxari, Piotr Doll´ar, and Ross Girshick. Mask r-cnn. InProceedings of the IEEE international conference on computer vision, pages 2961–2969,
work page 2017
-
[9]
Visual instruction tuning.Advances in neural information processing systems, 36,
[Liuet al., 2024 ] Haotian Liu, Chunyuan Li, Qingyang Wu, and Yong Jae Lee. Visual instruction tuning.Advances in neural information processing systems, 36,
work page 2024
-
[10]
Hello gpt-4o
[OpenAI, 2024] OpenAI. Hello gpt-4o. https://openai.com/ index/hello-gpt-4o/,
2024
-
[11]
Cord: a consolidated receipt dataset for post-ocr pars- ing
[Parket al., 2019 ] Seunghyun Park, Seung Shin, Bado Lee, Junyeop Lee, Jaeheung Surh, Minjoon Seo, and Hwalsuk Lee. Cord: a consolidated receipt dataset for post-ocr pars- ing. InWorkshop on Document Intelligence at NeurIPS 2019,
work page 2019
-
[12]
You only look once: Unified, real-time object detection
[Redmonet al., 2016 ] Joseph Redmon, Santosh Divvala, Ross Girshick, and Ali Farhadi. You only look once: Unified, real-time object detection. InProceedings of the IEEE conference on computer vision and pattern recogni- tion, pages 779–788,
work page 2016
-
[16]
Towards robust visual information extraction in real world: New dataset and novel solution
[Wanget al., 2021 ] Jiapeng Wang, Chongyu Liu, Lianwen Jin, Guozhi Tang, Jiaxin Zhang, Shuaitao Zhang, Qianying Wang, Yaqiang Wu, and Mingxiang Cai. Towards robust visual information extraction in real world: New dataset and novel solution. InProceedings of the AAAI Confer- ence on Artificial Intelligence, volume 35, pages 2738– 2745,
work page 2021
Show all 19 references
-
[17]
Layoutxlm: Multimodal pre-training for multilin- gual visually-rich document understanding.arXiv preprint arXiv:2104.08836,
[Xuet al., 2021 ] Yiheng Xu, Tengchao Lv, Lei Cui, Guoxin Wang, Yijuan Lu, Dinei Florencio, Cha Zhang, and Furu Wei. Layoutxlm: Multimodal pre-training for multilin- gual visually-rich document understanding.arXiv preprint arXiv:2104.08836,
2021 arXiv
-
[18]
xgen-mm (blip-3): A family of open large multimodal models.arXiv preprint arXiv:2408.08872,
[Xueet al., 2024 ] Le Xue, Manli Shu, Anas Awadalla, Jun Wang, An Yan, Senthil Purushwalkam, Honglu Zhou, Vi- raj Prabhu, Yutong Dai, Michael S Ryoo, et al. xgen-mm (blip-3): A family of open large multimodal models.arXiv preprint arXiv:2408.08872,
2024
-
[19]
Detrs beat yolos on real-time object de- tection
[Zhaoet al., 2024 ] Yian Zhao, Wenyu Lv, Shangliang Xu, Jinman Wei, Guanzhong Wang, Qingqing Dang, Yi Liu, and Jie Chen. Detrs beat yolos on real-time object de- tection. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 16965– 16974, 2024
2024
-
[2015]
Kleister: key information extraction datasets involving long documents with complex layouts
[Stanisławeket al., 2021 ] Tomasz Stanisławek, Filip Grali´nski, Anna Wr´oblewska, Dawid Lipi´nski, Agnieszka Kaliska, Paulina Rosalska, Bartosz Topolski, and Prze- mysław Biecek. Kleister: key information extraction datasets involving long documents with complex layouts. InDo...
2021
-
[2016]
Faster r-cnn: Towards real-time ob- ject detection with region proposal networks.Advances in neural information processing systems, 28,
[Renet al., 2015 ] Shaoqing Ren, Kaiming He, Ross Gir- shick, and Jian Sun. Faster r-cnn: Towards real-time ob- ject detection with region proposal networks.Advances in neural information processing systems, 28,
2015
-
[2017]
Icdar2019 competition on scanned receipt ocr and information extraction
[Huanget al., 2019 ] Zheng Huang, Kai Chen, Jianhua He, Xiang Bai, Dimosthenis Karatzas, Shijian Lu, and CV Jawahar. Icdar2019 competition on scanned receipt ocr and information extraction. In2019 International Con- ference on Document Analysis and Recognition (ICDAR), pages 1...
2019
-
[2019]
Layoutlmv3: Pre-training for document ai with unified text and image masking
[Huanget al., 2022 ] Yupan Huang, Tengchao Lv, Lei Cui, Yutong Lu, and Furu Wei. Layoutlmv3: Pre-training for document ai with unified text and image masking. InPro- ceedings of the 30th ACM International Conference on Multimedia, pages 4083–4091,
2022
-
[2021]
Unifying vision, text, and layout for universal document processing
[Tanget al., 2023 ] Zineng Tang, Ziyi Yang, Guoxin Wang, Yuwei Fang, Yang Liu, Chenguang Zhu, Michael Zeng, Cha Zhang, and Mohit Bansal. Unifying vision, text, and layout for universal document processing. InProceedings of the IEEE/CVF Conference on Computer Vision and Pat- te...
2023
-
[2022]
Dit: Self-supervised pre- training for document image transformer
[Liet al., 2022 ] Junlong Li, Yiheng Xu, Tengchao Lv, Lei Cui, Cha Zhang, and Furu Wei. Dit: Self-supervised pre- training for document image transformer. InProceedings of the 30th ACM International Conference on Multimedia, pages 3530–3539,
2022
-
[2023]
David: Domain adap- tive visually-rich document understanding with synthetic insights.arXiv preprint arXiv:2410.01609,
[Dinget al., 2024a ] Yihao Ding, Soyeon Caren Han, Zechuan Li, and Hyunsuk Chung. David: Domain adap- tive visually-rich document understanding with synthetic insights.arXiv preprint arXiv:2410.01609,
-
[2024]
Mvqa: A dataset for multimodal information retrieval in pdf- based visual question answering.arXiv preprint arXiv:2404.12720,
[Dinget al., 2024b ] Yihao Ding, Kaixuan Ren, Jiabin Huang, Siwen Luo, and Soyeon Caren Han. Mvqa: A dataset for multimodal information retrieval in pdf- based visual question answering.arXiv preprint arXiv:2404.12720,
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.