paper-with-me

홈 › Papers

Step-GRPO: Internalizing Dynamic Early Exit for Efficient Reasoning

2026-04-18 · Benteng Chen, Weida Wang, Shufei Zhang, Mingbao Lin, Min Zhang arxiv

Large reasoning models that use long chain-of-thought excel at problem-solving yet waste compute on redundant checks. Curbing this overthinking is hard: training-time length penalties can cripple ability, while inference-time early-exit adds system overhead. To bridge this gap, we propose Step-GRPO, a novel post-training framework that internalizes dynamic early-exit capabilities directly into the model. Step-GRPO shifts the optimization objective from raw tokens to semantic steps by utilizing linguistic markers to structure reasoning. We introduce a Dynamic Truncated Rollout mechanism that exposes the model to concise high-confidence trajectories during exploration, synergized with a Step-Aware Relative Reward that dynamically penalizes redundancy based on group-level baselines. Extensive experiments across three model sizes on diverse benchmarks demonstrate that Step-GRPO achieves a superior accuracy-efficiency trade-off. On Qwen3-8B, our method reduces token consumption by 32.0\% compared to the vanilla model while avoiding the accuracy degradation observed in traditional length-penalty methods.

📄 PDF Abstract BibTeX arXiv:2604.16890

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

S-GRPO: Early Exit via Reinforcement Learning in Reasoning Models

2025-05-12 · Muzhi Dai, Chenxu Yang, Qingyi Si

As Test-Time Scaling emerges as an active research focus in the large language model community, advanced post-training methods increasingly emphasize extending chain-of-thought (CoT) generation length, thereby enhancing …

GSM8KLarge Language ModelMathreinforcement-learning+1

Alleviating Sparse Rewards by Modeling Step-Wise and Long-Term Sampling Effects in Flow-Based GRPO

2026-02-06 · Yunze Tong, Mushui Liu, Canyu Zhao, Didi Zhu 외 arxiv

Deploying GRPO on Flow Matching models has proven effective for text-to-image generation. However, existing paradigms typically propagate an outcome-based reward to all preceding denoising steps without distinguishing th…

Text-to-Image Generation

Multi-GRPO: Multi-Group Advantage Estimation for Text-to-Image Generation with Tree-Based Trajectories and Multiple Rewards

2025-11-30 · Qiang Lyu, Zicong Chen, Chongxiao Wang, Haolin Shi 외 arxiv

Recently, Group Relative Policy Optimization (GRPO) has shown promising potential for aligning text-to-image (T2I) models, yet existing GRPO-based methods suffer from two critical limitations. (1) \textit{Shared credit a…

Text-to-Image Generation

TempFlow-GRPO: When Timing Matters for GRPO in Flow Models

2025-08-06 · Xiaoxuan He, Siming Fu, Yuke Zhao, Wanli Li 외 arxiv

Recent flow matching models for text-to-image generation have achieved remarkable quality, yet their integration with reinforcement learning for human preference alignment remains suboptimal, hindering fine-grained rewar…

Text-to-Image GenerationReinforcement Learning

MixGRPO: Unlocking Flow-based GRPO Efficiency with Mixed ODE-SDE

2025-07-29 · Junzhe Li, Yutao Cui, Tao Huang, Weijie Kong 외 arxiv

Although GRPO substantially enhances flow matching models in human preference alignment of image generation, methods such as FlowGRPO and DanceGRPO still exhibit inefficiency due to the necessity of sampling and optimizi…

Image Generation