paper-with-me

홈 › Papers

Relative Density Ratio Optimization for Stable and Statistically Consistent Model Alignment

2026-04-06 · Hiroshi Takahashi, Tomoharu Iwata, Atsutoshi Kumagai, Sekitoshi Kanai, Masanori Yamada, Kosuke Nishida, Kazutoshi Shinoda arxiv

Aligning language models with human preferences is essential for ensuring their safety and reliability. Although most existing approaches assume specific human preference models such as the Bradley-Terry model, this assumption may fail to accurately capture true human preferences, and consequently, these methods lack statistical consistency, i.e., the guarantee that language models converge to the true human preference as the number of samples increases. In contrast, direct density ratio optimization (DDRO) achieves statistical consistency without assuming any human preference models. DDRO models the density ratio between preferred and non-preferred data distributions using the language model, and then optimizes it via density ratio estimation. However, this density ratio is unstable and often diverges, leading to training instability of DDRO. In this paper, we propose a novel alignment method that is both stable and statistically consistent. Our approach is based on the relative density ratio between the preferred data distribution and a mixture of the preferred and non-preferred data distributions. Our approach is stable since this relative density ratio is bounded above and does not diverge. Moreover, it is statistically consistent and yields significantly tighter convergence guarantees than DDRO. We experimentally show its effectiveness with Qwen 2.5 and Llama 3.

📄 PDF Abstract BibTeX arXiv:2604.04410

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Proximal Policy Optimization with Adaptive Threshold for Symmetric Relative Density Ratio

2022-03-18 · Taisuke Kobayashi

Deep reinforcement learning (DRL) is one of the promising approaches for introducing robots into complicated environments. The recent remarkable progress of DRL stands on regularization of policy, which allows the policy…

Deep Reinforcement Learning

Proximal Policy Optimization with Relative Pearson Divergence

2020-10-07 · Taisuke Kobayashi

The recent remarkable progress of deep reinforcement learning (DRL) stands on regularization of policy for stable and efficient learning. A popular method, named proximal policy optimization (PPO), has been introduced fo…

Deep Reinforcement Learning

Direct Density Ratio Optimization: A Statistically Consistent Approach to Aligning Large Language Models

2025-05-12 · Rei Higuchi, Taiji Suzuki

Aligning large language models (LLMs) with human preferences is crucial for safe deployment, yet existing methods assume specific preference models like Bradley-Terry model. This assumption leads to statistical inconsist…

Generative Adversarial Nets from a Density Ratio Estimation Perspective

2016-10-10 · Masatoshi Uehara, Issei Sato, Masahiro Suzuki, Kotaro Nakayama 외

Generative adversarial networks (GANs) are successful deep generative models. GANs are based on a two-player minimax game. However, the objective function derived in the original motivation is changed to obtain stronger …

Density Ratio Estimation

Deep PDF: Probabilistic Surface Optimization and Density Estimation

2018-07-27 · Dmitry Kopitkov, Vadim Indelman

A probability density function (pdf) encodes the entire stochastic knowledge about data distribution, where data may represent stochastic observations in robotics, transition state pairs in reinforcement learning or any …

Decision MakingDensity EstimationReinforcement LearningStochastic Optimization