paper-with-me

홈 › Papers

Difficulty-Estimated Policy Optimization

2026-02-06 · Yu Zhao, Fan Jiang, Tianle Liu, Bo Zeng, Yu Liu, Longyue Wang, Weihua Luo arxiv

Recent advancements in Large Reasoning Models (LRMs), exemplified by DeepSeek-R1, have underscored the potential of scaling inference-time compute through Group Relative Policy Optimization (GRPO). However, GRPO frequently suffers from gradient signal attenuation when encountering problems that are either too trivial or overly complex. In these scenarios, the disappearance of inter-group advantages makes the gradient signal susceptible to noise, thereby jeopardizing convergence stability. While variants like DAPO attempt to rectify gradient vanishing, they do not alleviate the substantial computational overhead incurred by exhaustive rollouts on low-utility samples. In this paper, we propose Difficulty-Estimated Policy Optimization (DEPO), a novel framework designed to optimize the efficiency and robustness of reasoning alignment. DEPO integrates an online Difficulty Estimator that dynamically assesses and filters training data before the rollout phase. This mechanism ensures that computational resources are prioritized for samples with high learning potential. Empirical results demonstrate that DEPO achieves up to a 2x reduction in rollout costs without compromising model performance. Our approach significantly lowers the computational barrier for training high-performance reasoning models, offering a more sustainable path for reasoning scaling. Code and data will be released upon acceptance.

📄 PDF Abstract BibTeX arXiv:2602.06375

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimistic Proximal Policy Optimization

2019-06-25 · Takahisa Imagawa, Takuya Hiraoka, Yoshimasa Tsuruoka

Reinforcement Learning, a machine learning framework for training an autonomous agent based on rewards, has shown outstanding results in various domains. However, it is known that learning a good policy is difficult in a…

BIG-bench Machine Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Sample Complexity of Policy Gradient for Log-Growth Control

2026-05-26 · Qiuhua Pan, Yukai Shen, Liwei Zhang, Cailian Chen 외 arxiv

We study the sample complexity of policy gradient for log-growth control -- the problem of learning, from observed state transitions, a feedback gain that optimally stabilizes a scalar linear system driven through a mult…

Zeroth-Order Supervised Policy Improvement

2020-06-11 · Hao Sun, Ziping Xu, Yuhang Song, Meng Fang 외

Policy gradient (PG) algorithms have been widely used in reinforcement learning (RL). However, PG algorithms rely on exploiting the value function being learned with the first-order update locally, which results in limit…

continuous-controlContinuous ControlPolicy Gradient MethodsQ-Learning+1

CVPO: Enhancing LLM Reinforcement Learning Reasoning via Value-Variance Adaptation and Dynamic Curriculum Learning

2026-08-04 · Ziqi Jia, Yalu Ouyang, Bo Pang, Panpan Li 외 arxiv

Reinforcement learning (RL) has emerged as an effective method for enhancing the reasoning capabilities of large language models (LLMs). However, existing methods suffer from insufficient precision in feedback on generat…

Reinforcement Learning

Simple Nearest Neighbor Policy Method for Continuous Control Tasks

2018-01-01 · ICLR 2018 1 · Elman Mansimov, Kyunghyun Cho

We design a new policy, called a nearest neighbor policy, that does not require any optimization for simple, low-dimensional continuous control tasks. As this policy does not require any optimization, it allows us to inv…

continuous-controlContinuous Control