A Simple Early Exiting Framework for Accelerated Sampling in Diffusion Models
Taehong Moon, Moonseok Choi, EungGu Yun, Jongmin Yoon, Gayoung Lee,, Jaewoong Cho, Juho Lee

TL;DR
This paper introduces an adaptive early-exiting framework for diffusion models that reduces sampling time by skipping parts of the score estimation network during inference, maintaining image quality while increasing efficiency.
Contribution
It proposes a novel time-dependent early-exiting scheme for diffusion models, enabling faster sampling without degrading output quality.
Findings
Significantly improves sampling throughput in image synthesis
Seamlessly integrates with various solvers for faster sampling
Maintains image quality despite reduced computation
Abstract
Diffusion models have shown remarkable performance in generation problems over various domains including images, videos, text, and audio. A practical bottleneck of diffusion models is their sampling speed, due to the repeated evaluation of score estimation networks during the inference. In this work, we propose a novel framework capable of adaptively allocating compute required for the score estimation, thereby reducing the overall sampling time of diffusion models. We observe that the amount of computation required for the score estimation may vary along the time step for which the score is estimated. Based on this observation, we propose an early-exiting scheme, where we skip the subset of parameters in the score estimation network during the inference, based on a time-dependent exit schedule. Using the diffusion models for image synthesis, we show that our method could significantly…
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
TopicsProbabilistic and Robust Engineering Design
MethodsDiffusion
