paper-with-me

홈 › Papers

Stochastic Gradient Piecewise Deterministic Monte Carlo Samplers

2024-06-27 · Paul Fearnhead, Sebastiano Grazzi, Chris Nemeth, Gareth O. Roberts

Recent work has suggested using Monte Carlo methods based on piecewise deterministic Markov processes (PDMPs) to sample from target distributions of interest. PDMPs are non-reversible continuous-time processes endowed with momentum, and hence can mix better than standard reversible MCMC samplers. Furthermore, they can incorporate exact sub-sampling schemes which only require access to a single (randomly selected) data point at each iteration, yet without introducing bias to the algorithm's stationary distribution. However, the range of models for which PDMPs can be used, particularly with sub-sampling, is limited. We propose approximate simulation of PDMPs with sub-sampling for scalable sampling from posterior distributions. The approximation takes the form of an Euler approximation to the true PDMP dynamics, and involves using an estimate of the gradient of the log-posterior based on a data sub-sample. We thus call this class of algorithms stochastic-gradient PDMPs. Importantly, the trajectories of stochastic-gradient PDMPs are continuous and can leverage recent ideas for sampling from measures with continuous and atomic components. We show these methods are easy to implement, present results on their approximation error and demonstrate numerically that this class of algorithms has similar efficiency to, but is more robust than, stochastic gradient Langevin dynamics.

📄 PDF Abstract BibTeX arXiv:2406.19051

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Numerical Generalized Randomized Hamiltonian Monte Carlo for piecewise smooth target densities

2025-04-25 · Jimmy Huy Tran, Tore Selland Kleppe

Traditional gradient-based sampling methods, like standard Hamiltonian Monte Carlo, require that the desired target distribution is continuous and differentiable. This limits the types of models one can define, although …

Piecewise Deterministic Markov Processes for Continuous-Time Monte Carlo

2016-11-23 · Paul Fearnhead, Joris Bierkens, Murray Pollock, Gareth O. Roberts

Recently there have been exciting developments in Monte Carlo methods, with the development of new MCMC and sequential Monte Carlo (SMC) algorithms which are based on continuous-time, rather than discrete-time, Markov pr…

Efficient computation of the volume of a polytope in high-dimensions using Piecewise Deterministic Markov Processes

2022-02-18 · Augustin Chevallier, Frédéric Cazals, Paul Fearnhead

Computing the volume of a polytope in high dimensions is computationally challenging but has wide applications. Current state-of-the-art algorithms to compute such volumes rely on efficient sampling of a Gaussian distrib…

Quasi-Monte Carlo Variational Inference

2018-07-04 · ICML 2018 7 · Alexander Buchholz, Florian Wenzel, Stephan Mandt

Many machine learning problems involve Monte Carlo gradient estimators. As a prominent example, we focus on Monte Carlo variational inference (MCVI) in this paper. The performance of MCVI crucially depends on the varianc…

Variational Inference

Efficient Neural SDE Training using Wiener-Space Cubature

2025-02-18 · Luke Snow, Vikram Krishnamurthy

A neural stochastic differential equation (SDE) is an SDE with drift and diffusion terms parametrized by neural networks. The training procedure for neural SDEs consists of optimizing the SDE vector field (neural network…