Quantizing Diffusion Models from a Sampling-Aware Perspective
Qian Zeng, Jie Song, Yuanyu Wan, Huiqiong Wang, Mingli Song
TL;DR
Diffusion models excel in visual generation but suffer from slow sampling and heavy noise estimators. The authors show that quantization noise disrupts directional estimates, especially for high-order samplers, potentially degrading the sampling trajectory. They introduce a sampling-aware quantization framework centered on Mixed-Order Trajectory Alignment to enforce a more linear probability flow, enabling parallel improvements in sampling speed and model efficiency. Across multiple benchmarks with sparse-step sampling, the proposed SA-PTQ and SA-QLoRA methods achieve strong generation quality while maintaining fast convergence, narrowing the gap to full-precision baselines.
Abstract
Diffusion models have recently emerged as the dominant approach in visual generation tasks. However, the lengthy denoising chains and the computationally intensive noise estimation networks hinder their applicability in low-latency and resource-limited environments. Previous research has endeavored to address these limitations in a decoupled manner, utilizing either advanced samplers or efficient model quantization techniques. In this study, we uncover that quantization-induced noise disrupts directional estimation at each sampling step, further distorting the precise directional estimations of higher-order samplers when solving the sampling equations through discretized numerical methods, thereby altering the optimal sampling trajectory. To attain dual acceleration with high fidelity, we propose a sampling-aware quantization strategy, wherein a Mixed-Order Trajectory Alignment technique is devised to impose a more stringent constraint on the error bounds at each sampling step, facilitating a more linear probability flow. Extensive experiments on sparse-step fast sampling across multiple datasets demonstrate that our approach preserves the rapid convergence characteristics of high-speed samplers while maintaining superior generation quality. Code will be made publicly available soon.
