paper-with-me

Papers

A Diffusion-based Method for Multi-turn Compositional Image Generation

2023-04-05 · Chao Wang

Multi-turn compositional image generation (M-CIG) is a challenging task that aims to iteratively manipulate a reference image given a modification text. While most of the existing methods for M-CIG are based on generative adversarial networks (GANs), recent advances in image generation have demonstrated the superiority of diffusion models over GANs. In this paper, we propose a diffusion-based method for M-CIG named conditional denoising diffusion with image compositional matching (CDD-ICM). We leverage CLIP as the backbone of image and text encoders, and incorporate a gated fusion mechanism, originally proposed for question answering, to compositionally fuse the reference image and the modification text at each turn of M-CIG. We introduce a conditioning scheme to generate the target image based on the fusion results. To prioritize the semantic quality of the generated target image, we learn an auxiliary image compositional match (ICM) objective, along with the conditional denoising diffusion (CDD) objective in a multi-task learning framework. Additionally, we also perform ICM guidance and classifier-free guidance to improve performance. Experimental results show that CDD-ICM achieves state-of-the-art results on two benchmark datasets for M-CIG, i.e., CoDraw and i-CLEVR.

📄 PDF Abstract BibTeX arXiv:2304.02192

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingImage GenerationMulti-Task LearningQuestion Answering

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
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…

Similar Papers 제목 키워드 기반

RealCompo: Balancing Realism and Compositionality Improves Text-to-Image Diffusion Models

2024-02-20 · Xinchen Zhang, Ling Yang, Yaqi Cai, Zhaochen Yu 외

Diffusion models have achieved remarkable advancements in text-to-image generation. However, existing models still have many difficulties when faced with multiple-object compositional generation. In this paper, we propos…

DenoisingImage GenerationText to Image GenerationText-to-Image Generation

MCCD: Multi-Agent Collaboration-based Compositional Diffusion for Complex Text-to-Image Generation

2025-05-05 · CVPR 2025 1 · Mingcheng Li, Xiaolu Hou, Ziyang Liu, Dingkang Yang 외

Diffusion models have shown excellent performance in text-to-image generation. Nevertheless, existing methods often suffer from performance bottlenecks when handling complex prompts that involve multiple objects, charact…

Image GenerationScene GenerationScene ParsingText to Image Generation+1

IterComp: Iterative Composition-Aware Feedback Learning from Model Gallery for Text-to-Image Generation

2024-10-09 · Xinchen Zhang, Ling Yang, Guohao Li, Yaqi Cai 외

Advanced diffusion models like RPG, Stable Diffusion 3 and FLUX have made notable strides in compositional text-to-image generation. However, these methods typically exhibit distinct strengths for compositional generatio…

AttributeImage GenerationText to Image GenerationText-to-Image Generation

Diffusion Beats Autoregressive: An Evaluation of Compositional Generation in Text-to-Image Models

2024-10-30 · Arash Marioriyad, Parham Rezaei, Mahdieh Soleymani Baghshah, Mohammad Hossein Rohban

Text-to-image (T2I) generative models, such as Stable Diffusion and DALL-E, have shown remarkable proficiency in producing high-quality, realistic, and natural images from textual descriptions. However, these models some…

Image Generation

Reduce, Reuse, Recycle: Compositional Generation with Energy-Based Diffusion Models and MCMC

2023-02-22 · Yilun Du, Conor Durkan, Robin Strudel, Joshua B. Tenenbaum 외

Since their introduction, diffusion models have quickly become the prevailing approach to generative modeling in many domains. They can be interpreted as learning the gradients of a time-varying sequence of log-probabili…

Image GenerationText to Image GenerationText-to-Image Generation