Dynamic Importance in Diffusion U-Net for Enhanced Image Synthesis
Xi Wang, Ziqi He, Yang Zhou
TL;DR
The paper tackles the underutilized dynamic evolution of attention block importance within diffusion U-Nets during inference. It introduces Importance Probe (IP) to quantify time-varying block importance and an adaptive, training-free re-weighting schedule that scales Transformer outputs per step, guided by a voting-based ranking. The authors provide practical evidence that re-weighting can enhance sampling efficiency and sample aesthetics, validated through dynamic attention pruning and extensive experiments across SD/SDXL variants, preserving identity in generated images. The work offers a model-agnostic, training-free enhancement for diffusion-based image generation and editing with significant practical impact.
Abstract
Traditional diffusion models typically employ a U-Net architecture. Previous studies have unveiled the roles of attention blocks in the U-Net. However, they overlook the dynamic evolution of their importance during the inference process, which hinders their further exploitation to improve image applications. In this study, we first theoretically proved that, re-weighting the outputs of the Transformer blocks within the U-Net is a "free lunch" for improving the signal-to-noise ratio during the sampling process. Next, we proposed Importance Probe to uncover and quantify the dynamic shifts in importance of the Transformer blocks throughout the denoising process. Finally, we design an adaptive importance-based re-weighting schedule tailored to specific image generation and editing tasks. Experimental results demonstrate that, our approach significantly improves the efficiency of the inference process, and enhances the aesthetic quality of the samples with identity consistency. Our method can be seamlessly integrated into any U-Net-based architecture. Code: https://github.com/Hytidel/UNetReweighting
