Episode

Rethinking Classifier-Free Guidance in On-Policy Diffusion Distillation

Podcast
Daily Paper Cast
Published
Jul 29, 2026
Duration seconds
1278
Processing state
not_requested
Canonical source
https://share.transistor.fm/s/9ffa4904
Audio
https://media.transistor.fm/9ffa4904/9cb74694.mp3
JSON
/v1/public/podcasts/daily-paper-cast-7079649/episodes/rethinking-classifier-free-guidance-in-on-policy-diffusion-distillation
Markdown
/podcast/daily-paper-cast-7079649/rethinking-classifier-free-guidance-in-on-policy-diffusion-distillation.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/daily-paper-cast-7079649/episodes/rethinking-classifier-free-guidance-in-on-policy-diffusion-distillation/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/daily-paper-cast-7079649/rethinking-classifier-free-guidance-in-on-policy-diffusion-distillation.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

🤗 Upvotes: 66 | cs.CV, cs.AI, cs.LG Authors: Bingnan Li, Haozhe Wang, Haozhong Xiong, Fangtai Wu, Jinpeng Yu, Yang Shi, Jiaming Liu, Ruihua Huang Title: Rethinking Classifier-Free Guidance in On-Policy Diffusion Distillation Arxiv: http://arxiv.org/abs/2607.24731v1 Abstract: On-policy distillation (OPD) adapts diffusion models by querying a teacher along trajectories generated by the current student, but how it should behave under classifier-free guidance (CFG), a default component of modern diffusion systems, remains poorly understood. Existing OPD methods naturally extend velocity matching to the CFG-composed prediction, directly matching teacher and student guided velocities. We show that this objective is under-identified at the branch level: positive- and negative-branch errors can compensate in the guided prediction. Through two contrasting cases, we find that naive matching remains effective under shared negative conditioning, where both branch errors decrease jointly. When the model's native CFG schema retains privileged information in the teacher's negative branch that is unavailable to the student, however, this joint reduction breaks down and the composed objective induces antagonistic branch-error dynamics, reducing the positive-branch error while increasing the negative-branch error. We term this failure mode Negative Branch Asymmetry (NBA). To address NBA, we introduce Positive--Direction Matching (PDM), a branch-aware OPD objective that separately constrains the positive prediction and the CFG conditional direction. We apply PDM to dense-to-sparse video control, where naive guided matching is highly sensitive to inference guidance scales, while branch-aware supervision enables more robust and effective knowledge transfer.