DECOR:Decomposition and Projection of Text Embeddings for Text-to-Image Customization
Geonhui Jang, Jin-Hwa Kim, Yong-Hyun Park, Junho Kim, Gayoung Lee, Yonghyun Jeong
TL;DR
DECOR tackles overfitting in LoRA-based text-to-image customization by revealing that undesired semantics are entangled within word token embeddings. Through singular value decomposition of CLIP text embeddings, the method identifies dominant axes linked to PAD tokens and introduces a training-free projection strategy that suppresses these axes during inference using $X' = X - \alpha X P_{\tilde{X}}$ with $P_{\tilde{X}} = \tilde{V} \tilde{V}^T$. Empirical results across personalization, stylization, and content-style mixing demonstrate state-of-the-art performance and a favorable Pareto frontier between text alignment and visual fidelity, achieved without additional training. The work provides interpretability of embedding-space geometry and offers a practical, plug-in refinement that can complement other customization techniques.
Abstract
Text-to-image (T2I) models can effectively capture the content or style of reference images to perform high-quality customization. A representative technique for this is fine-tuning using low-rank adaptations (LoRA), which enables efficient model customization with reference images. However, fine-tuning with a limited number of reference images often leads to overfitting, resulting in issues such as prompt misalignment or content leakage. These issues prevent the model from accurately following the input prompt or generating undesired objects during inference. To address this problem, we examine the text embeddings that guide the diffusion model during inference. This study decomposes the text embedding matrix and conducts a component analysis to understand the embedding space geometry and identify the cause of overfitting. Based on this, we propose DECOR, which projects text embeddings onto a vector space orthogonal to undesired token vectors, thereby reducing the influence of unwanted semantics in the text embeddings. Experimental results demonstrate that DECOR outperforms state-of-the-art customization models and achieves Pareto frontier performance across text and visual alignment evaluation metrics. Furthermore, it generates images more faithful to the input prompts, showcasing its effectiveness in addressing overfitting and enhancing text-to-image customization.
