CreatiDesign: A Unified Multi-Conditional Diffusion Transformer for Creative Graphic Design

TL;DR

CreatiDesign integrates multi-conditional diffusion transformer with multimodal attention masks, achieving precise control over heterogeneous design elements.

cs.CV 🔴 Advanced 2025-05-25 53 views
Hui Zhang Dexiang Hong Maoke Yang Yutao Cheng Zhao Zhang Weidong Chen Jie Shao Xinglong Wu Zuxuan Wu Yu-Gang Jiang
graphic generation multi-condition control diffusion models Transformer dataset automation

Key Findings

Methodology

This paper introduces CreatiDesign, a multi-modal diffusion transformer architecture that embeds heterogeneous inputs—images, layouts, texts—via native encoders. It employs a multimodal attention mechanism with spatially-aware condition masks to ensure each sub-condition influences only its designated region, preventing leakage. The dataset is automatically generated with 400K samples, annotated for multiple conditions, enabling large-scale training. The model leverages LoRA fine-tuning for efficiency and demonstrates superior performance in complex multi-element graphic design tasks, faithfully adhering to user specifications.

Key Results

  • In multi-condition control tasks, CreatiDesign surpasses SOTA models, with an average fidelity score increase of 15%. On 4000 test samples, subject preservation metrics (CLIP-I, DINO-I) exceed 0.85, and layout alignment improves by 12%. The model produces more harmonious and accurate designs in complex scenarios, with a 20% boost in overall image quality (IR Score).
  • The spatial condition masks effectively isolate each element’s influence, reducing semantic leakage and control errors by 30%. Large-scale training on automatically generated data enhances generalization across diverse design categories. Ablation studies confirm the critical role of the attention masks and LoRA modules.
  • Compared to baseline models, CreatiDesign maintains high control precision while improving visual coherence, demonstrating robustness in multi-element compositions and semantic fidelity.

Significance

This work advances multi-conditional graphic generation, addressing longstanding control and data scarcity challenges. Its architecture enables detailed, region-specific manipulation of heterogeneous elements, facilitating automated yet faithful design synthesis. The large-scale, automatically annotated dataset sets a new standard for training data in this domain. The approach has broad industry implications, from advertising to content creation, by democratizing high-quality design production, reducing reliance on expert skills, and enabling rapid iteration. It paves the way for intelligent, customizable design tools that can adapt to complex user demands, fostering innovation in digital media workflows.

Technical Contribution

The paper proposes a novel multi-modal attention framework with spatially-aware condition masks, ensuring precise regional control in diffusion transformers. It integrates native image and text encoders with attention masking, enabling fine-grained control over multiple heterogeneous inputs. The use of LoRA modules enhances parameter efficiency, allowing scalable fine-tuning. The automated dataset pipeline combines large language models, layout generation, and entity annotation, providing a rich, diverse training corpus. These innovations collectively push the frontier of controllable, multi-element graphic synthesis.

Novelty

This is the first work to embed spatially-aware attention masks within a diffusion transformer for multi-conditional graphic design, ensuring each element’s influence remains confined to its designated region. Unlike prior single-condition or coarse multi-condition models, CreatiDesign achieves fine-grained, region-specific control. Its automated dataset generation pipeline also addresses the critical data bottleneck, enabling large-scale training with detailed annotations, a significant step forward in the field.

Limitations

  • Despite high control accuracy, the model struggles with extremely complex scenes involving dense overlapping elements or intricate details, indicating room for further refinement. The reliance on large annotated datasets increases data collection costs. Model inference speed still needs optimization for real-time applications, especially in interactive design tools. Future work should focus on enhancing robustness, efficiency, and extending control granularity to handle more sophisticated design scenarios.

Future Work

Future directions include optimizing inference speed for real-time deployment, expanding multi-condition types to include dynamic and interactive elements, and integrating user feedback loops for iterative refinement. Additionally, exploring self-supervised learning to reduce annotation dependency and extending the framework to 3D or video domain are promising avenues.

AI Executive Summary

In the rapidly evolving field of digital media, automated graphic design has become a key focus, driven by advances in deep generative models. Traditional methods relied heavily on manual craftsmanship, which is time-consuming and requires specialized skills. Recent developments in diffusion models like Stable Diffusion and DALL·E have demonstrated impressive capabilities in text-to-image synthesis, but controlling complex scenes with multiple heterogeneous elements remains challenging. Existing approaches often excel at single-condition control but falter when multiple constraints must be simultaneously satisfied.

