Aligning Text to Image in Diffusion Models is Easier Than You Think
Jaa-Yeon Lee, Byunghee Cha, Jeongsol Kim, Jong Chul Ye
TL;DR
SoftREPA tackles residual text–image misalignment in diffusion-based T2I models by introducing learnable soft tokens and a contrastive alignment loss, all while freezing the backbone to keep training lightweight. The method links contrastive representation learning with mutual information to explicitly boost semantic coherence between modalities. Empirically, SoftREPA improves text alignment and editing performance across multiple Stable Diffusion backbones with under 1M additional parameters and negligible speed impact. It also proves complementary to diffusion RL approaches and provides a flexible, model-agnostic augmentation to enhance multimodal generation and editing tasks.
Abstract
While recent advancements in generative modeling have significantly improved text-image alignment, some residual misalignment between text and image representations still remains. Some approaches address this issue by fine-tuning models in terms of preference optimization, etc., which require tailored datasets. Orthogonal to these methods, we revisit the challenge from the perspective of representation alignment-an approach that has gained popularity with the success of REPresentation Alignment (REPA). We first argue that conventional text-to-image (T2I) diffusion models, typically trained on paired image and text data (i.e., positive pairs) by minimizing score matching or flow matching losses, is suboptimal from the standpoint of representation alignment. Instead, a better alignment can be achieved through contrastive learning that leverages existing dataset as both positive and negative pairs. To enable efficient alignment with pretrained models, we propose SoftREPA- a lightweight contrastive fine-tuning strategy that leverages soft text tokens for representation alignment. This approach improves alignment with minimal computational overhead by adding fewer than 1M trainable parameters to the pretrained model. Our theoretical analysis demonstrates that our method explicitly increases the mutual information between text and image representations, leading to enhanced semantic consistency. Experimental results across text-to-image generation and text-guided image editing tasks validate the effectiveness of our approach in improving the semantic consistency of T2I generative models.
