paper-with-me

Papers

Gradient Extrapolation-Based Policy Optimization

2026-05-07 · Ismam Nur Swapnil, Aranya Saha, Tanvir Ahmed Khan, Mohammad Ariful Haque, Ser-Nam Lim arxiv

Reinforcement learning is widely used to improve the reasoning ability of large language models, especially when answers can be automatically checked. Standard GRPO-style training updates the model using only the current step, while full multi-step lookahead can give a better update direction but is too expensive because it needs many backward passes. We propose Gradient Extrapolation-Based Policy Optimization (GXPO), a plug-compatible policy-update rule for GRPO-style reasoning RL. GXPO approximates a longer local lookahead using only three backward passes during an active phase. It reuses the same batch of rollouts, rewards, advantages, and GRPO loss, so it does not require new rollouts or reward computation at the lookahead points. GXPO takes two fast optimizer steps, measures how the gradients change, predicts a virtual K-step lookahead point, moves the policy partway toward that point, and then applies a corrective update using the true gradient at the new position. When the lookahead signal becomes unstable, GXPO automatically switches back to standard single-pass GRPO. We also give a plain-gradient-descent surrogate analysis that explains when the extrapolation is exact and where its local errors come from. Across Qwen2.5 and Llama math-reasoning experiments, GXPO improves the average sampled pass@1 by +1.65 to +5.00 points over GRPO and by +0.14 to +1.28 points over the strongest SFPO setting, while keeping the active-phase cost fixed at three backward passes. It also achieves up to 4.00x step speedup, 2.33x wall-clock speedup, and 1.33x backward-pass speedup in reaching GRPO's peak accuracy.

📄 PDF Abstract BibTeX arXiv:2605.06755

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Implicit Bias of Policy Gradient in Linear Quadratic Control: Extrapolation to Unseen Initial States

2024-02-12 · Noam Razin, Yotam Alexander, Edo Cohen-Karlik, Raja Giryes 외

In modern machine learning, models can often fit training data in numerous ways, some of which perform well on unseen (test) data, while others do not. Remarkably, in such cases gradient descent frequently exhibits an im…

Off-Policy Policy Gradient Algorithms by Constraining the State Distribution Shift

2019-11-16 · Riashat Islam, Komal K. Teru, Deepak Sharma, Joelle Pineau

Off-policy deep reinforcement learning (RL) algorithms are incapable of learning solely from batch offline data without online interactions with the environment, due to the phenomenon known as \textit{extrapolation error…

continuous-controlContinuous ControlDeep Reinforcement LearningReinforcement Learning+1

DreOPD: Degraded-Reference Extrapolative On-Policy Distillation for Flow-matching Models

2026-08-10 · Mingfeng Lin, Chengfei Cai, Lin Xu, Yuxiang Wei 외 arxiv

Flow-matching models are now a mainstream method to image generation, but its adaptation to diverse downstream scenarios typically relies on post-training, which may cause conflicts among task-specific optimization objec…

Reinforcement LearningImage Generation

Mitigating Reward Over-Optimization in RLHF via Behavior-Supported Regularization

2025-03-23 · Juntao Dai, Taiye Chen, Yaodong Yang, Qian Zheng 외

Reinforcement learning from human feedback (RLHF) is an effective method for aligning large language models (LLMs) with human values. However, reward over-optimization remains an open challenge leading to discrepancies b…

Reinforcement Learning (RL)Response Generation

Learning Gradient-based Mixup towards Flatter Minima for Domain Generalization

2022-09-29 · Danni Peng, Sinno Jialin Pan

To address the distribution shifts between training and test data, domain generalization (DG) leverages multiple source domains to learn a model that generalizes well to unseen domains. However, existing DG methods gener…

Domain Generalization