paper-with-me

Papers

Lean and Mean: Decoupled Value Policy Optimization with Global Value Guidance

2025-02-24 · Chenghua Huang, Lu Wang, Fangkai Yang, Pu Zhao, Zhixu Li, QIngwei Lin, Dongmei Zhang, Saravan Rajmohan, Qi Zhang

Proximal Policy Optimization (PPO)-based Reinforcement Learning from Human Feedback (RLHF) is essential for aligning large language models (LLMs) with human preferences. It requires joint training of an actor and critic with a pretrained, fixed reward model for guidance. This approach increases computational complexity and instability due to actor-critic interdependence. Additionally, PPO lacks access to true environment rewards in LLM tasks, limiting its adaptability. Under such conditions, pretraining a value model or a reward model becomes equivalent, as both provide fixed supervisory signals without new ground-truth feedback. To address these issues, we propose \textbf{Decoupled Value Policy Optimization (DVPO)}, a lean framework that replaces traditional reward modeling with a pretrained \emph{global value model (GVM)}. The GVM is conditioned on policy trajectories and predicts token-level return-to-go estimates. By decoupling value model from policy training (via frozen GVM-driven RL objectives), DVPO eliminates actor-critic interdependence, reducing GPU memory usage by 40\% and training time by 35\% compared to conventional RLHF. Experiments across benchmarks show DVPO outperforms efficient RLHF methods (e.g., DPO) while matching state-of-the-art PPO in performance.

📄 PDF Abstract BibTeX arXiv:2502.16944

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

Soft Actor-Critic with Cross-Entropy Policy Optimization

2021-12-21 · Zhenyang Shi, Surya P. N. Singh

Soft Actor-Critic (SAC) is one of the state-of-the-art off-policy reinforcement learning (RL) algorithms that is within the maximum entropy based RL framework. SAC is demonstrated to perform very well in a list of contin…

Reinforcement Learning (RL)

Decoupling Value and Policy for Generalization in Reinforcement Learning

2021-02-20 · Roberta Raileanu, Rob Fergus

Standard deep reinforcement learning algorithms use a shared representation for the policy and value function, especially when training directly from images. However, we argue that more information is needed to accuratel…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Unified continuous-time q-learning for mean-field game and mean-field control problems

2024-07-05 · Xiaoli Wei, Xiang Yu, Fengyi Yuan

This paper studies the continuous-time q-learning in mean-field jump-diffusion models when the population distribution is not directly observable. We propose the integrated q-function in decoupled form (decoupled Iq-func…

Q-Learning

PAnDR: Fast Adaptation to New Environments from Offline Experiences via Decoupling Policy and Environment Representations

2022-04-06 · Tong Sang, Hongyao Tang, Yi Ma, Jianye Hao 외

Deep Reinforcement Learning (DRL) has been a promising solution to many complex decision-making problems. Nevertheless, the notorious weakness in generalization among environments prevent widespread application of DRL ag…

Contrastive LearningDecision MakingDeep Reinforcement Learning

Unified Generation and Self-Verification for Vision-Language Models via Advantage Decoupled Preference Optimization

2026-01-04 · Xinyu Qiu, Heng Jia, Zhengwen Zeng, Shuheng Shen 외 arxiv

Parallel test-time scaling typically trains separate generation and verification models, incurring high training and inference costs. We propose Advantage Decoupled Preference Optimization (ADPO), a unified reinforcement…

Reinforcement LearningAnswer Generation