SAF-OPD: Stable Advantage Fusion for On-Policy Distillation
Summary
SAF-OPD introduces a Stable Advantage Fusion framework that combines RLVR with on-policy distillation, addressing magnitude and temporal mismatches to improve training stability and performance on math and code benchmarks.
View Cached Full Text
Cached at: 08/03/26, 01:32 PM
Paper page - SAF-OPD: Stable Advantage Fusion for On-Policy Distillation
Source: https://huggingface.co/papers/2607.29209 Published on Jul 31
·
Submitted byhttps://huggingface.co/dingyii
dingyion Aug 3
Abstract
Reinforcementlearningwithverifiablerewards(RLVR)broadcastsasingleresponse-levelrewardtoeverytoken,whileon-policydistillation(OPD)scoreseachtokenagainstastrongerteacherforadenseadvantagebutcapsperformanceatteacherqualityanddiscouragesexplorationbeyondit.TheircomplementaritymakescombiningRLVRandOPDpromising,butwefindthatfusingthetwoadvantageswithafixedcoefficienttriggersentropycollapsefromtwomiscalibrations:amagnitudemismatch,wheretoken-levelOPDadvantagescanspikefarbeyondtheboundedRLVRadvantageanderaseitssignal,andatemporalmismatch,wheresustainedfull-strengthOPDkeepspullingthestudenttowardtheteacherandlimitsexplorationneededtosurpassit.WeproposeSAF,aStableAdvantageFusionframeworkthatresolvesbothissuesviaalightweight,four-stagepipelineappliedonlytotheOPDadvantage:asparsify-then-compressmechanismformagnitudecontrolpairedwithawarm-up-then-annealmechanismfortemporalcontrol,witheachstageindependentlyswitchableandaddingnegligibleoverhead.InstantiatingRLVRwithGRPO,weevaluateSAFacrosssevenmathematicalreasoningandcodegenerationbenchmarkswithQwen3-1.7B/4B/8B:SAFavoidsentropycollapseandconsistentlyoutperformsfixed-coefficientGRPO+OPDfusion,improvingtheaggregatescoreby0.51-2.70%acrossallsixmodel-domainsettingswhileachievingmorestabletraining.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.29209
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.29209 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.29209 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.29209 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Weak-to-Strong Generalization via Direct On-Policy Distillation
Direct-OPD distills the policy shift from a small model's pre- and post-RL checkpoints to improve a larger student model via on-policy distillation, achieving significant gains without expensive RL on the student.
OPRD: On-Policy Representation Distillation
OPRD proposes a new knowledge distillation method that aligns student and teacher hidden states across layers during on-policy rollouts, eliminating sampling variance from token-space KL estimation. Empirically, OPRD outperforms output-space baselines on math reasoning benchmarks (AIME 2024/2025, AIMO) while being 1.44x faster and using 54% less memory.
TurnOPD: Making On-Policy Distillation Turn-Aware for Efficient Long-Horizon Agent Training
TurnOPD introduces turn-level budgeting for on-policy distillation of long-horizon agents, addressing inefficiencies in vanilla OPD by adaptive rollout-depth and progressive turn-normalized loss budgeting, achieving better accuracy under equal training budgets.
β-OPSD: Deriving with Policy Optimization, Training with Self-Distillation
This paper introduces β-OPSD, a generalization of on-policy self-distillation that frames it as a policy optimization family with a controllable KL penalty. The method uses distillation to approximate expensive policy optimization, improving stability and reasoning performance on mathematical benchmarks.
DiffusionOPD: A Unified Perspective of On-Policy Distillation in Diffusion Models
DiffusionOPD proposes a multi-task training paradigm for diffusion models that uses online policy distillation to efficiently combine task-specific teachers into a unified student, achieving state-of-the-art results on all evaluated benchmarks.