arXiv:2604.20733cs.LG2026-04被引 2

用自洽的未来策略提升强化学习收敛速度和性能上限

Near-Future Policy Optimization

论文配图:Near-Future Policy Optimization
图 1 · 摘自论文原文
  • 让当前策略学习自身训练后期的快照,平衡轨迹质量与方差代价
  • 在Qwen3-VL-8B-Instruct上将平均性能从57.88提升至63.15
  • 适用于需要加速收敛与突破性能瓶颈的RLVR任务

基于可验证奖励的强化学习(RLVR)已成为后训练的核心方法。将合适的离策略轨迹引入在线策略探索,能加速收敛并提升性能上限,但如何获取此类轨迹仍是关键挑战。现有混合策略方法要么从外部教师导入轨迹(质量高但分布差异大),要么回放过往训练轨迹(分布接近但质量受限),均无法同时满足高质量(更高 $Q$,更多新知识)与低方差(更低 $V$,更易吸收)以最大化有效学习信号 $/mathcal{S} = Q/V$。本文提出近未来策略优化(NPO),一种简单混合策略方案:利用同次训练中后续检查点作为辅助轨迹来源,其质量高于当前策略且分布更贴近,直接平衡轨迹质量与方差成本。通过早期引导与晚期突破两种人工干预验证有效性,并进一步提出自动版AutoNPO,基于在线信号自动触发干预并选择最优引导检查点以最大化 $/mathcal{S}$。在Qwen3-VL-8B-Instruct与GRPO框架下,NPO将平均性能从57.88提升至62.84,AutoNPO进一步达63.15,显著提升最终性能上限并加速收敛。

原文摘要 · Abstract (English)

Reinforcement learning with verifiable rewards (RLVR) has become a core post-training recipe. Introducing suitable off-policy trajectories into on-policy exploration accelerates RLVR convergence and raises the performance ceiling, yet finding a source of such trajectories remains the key challenge. Existing mixed-policy methods either import trajectories from external teachers (high-quality but distributionally far) or replay past training trajectories (close but capped in quality), and neither simultaneously satisfies the strong enough (higher $Q$ , more new knowledge to learn) and close enough (lower $V$ , more readily absorbed) conditions required to maximize the effective learning signal $\mathcal{S} = Q/V$. We propose \textbf{N}ear-Future \textbf{P}olicy \textbf{O}ptimization (\textbf{NPO}), a simple mixed-policy scheme that learns from a policy's own near-future self: a later checkpoint from the same training run is a natural source of auxiliary trajectories that is both stronger than the current policy and closer than any external source, directly balancing trajectory quality against variance cost. We validate NPO through two manual interventions, early-stage bootstrapping and late-stage plateau breakthrough, and further propose \textbf{AutoNPO},an adaptive variant that automatically triggers interventions from online training signals and selects the guide checkpoint that maximizes $S$. On Qwen3-VL-8B-Instruct with GRPO, NPO improves average performance from 57.88 to 62.84, and AutoNPO pushes it to 63.15, raising the final performance ceiling while accelerating convergence.

强化学习策略优化RLVR自训练

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。