Absorbing Quantization Error by Deformable Noise Scheduler for Diffusion Models
Abstract
Lay Summary
Today's best AI image generators—known as diffusion models—produce stunning pictures, but running them requires expensive, power-hungry hardware. A common way to make them faster and cheaper is quantization, which compresses the model (like shrinking a high-resolution photo to a smaller file). Unfortunately, this compression introduces small errors at each step of the image generation process, and these errors accumulate, noticeably degrading the final image quality. In this paper, we introduce a simple yet effective fix. Rather than trying to prevent the compression errors, we adjust the generation schedule so the errors are naturally absorbed along the way—like a driver who, instead of fighting potholes on the road, slightly shifts their route so the bumps don't matter. Our method, called Deformable Noise Scheduler (DNS), requires no changes to the model itself and adds almost no extra computation. It is a plug-and-play solution: you can apply it on top of any existing quantized diffusion model and immediately see better images.