paper-with-me

홈 › Papers

Rethinking Layered Graphic Design Generation with a Top-Down Approach

2025-07-08 · Jingye Chen, Zhaowen Wang, Nanxuan Zhao, Li Zhang, Difan Liu, Jimei Yang, Qifeng Chen

Graphic design is crucial for conveying ideas and messages. Designers usually organize their work into objects, backgrounds, and vectorized text layers to simplify editing. However, this workflow demands considerable expertise. With the rise of GenAI methods, an endless supply of high-quality graphic designs in pixel format has become more accessible, though these designs often lack editability. Despite this, non-layered designs still inspire human designers, influencing their choices in layouts and text styles, ultimately guiding the creation of layered designs. Motivated by this observation, we propose Accordion, a graphic design generation framework taking the first attempt to convert AI-generated designs into editable layered designs, meanwhile refining nonsensical AI-generated text with meaningful alternatives guided by user prompts. It is built around a vision language model (VLM) playing distinct roles in three curated stages. For each stage, we design prompts to guide the VLM in executing different tasks. Distinct from existing bottom-up methods (e.g., COLE and Open-COLE) that gradually generate elements to create layered designs, our approach works in a top-down manner by using the visually harmonious reference image as global guidance to decompose each layer. Additionally, it leverages multiple vision experts such as SAM and element removal models to facilitate the creation of graphic layers. We train our method using the in-house graphic design dataset Design39K, augmented with AI-generated design images coupled with refined ground truth created by a customized inpainting model. Experimental results and user studies by designers show that Accordion generates favorable results on the DesignIntention benchmark, including tasks such as text-to-template, adding text to background, and text de-rendering, and also excels in creating design variations.

📄 PDF Abstract BibTeX arXiv:2507.05601

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Accordion Accordion is a gradient communication scheduling algorithm that is generic across models while imposing low computational overheads. Accordion inspects the change in the…
SAM 설명 없음
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

COLE: A Hierarchical Generation Framework for Multi-Layered and Editable Graphic Design

2023-11-28 · Peidong Jia, Chenxuan Li, Yuhui Yuan, Zeyu Liu 외

Graphic design, which has been evolving since the 15th century, plays a crucial role in advertising. The creation of high-quality designs demands design-oriented planning, reasoning, and layer-wise generation. Unlike the…

Image Generation

LICA: Layered Image Composition Annotations for Graphic Design Research

2026-03-17 · Elad Hirsch, Shubham Yadav, Mohit Garg, Purvanshi Mehta arxiv

We introduce LICA (Layered Image Composition Annotations), a large scale dataset of 1,550,244 multi-layer graphic design compositions designed to advance structured understanding and generation of graphic layouts. In add…

LaDe: Unified Multi-Layered Graphic Media Generation and Decomposition

2026-03-18 · Vlad-Constantin Lungu-Stan, Ionut Mironica, Mariana-Iuliana Georgescu arxiv

Media design layer generation enables the creation of fully editable, layered design documents such as posters, flyers, and logos using only natural language prompts. Existing methods either restrict outputs to a fixed n…

Text-to-Image Generation

SemLayer: Semantic-aware Generative Segmentation and Layer Construction for Abstract Icons

2026-03-25 · Haiyang Xu, Ronghuan Wu, Li-Yi Wei, Nanxuan Zhao 외 arxiv

Graphic icons are a cornerstone of modern design workflows, yet they are often distributed as flattened single-path or compound-path graphics, where the original semantic layering is lost. This absence of semantic decomp…

Graphic-Design-Bench: A Comprehensive Benchmark for Evaluating AI on Graphic Design Tasks

2026-04-05 · Adrienne Deganutti, Elad Hirsch, Haonan Zhu, Jaejung Seol 외 arxiv

We introduce GraphicDesignBench (GDB), the first comprehensive benchmark suite designed specifically to evaluate AI models on the full breadth of professional graphic design tasks. Unlike existing benchmarks that focus o…

Spatial ReasoningCode Generation