AI Navigate

RBF-Solver: A Multistep Sampler for Diffusion Probabilistic Models via Radial Basis Functions

arXiv cs.LG / 3/17/2026

📰 NewsModels & Research

Key Points

  • The paper introduces RBF-Solver, a multistep diffusion sampler that interpolates model evaluations with Gaussian radial basis functions and learns shape parameters to follow optimal sampling trajectories.
  • At first order, RBF-Solver reduces to the Euler method (DDIM), and as the shape parameters approach infinity it converges to Adams methods, ensuring compatibility with existing samplers.
  • Because Gaussian RBFs are local, RBF-Solver maintains high image fidelity even at fourth order or higher, where previous polynomial-based samplers deteriorate.
  • Empirically, it achieves an FID of 2.87 on CIFAR-10 with Score-SDE at 15 function evaluations and 2.48 at 40 evaluations; for conditional ImageNet 256x256 with Guided Diffusion at guidance 8.0, it yields substantial gains in the low-NFE range (5–10) with a 16.12–33.73% reduction in FID relative to polynomial-based samplers.
  • The results indicate broad applicability for improving diffusion model sampling efficiency and fidelity across unconditional and conditional generation settings.

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 samplers. Owing to the locality of Gaussian RBFs, RBF-Solver maintains high image fidelity even at fourth order or higher, where previous samplers deteriorate. For unconditional generation, RBF-Solver consistently outperforms polynomial-based samplers in the high-NFE regime (NFE >= 15). On CIFAR-10 with the Score-SDE model, it achieves an FID of 2.87 with 15 function evaluations and further improves to 2.48 with 40 function evaluations. For conditional ImageNet 256 x 256 generation with the Guided Diffusion model at a guidance scale 8.0, substantial gains are achieved in the low-NFE range (5-10), yielding a 16.12-33.73% reduction in FID relative to polynomial-based samplers.