paper-with-me

홈 › Papers

Rethinking Classifier-Free Guidance in On-Policy Diffusion Distillation

2026-07-27 · Bingnan Li, Haozhe Wang, Haozhong Xiong, Fangtai Wu, Jinpeng Yu, Yang Shi, Jiaming Liu, Ruihua Huang hf

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.

📄 PDF Abstract BibTeX arXiv:2607.24731

Code (3)

Noblegasesgoo/report-review ★ 2
Tavish9/awesome-daily-AI-arxiv ★ 112
rethinking-cfg-opd/Rethinking-CFG-OPD ★ 4

Similar Papers 제목 키워드 기반

Rethinking Oversaturation in Classifier-Free Guidance via Low Frequency

2025-06-26 · Kaiyu Song, Hanjiang Lai

Classifier-free guidance (CFG) succeeds in condition diffusion models that use a guidance scale to balance the influence of conditional and unconditional terms. A high guidance scale is used to enhance the performance of…

Rethinking the Spatial Inconsistency in Classifier-Free Diffusion Guidance

2024-04-08 · CVPR 2024 1 · Dazhong Shen, Guanglu Song, Zeyue Xue, Fu-Yun Wang 외

Classifier-Free Guidance (CFG) has been widely used in text-to-image diffusion models, where the CFG scale is introduced to control the strength of text guidance on the whole image space. However, we argue that a global …

DenoisingSemantic Segmentation

Rethinking Preference Alignment for Diffusion Models with Classifier-Free Guidance

2026-02-21 · Zhou Jiang, Yandong Wen, Zhen Liu arxiv

Aligning large-scale text-to-image diffusion models with nuanced human preferences remains challenging. While direct preference optimization (DPO) is simple and effective, large-scale finetuning often shows a generalizat…

Enhancing Diffusion Policy with Classifier-Free Guidance for Temporal Robotic Tasks

2025-10-10 · Yuang Lu, Song Wang, Xiao Han, Xuri Zhang 외 arxiv

Temporal sequential tasks challenge humanoid robots, as existing Diffusion Policy (DP) and Action Chunking with Transformers (ACT) methods often lack temporal context, resulting in local optima traps and excessive repeti…

No Training, No Problem: Rethinking Classifier-Free Guidance for Diffusion Models

2024-07-02 · Seyedmorteza Sadat, Manuel Kansy, Otmar Hilliges, Romann M. Weber

Classifier-free guidance (CFG) has become the standard method for enhancing the quality of conditional diffusion models. However, employing CFG requires either training an unconditional model alongside the main diffusion…