Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

StyleDiffusion: Prompt-Embedding Inversion for Text-Based Editing

About

A significant research effort is focused on exploiting the amazing capacities of pretrained diffusion models for the editing of images.They either finetune the model, or invert the image in the latent space of the pretrained model. However, they suffer from two problems: (1) Unsatisfying results for selected regions and unexpected changes in non-selected regions.(2) They require careful text prompt editing where the prompt should include all visual objects in the input image.To address this, we propose two improvements: (1) Only optimizing the input of the value linear network in the cross-attention layers is sufficiently powerful to reconstruct a real image. (2) We propose attention regularization to preserve the object-like attention maps after reconstruction and editing, enabling us to obtain accurate style editing without invoking significant structural changes. We further improve the editing technique that is used for the unconditional branch of classifier-free guidance as used by P2P. Extensive experimental prompt-editing results on a variety of images demonstrate qualitatively and quantitatively that our method has superior editing capabilities compared to existing and concurrent works. See our accompanying code in Stylediffusion: \url{https://github.com/sen-mao/StyleDiffusion}.

Senmao Li, Joost van de Weijer, Taihang Hu, Fahad Shahbaz Khan, Qibin Hou, Yaxing Wang, Jian Yang, Ming-Ming Cheng• 2023

Related benchmarks

TaskDatasetResultRank
Image EditingPIE-Bench
PSNR26.05
116
Image-to-Image Translation (Appearance Divergence)LAION Mini
Structure Similarity94.6
20
Image-to-Image Translation (Appearance Consistency)LAION Mini
Structure Similarity0.944
20
Text-driven Image-to-Image TranslationLAION Mini (subset (20 samples))
Inversion Time (s)40.3
7
Image InversionPIE-Bench
Inference Time (s)383
6
Text-based Image EditingCollected dataset (test)
Structure-dist0.026
5
Image ReconstructionPIE-Bench base model v1.4 (test)
Structure Distance4.35
5
Image ReconstructionCollected Dataset
PSNR31.523
2
Showing 8 of 8 rows

Other info

Code

Follow for update