Structural Pruning for Diffusion Models
Gongfan Fang, Xinyin Ma, Xinchao Wang
TL;DR
This paper tackles the high computational cost of diffusion models by introducing Diff-Pruning, a Taylor-expansion-based structural pruning method that selectively removes timesteps and weights from pre-trained diffusion models. By aggregating first-order loss sensitivities across pruned timesteps and gating informative steps with binary masks, the method achieves substantial FLOPs reductions while preserving generation quality and consistency, often with only 10–20% of the original training cost. Extensive experiments on CIFAR-10, CelebA-HQ, LSUN, and ImageNet-1K demonstrate efficiency gains, with ablations clarifying the roles of pruned timesteps, pruning ratios, and thresholding in maintaining fidelity (FID) and stability (SSIM). The results establish Diff-Pruning as a practical baseline for diffusion-model compression and a foundation for future improvements in scalable, consistent generative modeling.
Abstract
Generative modeling has recently undergone remarkable advancements, primarily propelled by the transformative implications of Diffusion Probabilistic Models (DPMs). The impressive capability of these models, however, often entails significant computational overhead during both training and inference. To tackle this challenge, we present Diff-Pruning, an efficient compression method tailored for learning lightweight diffusion models from pre-existing ones, without the need for extensive re-training. The essence of Diff-Pruning is encapsulated in a Taylor expansion over pruned timesteps, a process that disregards non-contributory diffusion steps and ensembles informative gradients to identify important weights. Our empirical assessment, undertaken across several datasets highlights two primary benefits of our proposed method: 1) Efficiency: it enables approximately a 50\% reduction in FLOPs at a mere 10\% to 20\% of the original training expenditure; 2) Consistency: the pruned diffusion models inherently preserve generative behavior congruent with their pre-trained models. Code is available at \url{https://github.com/VainF/Diff-Pruning}.
