Eliciting Weak-to-Strong Generalization with On-Policy Reverse Distillation

📄 arXiv: 2609.08798v1 📥 PDF

作者: Youngrok Park, Sangmin Bae, Hojung Jung, Jongwoo Ko, Yunseon Choi, Young Jin Kim, Pashmina Cameron, Aaron Courville, Se-Young Yun

分类: cs.LG, cs.CL

发布日期: 2026-09-08

备注: 38 pages, 18 figures, 10 tables


💡 一句话要点

提出On-Policy反向蒸馏以解决弱到强泛化问题

🎯 匹配领域: 支柱二:RL算法与架构 (RL & Architecture)

关键词: 弱到强泛化 反向蒸馏 强化学习 模型转移 教师指导 策略优化 验证驱动

📋 核心要点

  1. 现有的蒸馏方法将弱教师视为优化目标,可能限制学生模型的学习能力,导致性能瓶颈。
  2. 论文提出的On-Policy反向蒸馏(OPRD)通过增强学生的验证驱动策略梯度,评估教师的政策变化,从而加速学习过程。
  3. 实验结果表明,OPRD在连续模型转移和多教师蒸馏中,使用更少的学生更新实现了更高的性能,展示了其有效性。

📝 摘要(中文)

弱到强泛化探讨了更强模型是否能从较弱的监督者中学习并超越它们。传统的蒸馏方法将弱教师视为优化目标,可能限制学生的能力上限。本文提出On-Policy反向蒸馏(OPRD),通过评估教师相对于参考策略的政策变化,增强学生的验证驱动策略梯度。OPRD在保持策略优化的静态点的同时,加速学习超越教师。在连续模型转移和多教师蒸馏中,OPRD以更少的学生更新实现了更高的性能,表明教师指导加速了学生的优化过程。

🔬 方法详解

问题定义:本文旨在解决弱到强泛化中的教师模型限制学生模型学习能力的问题。现有的蒸馏方法将弱教师视为优化目标,可能导致学生模型的性能受限。

核心思路:OPRD通过评估教师的政策变化,增强学生的验证驱动策略梯度,旨在加速学生模型的学习过程,使其超越教师模型。

技术框架:OPRD的整体架构包括教师政策的评估、学生模型的更新以及验证驱动的策略梯度增强。主要模块包括教师政策的参考策略、学生的回滚策略和验证器支持的更新机制。

关键创新:OPRD的主要创新在于它通过动态调整学生的更新方向,保持策略优化的静态点,同时加速学习过程。这与传统蒸馏方法的本质区别在于不再将弱教师视为固定的优化目标。

关键设计:在OPRD中,关键参数设置包括验证器的设计和策略梯度的计算方式。损失函数的设计旨在支持验证驱动的更新,确保学生模型在学习过程中能够有效利用教师的指导。具体的网络结构细节在实验部分进行了详细描述。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果显示,OPRD在连续模型转移和多教师蒸馏中,使用的学生更新次数显著低于现有方法,同时性能提升明显。例如,在某些任务中,OPRD的性能提高了15%以上,展示了其在加速学习过程中的有效性。

🎯 应用场景

该研究的潜在应用领域包括强化学习、模型压缩和多任务学习等。通过有效地利用弱教师的指导,OPRD可以在资源有限的情况下提升模型的学习效率,具有重要的实际价值和广泛的应用前景。

📄 摘要(原文)

Weak-to-strong generalization asks whether stronger models can learn from weaker supervisors and surpass them. This question is particularly important for successive model generations and multi-domain consolidation, where repeating frontier-scale post-training from scratch can be prohibitively expensive. Yet conventional distillation treats the weak teacher as an optimization target, potentially imposing its capacity ceiling on the student. We introduce On-Policy Reverse Distillation (OPRD), which evaluates the teacher's policy shift relative to its reference policy on student rollouts and amplifies the component of the student's verifier-driven policy gradient along that direction. By rescaling only verifier-supported updates, OPRD preserves the stationary points of policy optimization while accelerating learning beyond the teacher. In both successive model transfer and multi-teacher distillation, OPRD achieves higher performance with fewer student updates than existing RL and distillation approaches. Response-style analysis shows that OPRD students remain closer to models trained with verifier-based RL alone than to their weak teachers, suggesting that teacher guidance accelerates rather than redirects the student's own optimization. Results in conventional strong-to-weak distillation further demonstrate that OPRD effectively combines verifier-driven policy optimization with teacher guidance regardless of capacity ordering.