paper-with-me

홈 › Papers

Freestyle Layout-to-Image Synthesis

2023-03-25 · CVPR 2023 1 · Han Xue, Zhiwu Huang, Qianru Sun, Li Song, Wenjun Zhang

Typical layout-to-image synthesis (LIS) models generate images for a closed set of semantic classes, e.g., 182 common objects in COCO-Stuff. In this work, we explore the freestyle capability of the model, i.e., how far can it generate unseen semantics (e.g., classes, attributes, and styles) onto a given layout, and call the task Freestyle LIS (FLIS). Thanks to the development of large-scale pre-trained language-image models, a number of discriminative models (e.g., image classification and object detection) trained on limited base classes are empowered with the ability of unseen class prediction. Inspired by this, we opt to leverage large-scale pre-trained text-to-image diffusion models to achieve the generation of unseen semantics. The key challenge of FLIS is how to enable the diffusion model to synthesize images from a specific layout which very likely violates its pre-learned knowledge, e.g., the model never sees "a unicorn sitting on a bench" during its pre-training. To this end, we introduce a new module called Rectified Cross-Attention (RCA) that can be conveniently plugged in the diffusion model to integrate semantic masks. This "plug-in" is applied in each cross-attention layer of the model to rectify the attention maps between image and text tokens. The key idea of RCA is to enforce each text token to act on the pixels in a specified region, allowing us to freely put a wide variety of semantics from pre-trained knowledge (which is general) onto the given layout (which is specific). Extensive experiments show that the proposed diffusion network produces realistic and freestyle layout-to-image generation results with diverse text inputs, which has a high potential to spawn a bunch of interesting applications. Code is available at https://github.com/essunny310/FreestyleNet.

📄 PDF Abstract BibTeX arXiv:2303.14412

Code (1)

essunny310/freestylenet 공식 구현 pytorch

Tasks

image-classificationImage ClassificationImage GenerationLayout-to-Image Generationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

OPT OPT is a suite of decoder-only pre-trained transformers ranging from 125M to 175B parameters. The model uses an AdamW optimizer and weight decay of 0.1. It follows a linear…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
BASE 설명 없음

Similar Papers 제목 키워드 기반

FreeStyle: Free Lunch for Text-guided Style Transfer using Diffusion Models

2024-01-28 · Feihong He, Gang Li, Fuhui Sun, Mengyuan Zhang 외

The rapid development of generative diffusion models has significantly advanced the field of style transfer. However, most current style transfer methods based on diffusion models typically involve a slow iterative optim…

DecoderStyle Transfer

Drop the beat! Freestyler for Accompaniment Conditioned Rapping Voice Generation

2024-08-28 · Ziqian Ning, Shuai Wang, Yuepeng Jiang, Jixun Yao 외

Rap, a prominent genre of vocal performance, remains underexplored in vocal generation. General vocal synthesis depends on precise note and duration inputs, requiring users to have related musical knowledge, which limits…

Language ModelingLanguage Modelling

Freestyle 3D-Aware Portrait Synthesis Based on Compositional Generative Priors

2023-06-27 · Tianxiang Ma, Kang Zhao, Jianxin Sun, Yingya Zhang 외

Efficiently generating a freestyle 3D portrait with high quality and 3D-consistency is a promising yet challenging task. The portrait styles generated by most existing methods are usually restricted by their 3D generator…

Layout-Bridging Text-to-Image Synthesis

2022-08-12 · Jiadong Liang, Wenjie Pei, Feng Lu

The crux of text-to-image synthesis stems from the difficulty of preserving the cross-modality semantic consistency between the input text and the synthesized image. Typical methods, which seek to model the text-to-image…

Image GenerationLayout Generation

ChatGen: Automatic Text-to-Image Generation From FreeStyle Chatting

2024-11-26 · CVPR 2025 1 · Chengyou Jia, Changliang Xia, Zhuohang Dang, Weijia Wu 외

Despite the significant advancements in text-to-image (T2I) generative models, users often face a trial-and-error challenge in practical scenarios. This challenge arises from the complexity and uncertainty of tedious ste…

Image GenerationText to Image GenerationText-to-Image Generation