paper-with-me

홈 › Papers

Nonstandard Interpretations of Probabilistic Programs for Efficient Inference

2011-12-01 · NeurIPS 2011 12 · David Wingate, Noah Goodman, Andreas Stuhlmueller, Jeffrey M. Siskind

Probabilistic programming languages allow modelers to specify a stochastic process using syntax that resembles modern programming languages. Because the program is in machine-readable format, a variety of techniques from compiler design and program analysis can be used to examine the structure of the distribution represented by the probabilistic program. We show how nonstandard interpretations of probabilistic programs can be used to craft efficient inference algorithms: information about the structure of a distribution (such as gradients or dependencies) is generated as a monad-like side computation while executing the program. These interpretations can be easily coded using special-purpose objects and operator overloading. We implement two examples of nonstandard interpretations in two different languages, and use them as building blocks to construct inference algorithms: automatic differentiation, which enables gradient based methods, and provenance tracking, which enables efficient construction of global proposals.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Probabilistic Programming

Similar Papers 제목 키워드 기반

Inference and learning in probabilistic logic programs using weighted Boolean formulas

2013-04-25 · Daan Fierens, Guy Van Den Broeck, Joris Renkens, Dimitar Shterionov 외

Probabilistic logic programs are logic programs in which some of the facts are annotated with probabilities. This paper investigates how classical inference and learning tasks known from the graphical model community can…

parameter estimation

Dual representations of quasiconvex compositions with applications to systemic risk

2021-08-29 · Çağın Ararat, Mücahit Aygün

Motivated by the problem of finding dual representations for quasiconvex systemic risk measures in financial mathematics, we study quasiconvex compositions in an abstract infinite-dimensional setting. We calculate an exp…

Stochastic Probabilistic Programs

2020-01-08 · David Tolpin, Tomer Dobkin

We introduce the notion of a stochastic probabilistic program and present a reference implementation of a probabilistic programming facility supporting specification of stochastic probabilistic programs and inference in …

Probabilistic Programming

Automated Variational Inference in Probabilistic Programming

2013-01-07 · David Wingate, Theophane Weber

We present a new algorithm for approximate inference in probabilistic programs, based on a stochastic gradient for variational programs. This method is efficient without restrictions on the probabilistic program; it is p…

Probabilistic ProgrammingVariational Inference

Inference Policies

2013-03-27 · Paul E. Lehner

It is suggested that an AI inference system should reflect an inference policy that is tailored to the domain of problems to which it is applied -- and furthermore that an inference policy need not conform to any general…