English

SVDiff: Compact Parameter Space for Diffusion Fine-Tuning

Computer Vision and Pattern Recognition 2023-07-04 v4

Abstract

Diffusion models have achieved remarkable success in text-to-image generation, enabling the creation of high-quality images from text prompts or other modalities. However, existing methods for customizing these models are limited by handling multiple personalized subjects and the risk of overfitting. Moreover, their large number of parameters is inefficient for model storage. In this paper, we propose a novel approach to address these limitations in existing text-to-image diffusion models for personalization. Our method involves fine-tuning the singular values of the weight matrices, leading to a compact and efficient parameter space that reduces the risk of overfitting and language drifting. We also propose a Cut-Mix-Unmix data-augmentation technique to enhance the quality of multi-subject image generation and a simple text-based image editing framework. Our proposed SVDiff method has a significantly smaller model size compared to existing methods (approximately 2,200 times fewer parameters compared with vanilla DreamBooth), making it more practical for real-world applications.

Keywords

Cite

@article{arxiv.2303.11305,
  title  = {SVDiff: Compact Parameter Space for Diffusion Fine-Tuning},
  author = {Ligong Han and Yinxiao Li and Han Zhang and Peyman Milanfar and Dimitris Metaxas and Feng Yang},
  journal= {arXiv preprint arXiv:2303.11305},
  year   = {2023}
}

Comments

Added additional analysis and style-mixing results

R2 v1 2026-06-28T09:24:43.105Z