Diffusion Model Compression for Image-to-Image Translation
Geonung Kim, Beomsu Kim, Eunhyeok Park, Sunghyun Cho
TL;DR
This work tackles the practical bottlenecks of diffusion-based image-to-image translation by introducing a task-aware compression strategy that combines depth-skip pruning and time-step optimization. By pruning non-critical deep U-Net blocks and aggressively reordering denoising steps with a gamma-based schedule, the method achieves substantial reductions in parameter count and latency across IP2P, StableSR, and ControlNet while preserving output quality. It offers a training-free alternative to heavy pruning and step-distillation approaches, outperforming prior methods in both speed and perceptual metrics. The approach is particularly impactful for real-world I2I applications where compute and latency are critical, and it demonstrates broad applicability, including compatibility with multiple schedulers and downstream tasks.
Abstract
As recent advances in large-scale Text-to-Image (T2I) diffusion models have yielded remarkable high-quality image generation, diverse downstream Image-to-Image (I2I) applications have emerged. Despite the impressive results achieved by these I2I models, their practical utility is hampered by their large model size and the computational burden of the iterative denoising process. In this paper, we propose a novel compression method tailored for diffusion-based I2I models. Based on the observations that the image conditions of I2I models already provide rich information on image structures, and that the time steps with a larger impact tend to be biased, we develop surprisingly simple yet effective approaches for reducing the model size and latency. We validate the effectiveness of our method on three representative I2I tasks: InstructPix2Pix for image editing, StableSR for image restoration, and ControlNet for image-conditional image generation. Our approach achieves satisfactory output quality with 39.2%, 56.4% and 39.2% reduction in model footprint, as well as 81.4%, 68.7% and 31.1% decrease in latency to InstructPix2Pix, StableSR and ControlNet, respectively.
