paper-with-me

Papers

Diffusion-RPO: Aligning Diffusion Models through Relative Preference Optimization

2024-06-10 · Yi Gu, Zhendong Wang, Yueqin Yin, Yujia Xie, Mingyuan Zhou

Aligning large language models with human preferences has emerged as a critical focus in language modeling research. Yet, integrating preference learning into Text-to-Image (T2I) generative models is still relatively uncharted territory. The Diffusion-DPO technique made initial strides by employing pairwise preference learning in diffusion models tailored for specific text prompts. We introduce Diffusion-RPO, a new method designed to align diffusion-based T2I models with human preferences more effectively. This approach leverages both prompt-image pairs with identical prompts and those with semantically related content across various modalities. Furthermore, we have developed a new evaluation metric, style alignment, aimed at overcoming the challenges of high costs, low reproducibility, and limited interpretability prevalent in current evaluations of human preference alignment. Our findings demonstrate that Diffusion-RPO outperforms established methods such as Supervised Fine-Tuning and Diffusion-DPO in tuning Stable Diffusion versions 1.5 and XL-1.0, achieving superior results in both automated evaluations of human preferences and style alignment. Our code is available at https://github.com/yigu1008/Diffusion-RPO

📄 PDF Abstract BibTeX arXiv:2406.06382

Code (1)

yigu1008/diffusion-rpo 공식 구현

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Focus 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
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 제목 키워드 기반

AlignDiff: Aligning Diverse Human Preferences via Behavior-Customisable Diffusion Model

2023-10-03 · Zibin Dong, Yifu Yuan, Jianye Hao, Fei Ni 외

Aligning agent behaviors with diverse human preferences remains a challenging problem in reinforcement learning (RL), owing to the inherent abstractness and mutability of human preferences. To address these issues, we pr…

AttributeReinforcement Learning (RL)

PC-Diffusion: Aligning Diffusion Models with Human Preferences via Preference Classifier

2025-11-11 · Shaomeng Wang, He Wang, Xiaolu Wei, Longquan Dai 외 arxiv

Diffusion models have achieved remarkable success in conditional image generation, yet their outputs often remain misaligned with human preferences. To address this, recent work has applied Direct Preference Optimization…

Conditional Image Generation

When Preference Labels Fall Short: Aligning Diffusion Models from Real Data

2026-05-19 · Weiyan Chen, Weijian Deng, Yao Xiao, Weijie Tu 외 arxiv

Preference alignment aims to guide generative models by learning from comparisons between preferred and non-preferred samples. In practice, most existing approaches rely on preference pairs constructed from model-generat…

DPR: Diffusion Preference-based Reward for Offline Reinforcement Learning

2025-03-03 · Teng Pang, Bingzheng Wang, Guoqiang Wu, Yilong Yin

Offline preference-based reinforcement learning (PbRL) mitigates the need for reward definition, aligning with human preferences via preference-driven reward feedback without interacting with the environment. However, th…

reinforcement-learningReinforcement Learning

Diffusion-APO: Trajectory-Aware Direct Preference Alignment for Video Diffusion Transformers

2026-05-08 · Jingyuan Zhu, Biaolong Chen, Le Zhang, Aixi Zhang 외 arxiv

Efficiently aligning large-scale video diffusion models with human intent requires a scalable and trajectory-aware pathway that bridges the inherent discrepancy between training noise distributions and practical inferenc…

Instruction Following