Personalized Residuals for Concept-Driven Text-to-Image Generation
Cusuh Ham, Matthew Fisher, James Hays, Nicholas Kolkin, Yuchen Liu, Richard Zhang, Tobias Hinz
TL;DR
This work tackles open-domain personalization of text-to-image diffusion models by encoding a concept's identity through low-rank residuals applied to a small subset of weights, enabling rapid, reg-image-free customization. It introduces Localized Attention-Guided (LAG) sampling, which uses cross-attention maps to restrict the residual application to regions corresponding to the target concept, thereby preserving background and prior content. The approach uses approximately $1.2$M trainable parameters (about $0.1\%$ of the base model) and requires ~3 minutes on a single GPU, outperforming or matching baselines like Textual Inversion, ViCo, DreamBooth, and Custom Diffusion in both CLIP/DINO-based alignment and human preference metrics. The combination of low-rank residuals and on-the-fly localization enables efficient, flexible personalization across arbitrary concepts without regularization images, with practical implications for rapid, user-friendly creative workflows.
Abstract
We present personalized residuals and localized attention-guided sampling for efficient concept-driven generation using text-to-image diffusion models. Our method first represents concepts by freezing the weights of a pretrained text-conditioned diffusion model and learning low-rank residuals for a small subset of the model's layers. The residual-based approach then directly enables application of our proposed sampling technique, which applies the learned residuals only in areas where the concept is localized via cross-attention and applies the original diffusion weights in all other regions. Localized sampling therefore combines the learned identity of the concept with the existing generative prior of the underlying diffusion model. We show that personalized residuals effectively capture the identity of a concept in ~3 minutes on a single GPU without the use of regularization images and with fewer parameters than previous models, and localized sampling allows using the original model as strong prior for large parts of the image.
