paper-with-me

Papers

Ranking-based Preference Optimization for Diffusion Models from Implicit User Feedback

2025-10-21 · Yi-Lun Wu, Bo-Kai Ruan, Chiang Tseng, Hong-Han Shuai arxiv

Direct preference optimization (DPO) methods have shown strong potential in aligning text-to-image diffusion models with human preferences by training on paired comparisons. These methods improve training stability by avoiding the REINFORCE algorithm but still struggle with challenges such as accurately estimating image probabilities due to the non-linear nature of the sigmoid function and the limited diversity of offline datasets. In this paper, we introduce Diffusion Denoising Ranking Optimization (Diffusion-DRO), a new preference learning framework grounded in inverse reinforcement learning. Diffusion-DRO removes the dependency on a reward model by casting preference learning as a ranking problem, thereby simplifying the training objective into a denoising formulation and overcoming the non-linear estimation issues found in prior methods. Moreover, Diffusion-DRO uniquely integrates offline expert demonstrations with online policy-generated negative samples, enabling it to effectively capture human preferences while addressing the limitations of offline data. Comprehensive experiments show that Diffusion-DRO delivers improved generation quality across a range of challenging and unseen prompts, outperforming state-of-the-art baselines in both both quantitative metrics and user studies. Our source code and pre-trained models are available at https://github.com/basiclab/DiffusionDRO.

📄 PDF Abstract BibTeX arXiv:2510.18353

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Towards Better Optimization For Listwise Preference in Diffusion Models

2025-10-02 · Jiamu Bai, Xin Yu, Meilong Xu, Weitao Lu 외 arxiv

Reinforcement learning from human feedback (RLHF) has proven effectiveness for aligning text-to-image (T2I) diffusion models with human preferences. Although Direct Preference Optimization (DPO) is widely adopted for its…

Text-to-Image GenerationComputational EfficiencyReinforcement LearningImage Editing

Preference Diffusion for Recommendation

2024-10-17 · Shuo Liu, An Zhang, Guoqing Hu, Hong Qian 외

Recommender systems predict personalized item rankings based on user preference distributions derived from historical behavior data. Recently, diffusion models (DMs) have gained attention in recommendation for their abil…

Recommendation SystemsSequential RecommendationVariational Inference

Set2setRank: Collaborative Set to Set Ranking for Implicit Feedback based Recommendation

2021-05-16 · Lei Chen, Le Wu, Kun Zhang, Richang Hong 외

As users often express their preferences with binary behavior data~(implicit feedback), such as clicking items or buying products, implicit feedback based Collaborative Filtering~(CF) models predict the top ranked items …

Collaborative Filtering

Representation Learning and Pairwise Ranking for Implicit Feedback in Recommendation Systems

2017-04-29 · Sumit Sidana, Mikhail Trofimov, Oleg Horodnitskii, Charlotte Laclau 외

In this paper, we propose a novel ranking framework for collaborative filtering with the overall aim of learning user preferences over items by minimizing a pairwise ranking loss. We show the minimization problem involve…

Collaborative FilteringRecommendation SystemsRepresentation Learning

Towards Comprehensive Recommender Systems: Time-Aware UnifiedcRecommendations Based on Listwise Ranking of Implicit Cross-Network Data

2020-08-25 · Dilruk Perera, Roger Zimmermann

The abundance of information in web applications make recommendation essential for users as well as applications. Despite the effectiveness of existing recommender systems, we find two major limitations that reduce their…

DiversityRecommendation Systems