paper-with-me

홈 › Papers

Uncovering the Disentanglement Capability in Text-to-Image Diffusion Models

2022-12-16 · CVPR 2023 1 · Qiucheng Wu, Yujian Liu, Handong Zhao, Ajinkya Kale, Trung Bui, Tong Yu, Zhe Lin, Yang Zhang, Shiyu Chang

Generative models have been widely studied in computer vision. Recently, diffusion models have drawn substantial attention due to the high quality of their generated images. A key desired property of image generative models is the ability to disentangle different attributes, which should enable modification towards a style without changing the semantic content, and the modification parameters should generalize to different images. Previous studies have found that generative adversarial networks (GANs) are inherently endowed with such disentanglement capability, so they can perform disentangled image editing without re-training or fine-tuning the network. In this work, we explore whether diffusion models are also inherently equipped with such a capability. Our finding is that for stable diffusion models, by partially changing the input text embedding from a neutral description (e.g., "a photo of person") to one with style (e.g., "a photo of person with smile") while fixing all the Gaussian random noises introduced during the denoising process, the generated images can be modified towards the target style without changing the semantic content. Based on this finding, we further propose a simple, light-weight image editing algorithm where the mixing weights of the two text embeddings are optimized for style matching and content preservation. This entire process only involves optimizing over around 50 parameters and does not fine-tune the diffusion model itself. Experiments show that the proposed method can modify a wide range of attributes, with the performance outperforming diffusion-model-based image-editing algorithms that require fine-tuning. The optimized weights generalize well to different images. Our code is publicly available at https://github.com/UCSB-NLP-Chang/DiffusionDisentanglement.

📄 PDF Abstract BibTeX arXiv:2212.08698

Code (1)

ucsb-nlp-chang/diffusiondisentanglement 공식 구현 pytorch

Tasks

DenoisingDisentanglement

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Diffusion Model with Cross Attention as an Inductive Bias for Disentanglement

2024-02-15 · Tao Yang, Cuiling Lan, Yan Lu, Nanning Zheng

Disentangled representation learning strives to extract the intrinsic factors within observed data. Factorizing these representations in an unsupervised manner is notably challenging and usually requires tailored loss fu…

DisentanglementImage ReconstructionInductive BiasRepresentation Learning

Specialist Diffusion: Plug-and-Play Sample-Efficient Fine-Tuning of Text-to-Image Diffusion Models To Learn Any Unseen Style

2023-01-01 · CVPR 2023 1 · Haoming Lu, Hazarapet Tunanyan, Kai Wang, Shant Navasardyan 외

Diffusion models have demonstrated impressive capability of text-conditioned image synthesis, and broader application horizons are emerging by personalizing those pretrained diffusion models toward generating some sp…

DisentanglementImage Generation

Free-Lunch Color-Texture Disentanglement for Stylized Image Generation

2025-03-18 · Jiang Qin, Senmao Li, Alexandra Gomez-Villa, Shiqi Yang 외

Recent advances in Text-to-Image (T2I) diffusion models have transformed image generation, enabling significant progress in stylized generation using only a few style reference images. However, current diffusion-based me…

DisentanglementImage Generation

Closed-Loop Unsupervised Representation Disentanglement with $β$-VAE Distillation and Diffusion Probabilistic Feedback

2024-02-04 · Xin Jin, Bohan Li, Baao Xie, Wenyao Zhang 외

Representation disentanglement may help AI fundamentally understand the real world and thus benefit both discrimination and generation tasks. It currently has at least three unresolved core issues: (i) heavy reliance on …

DisentanglementImage Manipulation

AttenCraft: Attention-guided Disentanglement of Multiple Concepts for Text-to-Image Customization

2024-05-28 · Junjie Shentu, Matthew Watson, Noura Al Moubayed

With the unprecedented performance being achieved by text-to-image (T2I) diffusion models, T2I customization further empowers users to tailor the diffusion model to new concepts absent in the pre-training dataset, termed…

Disentanglement