CVGRIRSep 1, 2019

READ: Recursive Autoencoders for Document Layout Generation

arXiv:1909.00302v482 citations
Originality Highly original
AI Analysis

This addresses the tedious task of creating varied document layouts for graphic design and document analysis, offering a novel method for layout generation.

The paper tackles the problem of generating diverse and plausible document layouts by introducing READ, a recursive autoencoder framework that learns structural decompositions and samples new layouts from a Gaussian distribution, achieving improved detection performance when used for data augmentation.

Layout is a fundamental component of any graphic design. Creating large varieties of plausible document layouts can be a tedious task, requiring numerous constraints to be satisfied, including local ones relating different semantic elements and global constraints on the general appearance and spacing. In this paper, we present a novel framework, coined READ, for REcursive Autoencoders for Document layout generation, to generate plausible 2D layouts of documents in large quantities and varieties. First, we devise an exploratory recursive method to extract a structural decomposition of a single document. Leveraging a dataset of documents annotated with labeled bounding boxes, our recursive neural network learns to map the structural representation, given in the form of a simple hierarchy, to a compact code, the space of which is approximated by a Gaussian distribution. Novel hierarchies can be sampled from this space, obtaining new document layouts. Moreover, we introduce a combinatorial metric to measure structural similarity among document layouts. We deploy it to show that our method is able to generate highly variable and realistic layouts. We further demonstrate the utility of our generated layouts in the context of standard detection tasks on documents, showing that detection performance improves when the training data is augmented with generated documents whose layouts are produced by READ.

Foundations

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

Your Notes