Compositional Inversion for Stable Diffusion Models

Abstract

Inversion methods, such as Textual Inversion, generate personalized images by incorporating concepts of interest provided by user images. However, existing methods often suffer from overfitting issues, where the dominant presence of inverted concepts leads to the absence of other desired concepts. It stems from the fact that during inversion, the irrelevant semantics in the user images are also encoded, forcing the inverted concepts to occupy locations far from the core distribution in the embedding space. To address this issue, we propose a method that guides the inversion process towards the core distribution for compositional embeddings. Additionally, we introduce a spatial regularization approach to balance the attention on the concepts being composed. Our method is designed as a post-training approach and can be seamlessly integrated with other inversion methods. Experimental results demonstrate the effectiveness of our proposed approach in mitigating the overfitting problem and generating more diverse and balanced compositions of concepts in the synthesized images. The source code is available at https://github.com/zhangxulu1996/Compositional-Inversion.

Cite

Text

Zhang et al. "Compositional Inversion for Stable Diffusion Models." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I7.28565

Markdown

[Zhang et al. "Compositional Inversion for Stable Diffusion Models." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/zhang2024aaai-compositional/) doi:10.1609/AAAI.V38I7.28565

BibTeX

@inproceedings{zhang2024aaai-compositional,
  title     = {{Compositional Inversion for Stable Diffusion Models}},
  author    = {Zhang, Xulu and Wei, Xiao-Yong and Wu, Jinlin and Zhang, Tianyi and Zhang, Zhaoxiang and Lei, Zhen and Li, Qing},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {7350-7358},
  doi       = {10.1609/AAAI.V38I7.28565},
  url       = {https://mlanthology.org/aaai/2024/zhang2024aaai-compositional/}
}