paper-with-me

Papers

A Dense Reward View on Aligning Text-to-Image Diffusion with Preference

2024-02-13 · Shentao Yang, Tianqi Chen, Mingyuan Zhou

Aligning text-to-image diffusion model (T2I) with preference has been gaining increasing research attention. While prior works exist on directly optimizing T2I by preference data, these methods are developed under the bandit assumption of a latent reward on the entire diffusion reverse chain, while ignoring the sequential nature of the generation process. This may harm the efficacy and efficiency of preference alignment. In this paper, we take on a finer dense reward perspective and derive a tractable alignment objective that emphasizes the initial steps of the T2I reverse chain. In particular, we introduce temporal discounting into DPO-style explicit-reward-free objectives, to break the temporal symmetry therein and suit the T2I generation hierarchy. In experiments on single and multiple prompt generation, our method is competitive with strong relevant baselines, both quantitatively and qualitatively. Further investigations are conducted to illustrate the insight of our approach.

📄 PDF Abstract BibTeX arXiv:2402.08265

Code (1)

shentao-yang/dense_reward_t2i 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Aligning Information Capacity Between Vision and Language via Dense-to-Sparse Feature Distillation for Image-Text Matching

2025-03-19 · Yang Liu, Wentao Feng, Zhuoyao Liu, Shudong Huang 외

Enabling Visual Semantic Models to effectively handle multi-view description matching has been a longstanding challenge. Existing methods typically learn a set of embeddings to find the optimal match for each view's text…

Image-text matchingText Matching

Listener-Rewarded Thinking in VLMs for Image Preferences

2025-06-28 · Alexander Gambashidze, Li Pengyi, Matvey Skripkin, Andrey Galichin 외

Training robust and generalizable reward models for human visual preferences is essential for aligning text-to-image and text-to-video generative models with human intent. However, current reward models often fail to gen…

MemorizationReinforcement Learning (RL)

RealignDiff: Boosting Text-to-Image Diffusion Model with Coarse-to-fine Semantic Re-alignment

2023-05-31 · Zutao Jiang, Guian Fang, Jianhua Han, Guansong Lu 외

Recent advances in text-to-image diffusion models have achieved remarkable success in generating high-quality, realistic images from textual descriptions. However, these approaches have faced challenges in precisely alig…

Caption GenerationLanguage ModellingLarge Language ModelSemantic Similarity+1

Aligning Few-Step Diffusion Models with Dense Reward Difference Learning

2024-11-18 · Ziyi Zhang, Li Shen, Sen Zhang, Deheng Ye 외

Aligning diffusion models with downstream objectives is essential for their practical applications. However, standard alignment methods often struggle with step generalization when directly applied to few-step diffusion …

Denoising

MVReward: Better Aligning and Evaluating Multi-View Diffusion Models with Human Preferences

2024-12-09 · Weitao Wang, Haoran Xu, Yuxiao Yang, Zhifang Liu 외

Recent years have witnessed remarkable progress in 3D content generation. However, corresponding evaluation methods struggle to keep pace. Automatic approaches have proven challenging to align with human preferences, and…

16k