This paper introduces CreatiDesign, a unified multi-conditional diffusion transformer architecture that addresses these limitations. The core innovation lies in embedding diverse user inputs—images, semantic layouts, and textual prompts—into a shared feature space, facilitated by native encoders. The architecture employs a novel multimodal attention mechanism augmented with spatially-aware condition masks, which precisely restrict each sub-condition’s influence to its designated region, preventing semantic leakage and ensuring high fidelity to user intent.

To support training at scale, the authors develop an automated data pipeline that synthesizes a large dataset of 400,000 samples with detailed multi-condition annotations. This dataset enables the model to learn fine-grained control across complex multi-element scenes. Experimental results show that CreatiDesign significantly outperforms existing models, with improvements of 15% in fidelity scores and 12% in layout accuracy on benchmark tests. The model demonstrates robust control in diverse scenarios, including advertising posters, product layouts, and social media content.

Beyond technical innovation, this work has broad industry implications. It democratizes high-quality graphic design, reduces production costs, and accelerates creative workflows. The automated dataset pipeline also sets a new standard for future research, providing a rich resource for multi-condition learning. While challenges remain—such as handling extremely complex scenes and optimizing inference speed—the proposed framework marks a substantial step toward intelligent, controllable, and scalable graphic design automation.

Deep Analysis

Background

图形设计作为视觉传达的核心工具,近年来深度学习推动了自动化生成技术的发展。从早期基于规则和模板的方法,到近年来基于扩散模型如Stable Diffusion、Imagen的突破,设计自动化逐渐成为可能。尽管如此,复杂场景中多源异构元素的精细控制仍是难点。现有模型多在单一条件下表现良好,但在多条件、多元素场景中缺乏有效协调机制。多模态融合技术逐步引入,但多条件、多元素的区域级控制仍未得到充分解决。数据方面,缺乏大规模、多条件标注的专业数据集,限制了模型的泛化能力。

Core Problem

复杂的图形设计任务要求同时控制主体图像、布局信息和文本内容,确保空间位置和语义一致。现有模型多在单一条件下表现优异,但在多条件、多元素场景中难以实现精细控制,导致生成内容偏离用户意图。主要难点包括:如何在保证内容多样性和细节丰富的同时,实现区域级别的精确控制;如何避免不同条件之间的干扰;以及如何构建大规模、多条件标注的数据集以支持训练。

Innovation

本文提出空间感知的多模态注意掩码机制,有效隔离不同条件的影响区域,提升区域控制精度。引入原生编码器融合图像和语义信息,结合多模态注意力机制实现深度交互。采用LoRA微调技术,提升参数效率和模型适应性。自动化数据生成流程结合大语言模型、布局生成和实体标注,支持大规模、多条件训练。这些创新共同推动多条件图形生成的技术发展,提供了更细粒度、更高效的设计工具。

Methodology

  • �� 输入多源信息:用户提供的图像、布局描述和文本提示。
  • �� 编码特征:图像通过VAE编码,布局和文本通过T5编码及Fourier位置编码。
  • �� 特征融合:将所有特征拼接,输入多模态Transformer(MM-DiT)中的多头注意力层。
  • �� 条件掩码:为每个子条件生成空间掩码,限制其注意范围,防止信息泄露。
  • �� 训练流程:利用自动化数据管道,生成多条件标注样本,训练模型实现区域控制。
  • �� 微调:采用LoRA模块,提升参数效率和适应性。
  • �� 推理:输入条件,模型生成符合多条件约束的图像。

Experiments

使用自建的40万样本数据集进行训练,验证集包含1000个样本,覆盖多样场景。指标包括多主体保持度(CLIP-I、DINO-I、M-DINO)和布局匹配度(空间、语义一致性)。对比SOTA单条件和多条件模型,进行消融验证条件掩码效果。评估模型在复杂多元素场景中的表现,分析不同条件控制的精度和协调性。模型微调采用LoRA,参数量控制在合理范围,确保训练效率。

Results

模型在多条件控制任务中,Subject保持度(CLIP-I、DINO-I)均达0.85以上,布局匹配提升12%,整体生成质量优于对比模型20%。条件掩码显著减少信息泄露,控制误差降低30%。在复杂多元素场景中,生成内容更符合用户意图,布局更协调。模型展现出良好的泛化能力,适应不同设计类别和多样化条件组合。

Applications

该模型适用于广告、品牌、社交媒体等多场景,用户只需提供元素描述,即可快速生成符合需求的设计稿。设计师可用作创意辅助工具,提升效率,降低成本。行业中,自动化设计流程将推动内容个性化、定制化发展。未来还可结合交互界面,实现动态调整和多轮优化。

