Reducing Spatial Fitting Error in Distillation of Denoising Diffusion Models

Abstract

Denoising Diffusion models have exhibited remarkable capabilities in image generation. However, generating high-quality samples requires a large number of iterations. Knowledge distillation for diffusion models is an effective method to address this limitation with a shortened sampling process but causes degraded generative quality. Based on our analysis with bias-variance decomposition and experimental observations, we attribute the degradation to the spatial fitting error occurring in the training of both the teacher and student model in the distillation. Accordingly, we propose Spatial Fitting-Error Reduction Distillation model (SFERD). SFERD utilizes attention guidance from the teacher model and a designed semantic gradient predictor to reduce the student's fitting error. Empirically, our proposed model facilitates high-quality sample generation in a few function evaluations. We achieve an FID of 5.31 on CIFAR-10 and 9.39 on ImageNet 64x64 with only one step, outperforming existing diffusion methods. Our study provides a new perspective on diffusion distillation by highlighting the intrinsic denoising ability of models.

Cite

Text

Zhou et al. "Reducing Spatial Fitting Error in Distillation of Denoising Diffusion Models." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I7.28602

Markdown

[Zhou et al. "Reducing Spatial Fitting Error in Distillation of Denoising Diffusion Models." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/zhou2024aaai-reducing/) doi:10.1609/AAAI.V38I7.28602

BibTeX

@inproceedings{zhou2024aaai-reducing,
  title     = {{Reducing Spatial Fitting Error in Distillation of Denoising Diffusion Models}},
  author    = {Zhou, Shengzhe and Li, Zejian and Zhang, Shengyuan and Hou, Lefan and Yang, Changyuan and Yang, Guang and Yang, Zhiyuan and Sun, Lingyun},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {7686-7694},
  doi       = {10.1609/AAAI.V38I7.28602},
  url       = {https://mlanthology.org/aaai/2024/zhou2024aaai-reducing/}
}