CVJul 7

Bridging Diffusion Pruning and Step Distillation with Teacher-Aligned Repair

arXiv:2607.0633510.5
Predicted impact top 37% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying diffusion models, this work reduces inference cost by combining pruning and distillation without lengthy retraining, achieving better efficiency than separate approaches.

The paper introduces a teacher-aligned repair stage that bridges pruning and step distillation for diffusion models, enabling a 20% pruned one-step generator to achieve FID 3.12 on ImageNet-512, surpassing the original EDM2-XS baseline (FID 3.53) with 124.713M parameters and 63 steps.

Diffusion models generate high-quality images, but their inference cost comes from two sources: large denoising networks and repeated denoising steps. Existing compression pipelines usually attack these costs separately. Pruning reduces the network, but most pruning methods still rely on a long post-pruning retraining stage to recover a many-step sampler. Step distillation reduces the number of denoising steps, but it usually assumes a student that can already follow the teacher well enough to receive useful distillation gradients. This paper asks whether post-pruning retraining can be replaced by step distillation. We find that the direct replacement fails: after pruning an EDM2-XS teacher, starting SiDA from the pruned checkpoint produces unusable samples. We introduce a short teacher-alignment repair stage as a bridge between pruning and step distillation. The bridge matches the pruned generator to the teacher on noisy real-image latents, then hands the repaired checkpoint to one-step distillation. On ImageNet-512, the original EDM2-XS baseline uses 124.713M parameters and 63 network evaluations, reaching an FID of 3.53. With a suitable distillation objective, our 20% pruned one-step generator uses 98.826M parameters and one network evaluation, reaching an FID of 3.12. With 30% pruning, the model uses 88.029M parameters and one network evaluation, with an FID of 4.26.

Foundations

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

Your Notes