AttnDreamBooth: Towards Text-Aligned Personalized Text-to-Image Generation
Lianyu Pang, Jian Yin, Baoquan Zhao, Feize Wu, Fu Lee Wang, Qing Li, Xudong Mao
TL;DR
AttnDreamBooth identifies embedding misalignment as the root cause of the conflicting behaviors of Textual Inversion and DreamBooth in personalized text-to-image generation. It proposes a three-stage framework that separately learns embedding alignment, refines cross-attention, and then captures subject identity, all while keeping the text encoder fixed and adding a cross-attention map regularization to align attention with both the new concept and its super-category. Empirical results show AttnDreamBooth achieving strong identity preservation and text alignment, including complex prompts, with a lightweight training protocol (~20 minutes per concept) and favorable user study outcomes. This method advances practical personalized generation by enabling more reliable, text-aligned synthesis across diverse prompts and styles.
Abstract
Recent advances in text-to-image models have enabled high-quality personalized image synthesis of user-provided concepts with flexible textual control. In this work, we analyze the limitations of two primary techniques in text-to-image personalization: Textual Inversion and DreamBooth. When integrating the learned concept into new prompts, Textual Inversion tends to overfit the concept, while DreamBooth often overlooks it. We attribute these issues to the incorrect learning of the embedding alignment for the concept. We introduce AttnDreamBooth, a novel approach that addresses these issues by separately learning the embedding alignment, the attention map, and the subject identity in different training stages. We also introduce a cross-attention map regularization term to enhance the learning of the attention map. Our method demonstrates significant improvements in identity preservation and text alignment compared to the baseline methods.
