CVIRLGMay 20, 2021

Document Domain Randomization for Deep Learning Document Layout Extraction

arXiv:2105.14931v1
Originality Incremental advance
AI Analysis

This addresses document segmentation for computational linguistics and visualization domains, but it is incremental as it builds on existing CNN methods with a new training approach.

The paper tackled document layout extraction by proposing document domain randomization (DDR), which trains CNNs on graphically rendered pseudo-paper pages, achieving competitive results on benchmark datasets like CS-150, ACL, and VIS with nine document classes.

We present document domain randomization (DDR), the first successful transfer of convolutional neural networks (CNNs) trained only on graphically rendered pseudo-paper pages to real-world document segmentation. DDR renders pseudo-document pages by modeling randomized textual and non-textual contents of interest, with user-defined layout and font styles to support joint learning of fine-grained classes. We demonstrate competitive results using our DDR approach to extract nine document classes from the benchmark CS-150 and papers published in two domains, namely annual meetings of Association for Computational Linguistics (ACL) and IEEE Visualization (VIS). We compare DDR to conditions of style mismatch, fewer or more noisy samples that are more easily obtained in the real world. We show that high-fidelity semantic information is not necessary to label semantic classes but style mismatch between train and test can lower model accuracy. Using smaller training samples had a slightly detrimental effect. Finally, network models still achieved high test accuracy when correct labels are diluted towards confusing labels; this behavior hold across several classes.

Foundations

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

Your Notes