paper-with-me

홈 › Papers

The Layout Generation Algorithm of Graphic Design Based on Transformer-CVAE

2021-10-08 · Mengxi Guo, Dangqing Huang, Xiaodong Xie

Graphic design is ubiquitous in people's daily lives. For graphic design, the most time-consuming task is laying out various components in the interface. Repetitive manual layout design will waste a lot of time for professional graphic designers. Existing templates are usually rudimentary and not suitable for most designs, reducing efficiency and limiting creativity. This paper implemented the Transformer model and conditional variational autoencoder (CVAE) to the graphic design layout generation task. It proposed an end-to-end graphic design layout generation model named LayoutT-CVAE. We also proposed element disentanglement and feature-based disentanglement strategies and introduce new graphic design principles and similarity metrics into the model, which significantly increased the controllability and interpretability of the deep model. Compared with the existing state-of-art models, the layout generated by ours performs better on many metrics.

📄 PDF Abstract BibTeX arXiv:2110.06794

Code (0)

등록된 구현이 없습니다.

Tasks

DisentanglementLayout DesignLayout Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

LayoutDiT: Exploring Content-Graphic Balance in Layout Generation with Diffusion Transformer

2024-07-21 · Yu Li, Yifan Chen, Gongye Liu, Fei Yin 외

Layout generation is a foundation task of graphic design, which requires the integration of visual aesthetics and harmonious expression of content delivery. However, existing methods still face challenges in generating p…

BlockingLayout Generation

BLT: Bidirectional Layout Transformer for Controllable Layout Generation

2021-12-09 · Xiang Kong, Lu Jiang, Huiwen Chang, Han Zhang 외

Creating visual layouts is a critical step in graphic design. Automatic generation of such layouts is essential for scalable and diverse visual designs. To advance conditional layout generation, we introduce BLT, a bidir…

Layout Generation

Constrained Graphic Layout Generation via Latent Optimization

2021-08-02 · Kotaro Kikuchi, Edgar Simo-Serra, Mayu Otani, Kota Yamaguchi

It is common in graphic design humans visually arrange various elements according to their design intent and semantics. For example, a title text almost always appears on top of other elements in a document. In this work…

Layout Generation

A Parse-Then-Place Approach for Generating Graphic Layouts from Textual Descriptions

2023-08-24 · ICCV 2023 1 · Jiawei Lin, Jiaqi Guo, Shizhao Sun, Weijiang Xu 외

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 cha…

Layout Generation

LayoutDM: Transformer-based Diffusion Model for Layout Generation

2023-05-04 · CVPR 2023 1 · Shang Chai, Liansheng Zhuang, Fengying Yan

Automatic layout generation that can synthesize high-quality layouts is an important tool for graphic design in many applications. Though existing methods based on generative models such as Generative Adversarial Network…

DenoisingDiversityLayout Generationmodel