RBF-Solver: A Multistep Sampler for Diffusion Probabilistic Models via Radial Basis Functions
Soochul Park, Yeon Ju Lee, SeongJin Yoon, Jiyub Shin, Juhee Lee, and Seongwoon Jo

TL;DR
RBF-Solver introduces a flexible, learnable multistep diffusion sampler using Gaussian RBFs that improves sampling efficiency and image quality in diffusion models, outperforming polynomial-based methods especially at higher function evaluations.
Contribution
It proposes RBF-Solver, a novel multistep diffusion sampler with learnable Gaussian RBFs, enabling explicit trajectory optimization and superior performance over existing polynomial-based samplers.
Findings
Outperforms polynomial-based samplers at high NFE (NFE >= 15).
Achieves state-of-the-art FID scores on CIFAR-10 with fewer evaluations.
Reduces FID significantly in low-NFE conditional generation on ImageNet.
Abstract
Diffusion probabilistic models (DPMs) are widely adopted for their outstanding generative fidelity, yet their sampling is computationally demanding. Polynomial-based multistep samplers mitigate this cost by accelerating inference; however, despite their theoretical accuracy guarantees, they generate the sampling trajectory according to a predefined scheme, providing no flexibility for further optimization. To address this limitation, we propose RBF-Solver, a multistep diffusion sampler that interpolates model evaluations with Gaussian radial basis functions (RBFs). By leveraging learnable shape parameters in Gaussian RBFs, RBF-Solver explicitly follows optimal sampling trajectories. At first order, it reduces to the Euler method (DDIM). At second order or higher, as the shape parameters approach infinity, RBF-Solver converges to the Adams method, ensuring its compatibility with existing…
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
TopicsGenerative Adversarial Networks and Image Synthesis · Domain Adaptation and Few-Shot Learning · Markov Chains and Monte Carlo Methods
