PulseAugur
实时 16:50:29
English(EN) On the Position Bias of On-Policy Distillation

新框架统一图像生成能力;研究解决蒸馏挑战

研究人员推出了一种新颖的 on-policy 生成场蒸馏框架 DanceOPD,旨在将文本到图像、局部编辑和全局编辑等多种图像生成能力统一到单个模型中。该框架解决了将这些能力结合起来可能导致性能下降的常见问题。DanceOPD 将样本路由到特定的能力场,并使用速度 MSE 目标进行训练,从而在保持整体生成质量的同时组合专家能力。此外,其他研究还探索了 on-policy 蒸馏技术,包括缓解输出多样性减少和解决长推理任务中的位置偏差的方法,以及提高效率的异步训练管道。 AI

影响 On-policy 蒸馏和生成场框架的进步可能带来更通用、更高效的图像生成和推理任务的 AI 模型。

排序理由 该集群包含多篇 arXiv 论文,详细介绍了 on-policy 蒸馏和生成模型方面的新研究。

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 12 个来源。 我们如何撰写摘要 →

新框架统一图像生成能力;研究解决蒸馏挑战

报道来源 [12]

  1. arXiv cs.CL TIER_1 English(EN) · Wei Zhou, Xiongwei Zhu, Zelin Xu, Bo Dong, Lixue Gong, Yongyuan Liang, Meng Chu, Leigang Qu, Lingdong Kong, Wei Liu, Tat-Seng Chua ·

    DanceOPD:基于策略的生成场蒸馏

    arXiv:2606.27377v1 Announce Type: cross Abstract: Modern image generation demands a single model that unifies diverse capabilities, including text-to-image (T2I), local editing, and global editing. However, these capabilities are rarely naturally aligned and often conflict. For i…

  2. arXiv cs.CL TIER_1 English(EN) · Tat-Seng Chua ·

    DanceOPD:基于策略的生成场蒸馏

    Modern image generation demands a single model that unifies diverse capabilities, including text-to-image (T2I), local editing, and global editing. However, these capabilities are rarely naturally aligned and often conflict. For instance, editing tends to degrade T2I performance,…

  3. arXiv cs.LG TIER_1 English(EN) · Andrei Liviu Nicolicioiu, Mohammad Pezeshki, Aaron Courville ·

    基于采样演示的在线策略自蒸馏可降低输出多样性

    arXiv:2606.26091v1 Announce Type: new Abstract: On-policy self-distillation achieves strong pass@1 accuracy by using a single model as both teacher and student, with the teacher conditioned on a correct demonstration to provide dense token-level feedback. We show that this could …

  4. Hugging Face Daily Papers TIER_1 English(EN) ·

    DanceOPD:基于策略的生成场蒸馏

    A novel on-policy generative field distillation framework called DanceOPD is proposed to unify text-to-image generation, local editing, and global editing capabilities in flow-matching models through capability-specific routing and velocity-based training.

  5. arXiv cs.AI TIER_1 English(EN) · Aaron Courville ·

    基于采样演示的在线策略自蒸馏可降低输出多样性

    On-policy self-distillation achieves strong pass@1 accuracy by using a single model as both teacher and student, with the teacher conditioned on a correct demonstration to provide dense token-level feedback. We show that this could come at a hidden cost: rollout diversity decreas…

  6. arXiv cs.AI TIER_1 English(EN) · Yan Xie, Sijie Zhu, Tiansheng Wen, Bo Chen, Yifei Wang ·

    关于 On-Policy Distillation 的位置偏差

    arXiv:2606.22600v2 Announce Type: replace-cross Abstract: On-Policy Distillation (OPD) improves the learning efficiency of standard reinforcement learning through dense, token-level supervision from teachers. In the standard KL objective of OPD, token-level losses are uniformly a…

  7. arXiv cs.LG TIER_1 English(EN) · Wonjun Kang, Kevin Galim, Seunghyuk Oh, Minjun Kang, Sanghyun Park, Donghoon Kim, Minjae Lee, Minseo Kim, Rishabh Tiwari, Yuchen Zeng, Hyung Il Koo, Kangwook Lee ·

    AsyncOPD:On-Policy Distillation 能有多过时?

    arXiv:2606.24143v1 Announce Type: new Abstract: On-policy distillation (OPD) trains a student on its own rollouts guided by teacher feedback and is becoming increasingly important for large language model (LLM) post-training. Like reinforcement learning (RL), however, OPD faces a…

  8. arXiv cs.AI TIER_1 English(EN) · Liwen Zheng, Haiyun Jiang ·

    面向在线策略蒸馏的分块策略漂移门控

    arXiv:2606.24084v1 Announce Type: cross Abstract: On-policy distillation (OPD) trains a student policy using teacher signals computed on trajectories sampled by the student itself. Recent work shows that sampled-token OPD can be fragile on long-horizon reasoning tasks and that lo…

  9. arXiv cs.LG TIER_1 English(EN) · Kangwook Lee ·

    AsyncOPD:On-Policy Distillation 能有多“陈旧”?

    On-policy distillation (OPD) trains a student on its own rollouts guided by teacher feedback and is becoming increasingly important for large language model (LLM) post-training. Like reinforcement learning (RL), however, OPD faces an on-policy systems bottleneck, as rollouts can …

  10. arXiv cs.CL TIER_1 English(EN) · Haiyun Jiang ·

    面向在线策略蒸馏的分块策略漂移门控

    On-policy distillation (OPD) trains a student policy using teacher signals computed on trajectories sampled by the student itself. Recent work shows that sampled-token OPD can be fragile on long-horizon reasoning tasks and that local teacher-support matching is a simple and effec…

  11. Hugging Face Daily Papers TIER_1 English(EN) ·

    ReNIO:重塑LLM on-policy蒸馏的负轨迹重要性权重

    ReNIO enhances on-policy distillation for language models by reweighting negative trajectories based on token-level probability ratios, improving reasoning performance in mathematical and code generation tasks.

  12. arXiv cs.AI TIER_1 English(EN) · Yifei Wang ·

    论On-Policy Distillation的位置偏差

    On-Policy Distillation (OPD) improves the learning efficiency of standard reinforcement learning through dense, token-level supervision from teachers. In the standard KL objective of OPD, token-level losses are uniformly averaged, implying equal weights for all tokens. However, w…