CVMay 8

Teacher-Feature Drifting: One-Step Diffusion Distillation with Pretrained Diffusion Representations

arXiv:2605.0732796.8
Predicted impact top 6% in CV · last 90 daysOriginality Synthesis-oriented
AI Analysis

This work simplifies one-step diffusion distillation for practitioners by removing auxiliary networks and complex pipelines, though it is an incremental improvement over existing drifting model approaches.

The authors propose a simplified one-step diffusion distillation method that uses the pretrained teacher's intermediate hidden states as feature representations, eliminating the need for additional networks. They achieve FID scores of 1.58 on ImageNet-64×64 and 18.4 on SDXL, demonstrating competitive image quality and diversity.

Sampling from pretrained diffusion and flow-matching models typically requires many forward passes to generate diverse and high-fidelity images. Existing distillation methods often rely on multiple auxiliary networks, carefully designed training stages, or complex optimization pipelines. In this work, we revisit the recently proposed Drifting Model objective and show that a single drifting loss can be directly used to simplify one step distillation. A key observation is that the pretrained diffusion teacher itself already provides a strong representation space. Unlike the original Drifting Model, which relies on an additional pretrained feature extractor, we use intermediate hidden states of the pretrained teacher model as the feature representation. This removes the need for training or introducing an extra representation network while preserving a semantically meaningful feature geometry for drifting. Furthermore, we introduce a lightweight mode coverage loss to mitigate mode collapse during distillation and encourage the student generator to cover diverse teacher-supported regions. Extensive experiments on ImageNet and SDXL demonstrate that our method achieves efficient one step generation with competitive image quality and diversity, achieving FID scores of 1.58 on ImageNet-64$\times$64 and 18.4 on SDXL, while substantially simplifying the overall distillation framework.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes