paper-with-me

Papers

Sublinear-Time Approximate MCMC Transitions for Probabilistic Programs

2014-11-06 · Yutian Chen, Vikash Mansinghka, Zoubin Ghahramani

Probabilistic programming languages can simplify the development of machine learning techniques, but only if inference is sufficiently scalable. Unfortunately, Bayesian parameter estimation for highly coupled models such as regressions and state-space models still scales poorly; each MCMC transition takes linear time in the number of observations. This paper describes a sublinear-time algorithm for making Metropolis-Hastings (MH) updates to latent variables in probabilistic programs. The approach generalizes recently introduced approximate MH techniques: instead of subsampling data items assumed to be independent, it subsamples edges in a dynamically constructed graphical model. It thus applies to a broader class of problems and interoperates with other general-purpose inference techniques. Empirical results, including confirmation of sublinear per-transition scaling, are presented for Bayesian logistic regression, nonlinear classification via joint Dirichlet process mixtures, and parameter estimation for stochastic volatility models (with state estimation via particle MCMC). All three applications use the same implementation, and each requires under 20 lines of probabilistic code.

📄 PDF Abstract BibTeX arXiv:1411.1690

Code (0)

등록된 구현이 없습니다.

Tasks

parameter estimationProbabilistic ProgrammingState EstimationState Space Models

Similar Papers 제목 키워드 기반

MCMC-Interactive Variational Inference

2020-10-02 · Quan Zhang, Huangjie Zheng, Mingyuan Zhou

Leveraging well-established MCMC strategies, we propose MCMC-interactive variational inference (MIVI) to not only estimate the posterior in a time constrained manner, but also facilitate the design of MCMC transitions. C…

Variational Inference

Scalable MCMC Sampling for Nonsymmetric Determinantal Point Processes

2022-07-01 · Insu Han, Mike Gartrell, Elvis Dohmatob, Amin Karbasi

A determinantal point process (DPP) is an elegant model that assigns a probability to every subset of a collection of $n$ items. While conventionally a DPP is parameterized by a symmetric kernel matrix, removing this sym…

Point Processes

Markov Chain Monte Carlo Data Association for Multiple-Target Tracking

2009-03-04 · IEEE Transactions on Automatic Control 2009 3 · Songhwai Oh, Stuart Russell, Shankar Sastry

This paper presents Markov chain Monte Carlo data association (MCMCDA) for solving data association problems arising in multiple-target tracking in a cluttered environment. When the number of targets is fixed, the sing…

Exact and Approximate MCMC for Doubly-intractable Probabilistic Graphical Models Leveraging the Underlying Independence Model

2025-10-04 · Yujie Chen, Antik Chakraborty, Anindya Bhadra arxiv

Bayesian inference for doubly-intractable pairwise exponential graphical models typically involves variations of the exchange algorithm or approximate Markov chain Monte Carlo (MCMC) samplers. However, existing methods f…

Bayesian Inference

Encapsulating models and approximate inference programs in probabilistic modules

2016-12-14 · Marco F. Cusumano-Towner, Vikash K. Mansinghka

This paper introduces the probabilistic module interface, which allows encapsulation of complex probabilistic models with latent variables alongside custom stochastic approximate inference machinery, and provides a platf…