Adaptive Guidance: Training-free Acceleration of Conditional Diffusion Models
Angela Castillo, Jonas Kohler, Juan C. P\'erez, Juan Pablo P\'erez,, Albert Pumarola, Bernard Ghanem, Pablo Arbel\'aez, Ali Thabet

TL;DR
This paper introduces Adaptive Guidance, a training-free method that reduces computation in text-conditioned diffusion models by adaptively skipping neural network evaluations during denoising, maintaining quality while significantly increasing speed.
Contribution
The paper proposes Adaptive Guidance, a novel, training-free approach that adaptively omits guidance network evaluations, improving inference efficiency in diffusion models without retraining.
Findings
AG reduces computation by 25% while preserving image quality.
AG achieves 50% of Guidance Distillation's speed-up without training.
LinearAG replaces neural evaluations with affine transforms for even cheaper inference.
Abstract
This paper presents a comprehensive study on the role of Classifier-Free Guidance (CFG) in text-conditioned diffusion models from the perspective of inference efficiency. In particular, we relax the default choice of applying CFG in all diffusion steps and instead search for efficient guidance policies. We formulate the discovery of such policies in the differentiable Neural Architecture Search framework. Our findings suggest that the denoising steps proposed by CFG become increasingly aligned with simple conditional steps, which renders the extra neural network evaluation of CFG redundant, especially in the second half of the denoising process. Building upon this insight, we propose "Adaptive Guidance" (AG), an efficient variant of CFG, that adaptively omits network evaluations when the denoising process displays convergence. Our experiments demonstrate that AG preserves CFG's image…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neuroimaging Techniques and Applications · Model Reduction and Neural Networks · Advanced Mathematical Modeling in Engineering
MethodsDiffusion
