paper-with-me

홈 › Papers

Latent-GRPO: Group Relative Policy Optimization for Latent Reasoning

2026-04-30 · Jingcheng Deng, Zihao Wei, Liang Pang, Junhong Wu, Shicheng Xu, Zenghao Duan, Huawei Shen arxiv

Latent reasoning offers a more efficient alternative to explicit reasoning by compressing intermediate reasoning into continuous representations and substantially shortening reasoning chains. However, existing latent reasoning methods mainly focus on supervised learning, and reinforcement learning in latent space remains highly unstable. We study this problem through the lens of Group Relative Policy Optimization (GRPO), and show that directly adapting GRPO to latent reasoning is fundamentally non-trivial: latent reasoning changes both the probability density and the sampling mechanism, causing three coupled bottlenecks: absence of intrinsic latent manifolds, where unconstrained exploration pushes rollouts off the valid latent manifold; exploration-optimization misalignment, where trajectory-level rewards can induce incorrect token-level updates; and latent mixture non-closure, where jointly reinforcing multiple correct latent paths can produce an invalid averaged state. To address them, we propose \textbf{Latent-GRPO}, which combines invalid-sample advantage masking, one-sided noise sampling, and optimal correct-path first-token selection. Across four low-difficulty benchmarks (e.g., GSM8K-Aug) and four high-difficulty benchmarks (e.g., AIME), Latent-GRPO improves over its latent initialization by 7.86 Pass@1 points on low-difficulty tasks and surpasses explicit GRPO by 4.27 points on high-difficulty tasks while using 3--4$\times$ shorter reasoning chains. It also achieves stronger pass@$k$ performance under Gumbel sampling. These results establish Latent-GRPO as an effective approach for stable and efficient latent reasoning.

📄 PDF Abstract BibTeX arXiv:2604.27998

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Dropout-GRPO: Variational Stochasticity for Continuous Latent Reasoning

2026-06-08 · Wooil Jung arxiv

Group Relative Policy Optimization (GRPO) relies on the diversity of $K$ rollouts within each group; otherwise, the group-mean advantage $A^{(k)} = r^{(k)} - μ_r$ collapses to zero. This presents a structural challenge f…

Reinforcement Learning

Kalman Filter Enhanced GRPO for Reinforcement Learning-Based Language Model Reasoning

2025-05-12 · Hu Wang, Congbo Ma, Ian Reid, Mohammad Yaqub

Reward baseline is important for Reinforcement Learning (RL) algorithms to reduce variance in policy gradient estimates. Recently, for language modeling, Group Relative Policy Optimization (GRPO) is proposed to compute t…

Language ModelingLanguage ModellingMathQuestion Answering+1

Revisiting Group Relative Policy Optimization: Insights into On-Policy and Off-Policy Training

2025-05-28 · Youssef Mroueh, Nicolas Dupuis, Brian Belgodere, Apoorva Nitsure 외

We revisit Group Relative Policy Optimization (GRPO) in both on-policy and off-policy optimization regimes. Our motivation comes from recent work on off-policy Proximal Policy Optimization (PPO), which improves training …

GRPO-RM: Fine-Tuning Representation Models via GRPO-Driven Reinforcement Learning

2025-11-19 · Yanchen Xu, Ziheng Jiao, Hongyuan Zhang, Xuelong Li arxiv

The Group Relative Policy Optimization (GRPO), a reinforcement learning method used to fine-tune large language models (LLMs), has proved its effectiveness in practical applications such as DeepSeek-R1. It raises a quest…

Representation LearningReinforcement Learning

GRPO-TTA: Test-Time Visual Tuning for Vision-Language Models via GRPO-Driven Reinforcement Learning

2026-05-05 · Yujun Li, Hongyuan Zhang, Yuan Yuan arxiv

Group Relative Policy Optimization (GRPO) has recently shown strong performance in post-training large language models and vision-language models. It raises a question of whether the GRPO also significantly promotes the …

Reinforcement LearningTest-time Adaptation