A Parse-Then-Place Approach for Generating Graphic Layouts from Textual Descriptions
Jiawei Lin, Jiaqi Guo, Shizhao Sun, Weijiang Xu, Ting Liu, Jian-Guang, Lou, Dongmei Zhang

TL;DR
This paper introduces a parse-then-place method for generating graphic layouts from text descriptions, using an intermediate representation and Transformer models to handle implicit and incomplete constraints, improving layout generation quality.
Contribution
The work presents a novel two-stage parse-then-place approach with an intermediate representation, enabling effective Text-to-Layout generation considering complex constraints.
Findings
Outperforms baseline models in layout accuracy
Effective handling of implicit and incomplete constraints
Validated by user studies and quantitative metrics
Abstract
Creating layouts is a fundamental step in graphic design. In this work, we propose to use text as the guidance to create graphic layouts, i.e., Text-to-Layout, aiming to lower the design barriers. Text-to-Layout is a challenging task, because it needs to consider the implicit, combined, and incomplete layout constraints from text, each of which has not been studied in previous work. To address this, we present a two-stage approach, named parse-then-place. The approach introduces an intermediate representation (IR) between text and layout to represent diverse layout constraints. With IR, Text-to-Layout is decomposed into a parse stage and a place stage. The parse stage takes a textual description as input and generates an IR, in which the implicit constraints from the text are transformed into explicit ones. The place stage generates layouts based on the IR. To model combined and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
A Parse-Then-Place Approach for Generating Graphic Layouts from Textual Descriptions· youtube
Taxonomy
TopicsHandwritten Text Recognition Techniques · Computer Graphics and Visualization Techniques · Human Motion and Animation
