paper-with-me

Papers

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 method for scalable Bayesian inference for large independent data. Unfortunately when applied to dependent data, such as in SSMs, SGMCMC's stochastic gradient estimates are biased as they break crucial temporal dependencies. To alleviate this, we propose stochastic gradient estimators that control this bias by performing additional computation in a `buffer' to reduce breaking dependencies. Furthermore, we derive error bounds for this bias and show a geometric decay under mild conditions. Using these estimators, we develop novel SGMCMC samplers for discrete, continuous and mixed-type SSMs with analytic message passing. Our experiments on real and synthetic data demonstrate the effectiveness of our SGMCMC algorithms compared to batch MCMC, allowing us to scale inference to long time series with millions of time points.

📄 PDF Abstract BibTeX arXiv:1810.09098

Code (1)

aicherc/sgmcmc_ssm_code 공식 구현

Tasks

Bayesian InferenceState Space ModelsTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Stochastic Gradient MCMC for Nonlinear State Space Models

2019-01-29 · Christopher Aicher, Srshti Putcha, Christopher Nemeth, Paul Fearnhead 외

State space models (SSMs) provide a flexible framework for modeling complex time series via a latent stochastic process. Inference for nonlinear, non-Gaussian SSMs is often tackled with particle methods that do not scale…

Bayesian InferenceState Space ModelsTime SeriesTime Series Analysis

Functional Stochastic Gradient MCMC for Bayesian Neural Networks

2024-09-25 · Mengjing Wu, Junyu Xuan, Jie Lu

Classical parameter-space Bayesian inference for Bayesian neural networks (BNNs) suffers from several unresolved prior issues, such as knowledge encoding intractability and pathological behaviours in deep networks, which…

Bayesian InferenceUncertainty QuantificationVariational Inference

Extended Stochastic Gradient MCMC for Large-Scale Bayesian Variable Selection

2020-02-07 · Qifan Song, Yan Sun, Mao Ye, Faming Liang

Stochastic gradient Markov chain Monte Carlo (MCMC) algorithms have received much attention in Bayesian computing for big data problems, but they are only applicable to a small class of problems for which the parameter s…

Variable Selection

Learning Deep Generative Models with Doubly Stochastic MCMC

2015-06-15 · Chao Du, Jun Zhu, Bo Zhang

We present doubly stochastic gradient MCMC, a simple and generic method for (approximate) Bayesian inference of deep generative models (DGMs) in a collapsed continuous parameter space. At each MCMC sampling step, the alg…

Bayesian InferenceDensity EstimationImputation

Preferential Subsampling for Stochastic Gradient Langevin Dynamics

2022-10-28 · Srshti Putcha, Christopher Nemeth, Paul Fearnhead

Stochastic gradient MCMC (SGMCMC) offers a scalable alternative to traditional MCMC, by constructing an unbiased estimate of the gradient of the log-posterior with a small, uniformly-weighted subsample of the data. While…