paper-with-me

홈 › Papers

Aligning Text to Image in Diffusion Models is Easier Than You Think

2025-03-11 · Jaa-Yeon Lee, Byunghee Cha, Jeongsol Kim, Jong Chul Ye

While recent advancements in generative modeling have significantly improved text-image alignment, some residual misalignment between text and image representations still remains. Although many approaches have attempted to address this issue by fine-tuning models using various reward models, etc., 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 both positive and negative pairs. To achieve this efficiently even with pretrained models, we introduce a lightweight contrastive fine tuning strategy called SoftREPA that uses soft text tokens. 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.

📄 PDF Abstract BibTeX arXiv:2503.08250

Code (1)

softrepa/SoftREPA 공식 구현 pytorch

Tasks

Contrastive LearningImage Generationtext-guided-image-editingText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
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 제목 키워드 기반

CRAFT: Aligning Diffusion Models with Fine-Tuning Is Easier Than You Think

2026-03-19 · Zening Sun, Zhengpeng Xie, Lichen Bai, Shitong Shao 외 arxiv

Aligning Diffusion models has achieved remarkable breakthroughs in generating high-quality, human preference-aligned images. Existing techniques, such as supervised fine-tuning (SFT) and DPO-style preference optimization…

Computational EfficiencyReinforcement Learning

Aligning Diffusion Models by Optimizing Human Utility

2024-04-06 · Shufan Li, Konstantinos Kallidromitis, Akash Gokul, Yusuke Kato 외

We present Diffusion-KTO, a novel approach for aligning text-to-image diffusion models by formulating the alignment objective as the maximization of expected human utility. Since this objective applies to each generation…

V-GRPO: Online Reinforcement Learning for Denoising Generative Models Is Easier than You Think

2026-04-25 · Bingda Tang, Yuhui Zhang, Xiaohan Wang, Jiayuan Mao 외 arxiv

Aligning denoising generative models with human preferences or verifiable rewards remains a key challenge. While policy-gradient online reinforcement learning (RL) offers a principled post-training framework, its direct …

Reinforcement Learning

I Think, Therefore I Diffuse: Enabling Multimodal In-Context Reasoning in Diffusion Models

2025-02-12 · Zhenxing Mi, Kuan-Chieh Wang, Guocheng Qian, Hanrong Ye 외

This paper presents ThinkDiff, a novel alignment paradigm that empowers text-to-image diffusion models with multimodal in-context understanding and reasoning capabilities by integrating the strengths of vision-language m…

DecoderLarge Language Model

Accelerating Diffusion Sampling with Classifier-based Feature Distillation

2022-11-22 · Wujie Sun, Defang Chen, Can Wang, Deshi Ye 외

Although diffusion model has shown great potential for generating higher quality images than GANs, slow sampling speed hinders its wide application in practice. Progressive distillation is thus proposed for fast sampling…