MLLGOct 30, 2024

Functional Gradient Flows for Constrained Sampling

arXiv:2410.23170v1h-index: 5NIPS
Originality Incremental advance
AI Analysis

This work addresses constrained sampling for machine learning practitioners, offering a novel solution to a domain-specific bottleneck.

The paper tackles the problem of constrained sampling in particle-based variational inference by introducing a boundary condition for gradient flows, which confines particles within a specific domain, resulting in a new method called constrained functional gradient flow (CFG) with provable convergence in total variation.

Recently, through a unified gradient flow perspective of Markov chain Monte Carlo (MCMC) and variational inference (VI), particle-based variational inference methods (ParVIs) have been proposed that tend to combine the best of both worlds. While typical ParVIs such as Stein Variational Gradient Descent (SVGD) approximate the gradient flow within a reproducing kernel Hilbert space (RKHS), many attempts have been made recently to replace RKHS with more expressive function spaces, such as neural networks. While successful, these methods are mainly designed for sampling from unconstrained domains. In this paper, we offer a general solution to constrained sampling by introducing a boundary condition for the gradient flow which would confine the particles within the specific domain. This allows us to propose a new functional gradient ParVI method for constrained sampling, called constrained functional gradient flow (CFG), with provable continuous-time convergence in total variation (TV). We also present novel numerical strategies to handle the boundary integral term arising from the domain constraints. Our theory and experiments demonstrate the effectiveness of the proposed framework.

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