English

StyleDiffusion: Prompt-Embedding Inversion for Text-Based Editing

Computer Vision and Pattern Recognition 2024-12-09 v3

Abstract

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}.

Keywords

Cite

@article{arxiv.2303.15649,
  title  = {StyleDiffusion: Prompt-Embedding Inversion for Text-Based Editing},
  author = {Senmao Li and Joost van de Weijer and Taihang Hu and Fahad Shahbaz Khan and Qibin Hou and Yaxing Wang and Jian Yang and Ming-Ming Cheng},
  journal= {arXiv preprint arXiv:2303.15649},
  year   = {2024}
}

Comments

Accepted by Computational Visual Meda

R2 v1 2026-06-28T09:36:57.798Z