论文精选

设计模板生成新模型 InterIL 发布,提升背景图与布局协同效果

Learning Interaction between Image and Layout Priors for Joint Image-Layout Generation in Design Templates

精选理由

朋友,有个新模型叫 InterIL,专门用来生成设计模板,能同时生成背景图和布局,而且两者之间能互动,生成的效果更和谐。

这篇论文提出了一种名为 InterIL 的新模型,用于生成设计模板。该模型能同时生成背景图像和布局,通过一个可学习的通信模块来建立两者之间的双向交互,从而生成更和谐的设计。与之前的生成方法相比,InterIL 在图像质量、布局合理性和整体协调性上表现更好。

原文 · arXiv cs.AI

Learning Interaction between Image and Layout Priors for Joint Image-Layout Generation in Design Templates

In this paper, we address the problem of graphic design template creation, which generates a background image and a layout of foreground elements over the background to form a harmonious composition from an input text. Prior work on graphic design generation mostly adopts a sequential paradigm, where design elements are generated sequentially. We argue that such a sequential scheme falls short of faithfully capturing the dependency between the background and layout (and thus the joint image-layout distribution), which limits the quality of generated design templates. To overcome this limitation, we propose a model, InterIL, which jointly generates the two modalities, background image and layout, in a single generative process. The novel design of our joint model connects the backbones of pretrained image and layout diffusion models with a learnable communication module to explicitly model bidirectional image-layout interaction. During training, the image and layout backbones are frozen to maintain and leverage the vast pretrained single-modality prior knowledge, while only the communication module is updated, so that the model can focus on learning image-layout interaction and thereby better capture the joint image-layout distribution for improved composition harmony. Our model has no design-specific inductive bias, which allows it to better preserve the original characteristics of realistic designs. We further introduce a test-time guidance strategy to enable users to impose their specific preferences on generated results. Our experiments show that, compared with prior approaches, our model can generate significantly better results in terms of image, layout and image-layout harmonization, producing outputs closer to real samples. We also demonstrate the flexibility of our model in enforcing user preferences at inference without retraining.