paper-with-me

홈 › Papers

Cross Initialization for Face Personalization of Text-to-Image Models

2024-01-01 · CVPR 2024 1 · Lianyu Pang, Jian Yin, Haoran Xie, Qiping Wang, Qing Li, Xudong Mao

Recently there has been a surge in face personalization techniques benefiting from the advanced capabilities of pretrained text-to-image diffusion models. Among these a notable method is Textual Inversion which generates personalized images by inverting given images into textual embeddings. However methods based on Textual Inversion still struggle with balancing the trade-off between reconstruction quality and editability. In this study we examine this issue through the lens of initialization. Upon closely examining traditional initialization methods we identified a significant disparity between the initial and learned embeddings in terms of both scale and orientation. The scale of the learned embedding can be up to 100 times greater than that of the initial embedding. Such a significant change in the embedding could increase the risk of overfitting thereby compromising the editability. Driven by this observation we introduce a novel initialization method termed Cross Initialization that significantly narrows the gap between the initial and learned embeddings. This method not only improves both reconstruction and editability but also reduces the optimization steps from 5000 to 320. Furthermore we apply a regularization term to keep the learned embedding close to the initial embedding. We show that when combined with Cross Initialization this regularization term can effectively improve editability. We provide comprehensive empirical evidence to demonstrate the superior performance of our method compared to the baseline methods. Notably in our experiments Cross Initialization is the only method that successfully edits an individual's facial expression. Additionally a fast version of our method allows for capturing an input image in roughly 26 seconds while surpassing the baseline methods in terms of both reconstruction and editability. Code is available at https://github.com/lyuPang/CrossInitialization.

📄 PDF Abstract BibTeX

Code (1)

lyupang/crossinitialization 공식 구현 pytorch

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

Cross Initialization for Personalized Text-to-Image Generation

2023-12-26 · Lianyu Pang, Jian Yin, Haoran Xie, Qiping Wang 외

Recently, there has been a surge in face personalization techniques, benefiting from the advanced capabilities of pretrained text-to-image diffusion models. Among these, a notable method is Textual Inversion, which gener…

Image GenerationText to Image GenerationText-to-Image Generation

Privacy Protection Against Personalized Text-to-Image Synthesis via Cross-image Consistency Constraints

2025-04-17 · Guanyu Wang, Kailong Wang, Yihao Huang, Mingyi Zhou 외

The rapid advancement of diffusion models and personalization techniques has made it possible to recreate individual portraits from just a few publicly available images. While such capabilities empower various creative a…

Image Generation

Identity Decoupling for Multi-Subject Personalization of Text-to-Image Models

2024-04-05 · Sangwon Jang, Jaehyeong Jo, Kimin Lee, Sung Ju Hwang

Text-to-image diffusion models have shown remarkable success in generating personalized subjects based on a few reference images. However, current methods often fail when generating multiple subjects simultaneously, resu…

Data Augmentation

Dense-Face: Personalized Face Generation Model via Dense Annotation Prediction

2024-12-24 · Xiao Guo, Manh Tran, Jiaxin Cheng, Xiaoming Liu

The text-to-image (T2I) personalization diffusion model can generate images of the novel concept based on the user input text caption. However, existing T2I personalized methods either require test-time fine-tuning or fa…

Face GenerationImage Generation

Face2Diffusion for Fast and Editable Face Personalization

2024-03-08 · CVPR 2024 1 · Kaede Shiohara, Toshihiko Yamasaki

Face personalization aims to insert specific faces, taken from images, into pretrained text-to-image diffusion models. However, it is still challenging for previous methods to preserve both the identity similarity and ed…

Diffusion PersonalizationDiversityText-to-Image Generation