MLLGOCMar 30, 2025

Accelerated Stein Variational Gradient Flow

arXiv:2503.23462v25 citationsh-index: 2GSI
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in sampling algorithms for generative modeling and Bayesian inference, offering an incremental improvement over existing methods.

The paper tackles the slow convergence of Stein variational gradient descent (SVGD) for high-dimensional sampling by introducing ASVGD, an accelerated version based on Nesterov's method, which shows improved effectiveness in toy numerical examples compared to SVGD and other methods.

Stein variational gradient descent (SVGD) is a kernel-based particle method for sampling from a target distribution, e.g., in generative modeling and Bayesian inference. SVGD does not require estimating the gradient of the log-density, which is called score estimation. In practice, SVGD can be slow compared to score-estimation based sampling algorithms. To design fast and efficient high-dimensional sampling algorithms, we introduce ASVGD, an accelerated SVGD, based on an accelerated gradient flow in a metric space of probability densities following Nesterov's method. We then derive a momentum-based discrete-time sampling algorithm, which evolves a set of particles deterministically. To stabilize the particles' momentum update, we also study a Wasserstein metric regularization. For the generalized bilinear kernel and the Gaussian kernel, toy numerical examples with varied target distributions demonstrate the effectiveness of ASVGD compared to SVGD and other popular sampling methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes