paper-with-me

홈 › Papers

Data-driven Sequential Monte Carlo in Probabilistic Programming

2015-12-14 · Yura N. Perov, Tuan Anh Le, Frank Wood

Most of Markov Chain Monte Carlo (MCMC) and sequential Monte Carlo (SMC) algorithms in existing probabilistic programming systems suboptimally use only model priors as proposal distributions. In this work, we describe an approach for training a discriminative model, namely a neural network, in order to approximate the optimal proposal by using posterior estimates from previous runs of inference. We show an example that incorporates a data-driven proposal for use in a non-parametric model in the Anglican probabilistic programming system. Our results show that data-driven proposals can significantly improve inference performance so that considerably fewer particles are necessary to perform a good posterior estimation.

📄 PDF Abstract BibTeX arXiv:1512.04387

Code (0)

등록된 구현이 없습니다.

Tasks

Probabilistic Programming

Similar Papers 제목 키워드 기반

Probabilistic Planning with Sequential Monte Carlo methods

2019-05-01 · ICLR 2019 5 · Alexandre Piche, Valentin Thomas, Cyril Ibrahim, Yoshua Bengio 외

In this work, we propose a novel formulation of planning which views it as a probabilistic inference problem over future optimal trajectories. This enables us to use sampling methods, and thus, tackle planning in continu…

continuous-controlContinuous Control

Applications of Probabilistic Programming (Master's thesis, 2015)

2016-05-31 · Yura N. Perov

This thesis describes work on two applications of probabilistic programming: the learning of probabilistic program code given specifications, in particular program code of one-dimensional samplers; and the facilitation o…

Object RecognitionProbabilistic Programming

Auto-Encoding Sequential Monte Carlo

2017-05-29 · ICLR 2018 1 · Tuan Anh Le, Maximilian Igl, Tom Rainforth, Tom Jin 외

We build on auto-encoding sequential Monte Carlo (AESMC): a method for model and proposal learning based on maximizing the lower bound to the log marginal likelihood in a broad family of structured probabilistic models. …

Sequential Monte Carlo Steering of Large Language Models using Probabilistic Programs

2023-06-05 · Alexander K. Lew, Tan Zhi-Xuan, Gabriel Grand, Vikash K. Mansinghka

Even after fine-tuning and reinforcement learning, large language models (LLMs) can be difficult, if not impossible, to control reliably with prompts alone. We propose a new inference-time approach to enforcing syntactic…

Language ModelingLanguage ModellingProbabilistic ProgrammingText Generation

Probabilistic learning of nonlinear dynamical systems using sequential Monte Carlo

2017-03-07 · Thomas B. Schön, Andreas Svensson, Lawrence Murray, Fredrik Lindsten

Probabilistic modeling provides the capability to represent and manipulate uncertainty in data, models, predictions and decisions. We are concerned with the problem of learning probabilistic models of dynamical systems f…

State Space Models