ResearchPod Summary
Modern diffusion models rely on Classifier-Free Guidance (CFG) to balance prompt adherence and image quality, typically by composing a positive and a negative velocity prediction. While On-Policy Distillation (OPD) is an effective way to train smaller student models, it is unclear how to best distill these two-branch CFG systems. This paper investigates whether matching the final composed velocity is sufficient or if it introduces hidden optimization failures.
The authors analyze the optimization dynamics of existing OPD methods that match the final CFG-composed velocity. They identify a phenomenon called Negative Branch Asymmetry (NBA), where the student model reduces the error in the positive branch by inadvertently increasing the error in the negative branch. This compensation is hidden at the training guidance scale but causes the model to drift or degrade when the guidance scale is adjusted at inference time. To fix this, the authors propose Positive-Direction Matching (PDM), which explicitly supervises the positive branch and the CFG conditional direction (the difference between positive and negative branches) as separate objectives.
As diffusion models are increasingly used in complex control tasks (like video generation or reference-conditioned image synthesis), the ability to distill them efficiently without losing the flexibility of CFG is critical. This work provides a principled way to ensure that student models remain robust to inference-time adjustments, preventing the "brittleness" often observed in distilled diffusion models.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.