The Surprising Effectiveness of Skip-Tuning in Diffusion Sampling
Jiajun Ma, Shuchen Xue, Tianyang Hu, Wenjia Wang, Zhaoqiang Liu,, Zhenguo Li, Zhi-Ming Ma, Kenji Kawaguchi

TL;DR
Skip-Tuning is a simple, training-free method that significantly improves diffusion model sampling quality by tuning skip connections, achieving state-of-the-art results with fewer function evaluations and surpassing previous methods.
Contribution
The paper introduces Skip-Tuning, a novel training-free approach to enhance diffusion sampling by tuning skip connections, leading to substantial performance gains without retraining.
Findings
Skip-Tuning achieves 100% FID improvement on ImageNet 64 with pretrained EDM.
The method surpasses the best results from EDM-2 with fewer NFEs.
Feature space losses decrease at intermediate noise levels, improving image quality.
Abstract
With the incorporation of the UNet architecture, diffusion probabilistic models have become a dominant force in image generation tasks. One key design in UNet is the skip connections between the encoder and decoder blocks. Although skip connections have been shown to improve training stability and model performance, we reveal that such shortcuts can be a limiting factor for the complexity of the transformation. As the sampling steps decrease, the generation process and the role of the UNet get closer to the push-forward transformations from Gaussian distribution to the target, posing a challenge for the network's complexity. To address this challenge, we propose Skip-Tuning, a simple yet surprisingly effective training-free tuning method on the skip connections. Our method can achieve 100% FID improvement for pretrained EDM on ImageNet 64 with only 19 NFEs (1.75), breaking the limit of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSurvey Sampling and Estimation Techniques
MethodsDiffusion
