PQD: Post-training Quantization for Efficient Diffusion Models
Jiaojiao Ye, Zhen Wang, Linnan Jiang
TL;DR
Diffusion models achieve high-fidelity image synthesis but incur heavy compute due to the multi-step forward and reverse process with variance schedule $\beta_t$; PQD proposes a training-free, time-aware post-training quantization framework to quantize full-precision models to 8-bit or 4-bit using time-step aware calibration. It uses a Gaussian time-step distribution $\mathcal{N}(\mu,\sigma)$ for calibration and applies QDrop to recover performance. It extends to latent-space quantization enabling 512×512 text-guided generation and incorporates conditioning for text prompts. Across ImageNet unconditional generation and MS-COCO 512×512 text-to-image tasks, PQD yields competitive or state-of-the-art results among PTQ methods, enabling practical deployment on resource-constrained hardware.
Abstract
Diffusionmodels(DMs)havedemonstratedremarkableachievements in synthesizing images of high fidelity and diversity. However, the extensive computational requirements and slow generative speed of diffusion models have limited their widespread adoption. In this paper, we propose a novel post-training quantization for diffusion models (PQD), which is a time-aware optimization framework for diffusion models based on post-training quantization. The proposed framework optimizes the inference process by selecting representative samples and conducting time-aware calibration. Experimental results show that our proposed method is able to directly quantize full-precision diffusion models into 8-bit or 4-bit models while maintaining comparable performance in a training-free manner, achieving a few FID change on ImageNet for unconditional image generation. Our approach demonstrates compatibility and can also be applied to 512x512 text-guided image generation for the first time.
