Reverse Transition Kernel: A Flexible Framework to Accelerate Diffusion Inference
Xunpeng Huang, Difan Zou, Hanze Dong, Yi Zhang, Yi-An Ma, Tong Zhang

TL;DR
This paper introduces a flexible reverse transition kernel framework for diffusion models, enabling efficient inference with fewer subproblems and providing strong theoretical convergence guarantees.
Contribution
The authors propose a novel RTK framework that reduces the number of subproblems to nearly one, and develop RTK-MALA and RTK-ULD algorithms with improved convergence guarantees for diffusion inference.
Findings
RTK-ULD achieves $ ilde O(d^{1/2} ext{epsilon}^{-1})$ convergence in TV distance.
RTK-MALA attains $ ext{O}(d^{2} ext{log}(d/ ext{epsilon}))$ convergence rate.
Numerical experiments support the theoretical convergence improvements.
Abstract
To generate data from trained diffusion models, most inference algorithms, such as DDPM, DDIM, and other variants, rely on discretizing the reverse SDEs or their equivalent ODEs. In this paper, we view such approaches as decomposing the entire denoising diffusion process into several segments, each corresponding to a reverse transition kernel (RTK) sampling subproblem. Specifically, DDPM uses a Gaussian approximation for the RTK, resulting in low per-subproblem complexity but requiring a large number of segments (i.e., subproblems), which is conjectured to be inefficient. To address this, we develop a general RTK framework that enables a more balanced subproblem decomposition, resulting in subproblems, each with strongly log-concave targets. We then propose leveraging two fast sampling algorithms, the Metropolis-Adjusted Langevin Algorithm (MALA) and Underdamped Langevin…
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
TopicsNeural Networks and Applications · Model Reduction and Neural Networks
MethodsDiffusion