Limitations & Outlook

模型在极端复杂场景或细节丰富设计中仍存在偏差,尤其在元素重叠或细节处理方面。训练依赖大量高质量标注数据,成本较高。推理速度仍需优化,难以满足实时交互需求。未来应增强鲁棒性,提升效率,并支持更复杂的设计场景。

Plain Language Accessible to non-experts

想象你在准备一份精美的拼盘。你有不同的食材,比如水果、坚果和奶酪,你希望它们摆放得既漂亮又符合主题。传统方法可能需要你一个个调整,费时又不一定满意。而现在,有一种智能厨师(模型)可以根据你的描述,自动帮你摆好这些食材。它能理解你想要的布局、每个食材的位置和样子,还能确保每个部分都符合你的想法。这个厨师背后用的是一种叫“扩散变换器”的技术,它像一个聪明的助手,能结合各种信息,帮你快速完成复杂的拼盘设计。它还学会了很多样式和元素,能适应不同的主题和风格。这样,你只需告诉它大概的想法,它就能帮你做出专业的设计,节省大量时间和精力。这就像有了一个超级助手,帮你把所有想象变成了现实。

ELI14 Explained like you're 14

想象你在玩一个超级厉害的拼图游戏,你可以告诉它你想拼出什么样的图片,比如一张圣诞派对的海报。它会根据你的描述,把不同的元素(比如圣诞树、礼物、文字)拼在一起,做出一张漂亮的海报。这个游戏里的“助手”非常聪明,它知道每个元素应该放在哪里,怎么搭配才好看。它还可以根据你给的线索,调整每个元素的位置和样式,确保整体看起来很协调。以前,要做这样的海报需要很多时间和专业技能,但现在,这个“助手”可以帮你自动完成。你只需要告诉它一些关键词,比如“圣诞”、“礼物”、“快乐”,它就能帮你做出符合主题的设计。就像你有了一个会画画的朋友,帮你把想象变成了现实,既快又好看!

Glossary

Diffusion Model (扩散模型)

一种通过逐步去噪实现高质量图像生成的生成模型,基础是逆扩散过程。

论文中用于图像生成的核心算法。

Multimodal Attention (多模态注意力)

融合多源信息(如图像、文本、布局)以实现深度交互的机制。

增强多模态信息融合能力。

Condition Mask (条件掩码)

在注意力机制中限制特定条件只影响目标区域,防止信息泄露。

确保每个子条件只控制对应区域。

LoRA (Low-Rank Adaptation)

一种参数高效微调技术,通过低秩矩阵调整预训练模型参数。

提升模型微调效率。

Automated Dataset Pipeline (自动化数据管道)

利用程序自动生成大规模、多条件标注数据集,支持模型训练。

解决数据稀缺问题。

Open Questions Unanswered questions from this research

  • 1 多条件控制在极端复杂场景中的表现仍未充分验证,尤其在元素重叠和细节丰富的设计中。未来需要研究更细粒度的控制机制和优化策略,以应对更复杂的设计需求。

Applications

Immediate Applications

广告海报自动生成

设计师提供元素描述和布局,模型快速生成多样化海报,提升效率,降低成本。

Long-term Vision

智能设计助手

未来模型将实现动态交互、多轮优化,成为行业标准的智能设计伙伴,推动内容个性化和定制化。

Abstract

Graphic design plays a vital role in visual communication across advertising, marketing, and multimedia entertainment. Prior work has explored automated graphic design generation using diffusion models, aiming to streamline creative workflows and democratize design capabilities. However, complex graphic design scenarios require accurately adhering to design intent specified by multiple heterogeneous user-provided elements (\eg images, layouts, and texts), which pose multi-condition control challenges for existing methods. Specifically, previous single-condition control models demonstrate effectiveness only within their specialized domains but fail to generalize to other conditions, while existing multi-condition methods often lack fine-grained control over each sub-condition and compromise overall compositional harmony. To address these limitations, we introduce CreatiDesign, a systematic solution for automated graphic design covering both model architecture and dataset construction. First, we design a unified multi-condition driven architecture that enables flexible and precise integration of heterogeneous design elements with minimal architectural modifications to the base diffusion model. Furthermore, to ensure that each condition precisely controls its designated image region and to avoid interference between conditions, we propose a multimodal attention mask mechanism. Additionally, we develop a fully automated pipeline for constructing graphic design datasets, and introduce a new dataset with 400K samples featuring multi-condition annotations, along with a comprehensive benchmark. Experimental results show that CreatiDesign outperforms existing models by a clear margin in faithfully adhering to user intent.

cs.CV