paper-with-me

Papers

Bayesian Optimization for Probabilistic Programs

2017-07-13 · NeurIPS 2016 12 · Tom Rainforth, Tuan Anh Le, Jan-Willem van de Meent, Michael A. Osborne, Frank Wood

We present the first general purpose framework for marginal maximum a posteriori estimation of probabilistic program variables. By using a series of code transformations, the evidence of any probabilistic program, and therefore of any graphical model, can be optimized with respect to an arbitrary subset of its sampled variables. To carry out this optimization, we develop the first Bayesian optimization package to directly exploit the source code of its target, leading to innovations in problem-independent hyperpriors, unbounded optimization, and implicit constraint satisfaction; delivering significant performance improvements over prominent existing packages. We present applications of our method to a number of tasks including engineering design and parameter optimization.

📄 PDF Abstract BibTeX arXiv:1707.04314

Code (2)

probprog/bopp 공식 구현
probprog/deodorant 공식 구현

Tasks

Bayesian Optimization

Similar Papers 제목 키워드 기반

flip-hoisting: Exploiting Repeated Parameters in Discrete Probabilistic Programs

2021-10-19 · Ellie Y. Cheng, Todd Millstein, Guy Van Den Broeck, Steven Holtzen

Many of today's probabilistic programming languages (PPLs) have brittle inference performance: the performance of the underlying inference algorithm is very sensitive to the precise way in which the probabilistic program…

Probabilistic Programming

Bayesian Synthesis of Probabilistic Programs for Automatic Data Modeling

2019-07-14 · Feras A. Saad, Marco F. Cusumano-Towner, Ulrich Schaechtle, Martin C. Rinard 외

We present new techniques for automatically constructing probabilistic programs for data analysis, interpretation, and prediction. These techniques work with probabilistic domain-specific data modeling languages that cap…

Bayesian InferenceProbabilistic ProgrammingTime SeriesTime Series Analysis

Bayesian Policy Search for Stochastic Domains

2020-10-01 · David Tolpin, Yuan Zhou, Hongseok Yang

AI planning can be cast as inference in probabilistic models, and probabilistic programming was shown to be capable of policy search in partially observable domains. Prior work introduces policy search through Markov cha…

Bayesian InferenceProbabilistic ProgrammingVariational Inference

SBI: A Simulation-Based Test of Identifiability for Bayesian Causal Inference

2021-02-23 · Sam Witty, David Jensen, Vikash Mansinghka

A growing family of approaches to causal inference rely on Bayesian formulations of assumptions that go beyond causal graph structure. For example, Bayesian approaches have been developed for analyzing instrumental varia…

Causal InferenceExperimental DesignGaussian Processes

Bayesian Logic Programs

2001-11-23 · Kristian Kersting, Luc De Raedt

Bayesian networks provide an elegant formalism for representing and reasoning about uncertainty using probability theory. Theyare a probabilistic extension of propositional logic and, hence, inherit some of the limitatio…