paper-with-me

Papers

Explicit Preference Optimization: No Need for an Implicit Reward Model

2025-06-09 · Xiangkun Hu, Lemin Kong, Tong He, David Wipf

The generated responses of large language models (LLMs) are often fine-tuned to human preferences through a process called reinforcement learning from human feedback (RLHF). As RLHF relies on a challenging training sequence, whereby a separate reward model is independently learned and then later applied to LLM policy updates, ongoing research effort has targeted more straightforward alternatives. In this regard, direct preference optimization (DPO) and its many offshoots circumvent the need for a separate reward training step. Instead, through the judicious use of a reparameterization trick that induces an \textit{implicit} reward, DPO and related methods consolidate learning to the minimization of a single loss function. And yet despite demonstrable success in some real-world settings, we prove that DPO-based objectives are nonetheless subject to sub-optimal regularization and counter-intuitive interpolation behaviors, underappreciated artifacts of the reparameterizations upon which they are based. To this end, we introduce an \textit{explicit} preference optimization framework termed EXPO that requires no analogous reparameterization to achieve an implicit reward. Quite differently, we merely posit intuitively-appealing regularization factors from scratch that transparently avoid the potential pitfalls of key DPO variants, provably satisfying regularization desiderata that prior methods do not. Empirical results serve to corroborate our analyses and showcase the efficacy of EXPO.

📄 PDF Abstract BibTeX arXiv:2506.07492

Code (1)

lmkong020/explicit-preference-optimization 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

Auto-Rubric as Reward: From Implicit Preferences to Explicit Multimodal Generative Criteria

2026-05-08 · Juanxi Tian, Fengyuan Liu, Jiaming Han, Yilei Jiang 외 arxiv

Aligning multimodal generative models with human preferences demands reward signals that respect the compositional, multi-dimensional structure of human judgment. Prevailing RLHF approaches reduce this structure to scala…

Text-to-Image GenerationImage Editing

On the Limited Generalization Capability of the Implicit Reward Model Induced by Direct Preference Optimization

2024-09-05 · Yong Lin, Skyler Seto, Maartje ter Hoeve, Katherine Metcalf 외

Reinforcement Learning from Human Feedback (RLHF) is an effective approach for aligning language models to human preferences. Central to RLHF is learning a reward function for scoring human preferences. Two main approach…

Implicit Preference Alignment for Human Image Animation

2026-05-08 · Yuanzhi Wang, Xuhua Ren, Jiaxiang Cheng, Bing Ma 외 arxiv

Human image animation has witnessed significant advancements, yet generating high-fidelity hand motions remains a persistent challenge due to their high degrees of freedom and motion complexity. While reinforcement learn…

Reinforcement Learning

Beyond Pairwise Preferences: Listwise Reward-Aware Alignment for Diffusion Models

2026-05-26 · Austin Wang, Jiaqi Han, Stefano Ermon, Yisong Yue arxiv

Preference optimization has emerged as an efficient alternative to online reinforcement learning from human feedback (RLHF) for aligning text-to-image diffusion models. However, existing methods largely reduce supervisio…

Text-to-Image GenerationReinforcement LearningImage Editing

Offline Preference Optimization via Maximum Marginal Likelihood Estimation

2025-10-27 · Saeed Najafi, Alona Fyshe arxiv

Aligning Large Language Models (LLMs) with human preferences is crucial, but standard methods like Reinforcement Learning from Human Feedback (RLHF) are often complex and unstable. In this work, we propose a new, simpler…

Reinforcement Learning