无需大量偏好数据,实时反馈即可优化扩散模型的个性化推荐
PAPA: Online Personalized Active Preference Alignment

- 直接用用户实时反馈优化扩散模型,跳过复杂奖励建模
- 在多类条件与细粒度任务中均实现高效偏好对齐
- 适合需要快速响应、计算资源有限的个性化应用
扩散模型在建模复杂数据分布方面表现优异,但在个性化推荐系统中,目标往往转向捕捉能最大化用户偏好的特定分布区域——这些区域初始未知,需通过交互反馈逐步揭示。这可自然建模为强化学习问题,即基于偏好微调扩散模型以最大化奖励函数。然而主要挑战在于学习参数化奖励模型,通常需大规模偏好数据,而实际中难以获取。本文提出个性化主动偏好对齐方法 PAPA,通过直接利用实时用户反馈优化扩散模型,避免了参数化奖励模型的需求。PAPA 实现反馈高效的偏好对齐,其思路源自变分推断框架。我们通过大量实验与消融研究验证了 PAPA 在多样类条件及细粒度对齐任务中的有效性。基于理论洞察,进一步提出改进的微调策略 EPAPA,降低计算开销并加速训练,提升其在真实场景部署的适用性。代码已公开于 https://github.com/NasikNafi/papa。
原文摘要 · Abstract (English)
Diffusion models are highly effective at modeling complex data distributions, including images and text. However, in applications like personalized recommender systems, the objective often shifts to modeling specific regions of the distribution that maximize user preferences-initially unknown but gradually uncovered through interactive feedback. This can naturally be framed as a reinforcement learning problem, where the goal is to fine-tune a diffusion model to maximize a reward function based on preferences. However, the main challenge lies in learning a parameterized reward model, which typically requires large-scale preference data-something that is often not feasible in practice. In this work, we introduce Personalized Active Preference Alignment PAPA, a novel method that bypasses the requirement for a parametrized reward model by directly optimizing the diffusion model using real-time user feedback. PAPA enables feedback-efficient preference alignment, drawing inspiration from the variational inference framework. We demonstrate PAPA's effectiveness through extensive experiments and ablation studies across diverse class-conditioned and fine-grained alignment tasks. Additionally, based on theoretical insights, we propose an enhanced fine-tuning strategy, referred to as EPAPA, that requires less computational budget and accelerates the fine-tuning process, further boosting PAPA's suitability for real-world deployment. Our code is made publicly available at https://github.com/NasikNafi/papa.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。