paper-with-me

Papers

Stochastic Gradient MCMC with Repulsive Forces

2018-11-30 · Victor Gallego, David Rios Insua

We propose a unifying view of two different Bayesian inference algorithms, Stochastic Gradient Markov Chain Monte Carlo (SG-MCMC) and Stein Variational Gradient Descent (SVGD), leading to improved and efficient novel sampling schemes. We show that SVGD combined with a noise term can be framed as a multiple chain SG-MCMC method. Instead of treating each parallel chain independently from others, our proposed algorithm implements a repulsive force between particles, avoiding collapse and facilitating a better exploration of the parameter space. We also show how the addition of this noise term is necessary to obtain a valid SG-MCMC sampler, a significant difference with SVGD. Experiments with both synthetic distributions and real datasets illustrate the benefits of the proposed scheme.

📄 PDF Abstract BibTeX arXiv:1812.00071

Code (2)

anon3232/sgmcmc-force 공식 구현 jax
vicgalle/sgmcmc-force 공식 구현 jax

Tasks

Bayesian Inferencevalid

Similar Papers 제목 키워드 기반

Stochastic Gradient MCMC with Stale Gradients

2016-10-21 · NeurIPS 2016 12 · Changyou Chen, Nan Ding, Chunyuan Li, Yizhe Zhang 외

Stochastic gradient MCMC (SG-MCMC) has played an important role in large-scale Bayesian learning, with well-developed theoretical convergence properties. In such applications of SG-MCMC, it is becoming increasingly popul…

Control Variates for Stochastic Gradient MCMC

2017-06-16 · Jack Baker, Paul Fearnhead, Emily B. Fox, Christopher Nemeth

It is well known that Markov chain Monte Carlo (MCMC) methods scale poorly with dataset size. A popular class of methods for solving this issue is stochastic gradient MCMC. These methods use a noisy estimate of the gradi…

Stochastic Gradient MCMC for State Space Models

2018-10-22 · Christopher Aicher, Yi-An Ma, Nicholas J. Foti, Emily B. Fox

State space models (SSMs) are a flexible approach to modeling complex time series. However, inference in SSMs is often computationally prohibitive for long time series. Stochastic gradient MCMC (SGMCMC) is a popular meth…

Bayesian InferenceState Space ModelsTime SeriesTime Series Analysis

On the Convergence of Stochastic Gradient MCMC Algorithms with High-Order Integrators

2016-10-21 · NeurIPS 2015 12 · Changyou Chen, Nan Ding, Lawrence Carin

Recent advances in Bayesian learning with large-scale data have witnessed emergence of stochastic gradient MCMC algorithms (SG-MCMC), such as stochastic gradient Langevin dynamics (SGLD), stochastic gradient Hamiltonian …

JaxSGMC: Modular stochastic gradient MCMC in JAX

2025-05-16 · Stephan Thaler, Paul Fuchs, Ana Cukarska, Julija Zavadlav

We present JaxSGMC, an application-agnostic library for stochastic gradient Markov chain Monte Carlo (SG-MCMC) in JAX. SG-MCMC schemes are uncertainty quantification (UQ) methods that scale to large datasets and high-dim…

Deep LearningStochastic OptimizationUncertainty Quantification