paper-with-me

홈 › Papers

Automatic Inference for Inverting Software Simulators via Probabilistic Programming

2015-05-31 · Ardavan Saeedi, Vlad Firoiu, Vikash Mansinghka

Models of complex systems are often formalized as sequential software simulators: computationally intensive programs that iteratively build up probable system configurations given parameters and initial conditions. These simulators enable modelers to capture effects that are difficult to characterize analytically or summarize statistically. However, in many real-world applications, these simulations need to be inverted to match the observed data. This typically requires the custom design, derivation and implementation of sophisticated inversion algorithms. Here we give a framework for inverting a broad class of complex software simulators via probabilistic programming and automatic inference, using under 20 lines of probabilistic code. Our approach is based on a formulation of inversion as approximate inference in a simple sequential probabilistic model. We implement four inference strategies, including Metropolis-Hastings, a sequentialized Metropolis-Hastings scheme, and a particle Markov chain Monte Carlo scheme, requiring 4 or fewer lines of probabilistic code each. We demonstrate our framework by applying it to invert a real geological software simulator from the oil and gas industry.

📄 PDF Abstract BibTeX arXiv:1506.00308

Code (0)

등록된 구현이 없습니다.

Tasks

Probabilistic Programming

Similar Papers 제목 키워드 기반

Probabilistic Surrogate Networks for Simulators with Unbounded Randomness

2019-10-25 · Andreas Munk, Berend Zwartsenberg, Adam Ścibior, Atılım Güneş Baydin 외

We present a framework for automatically structuring and training fast, approximate, deep neural surrogates of stochastic simulators. Unlike traditional approaches to surrogate modeling, our surrogates retain the interpr…

Probabilistic ProgrammingProgram Synthesis

Attention for Inference Compilation

2019-10-25 · William Harvey, Andreas Munk, Atılım Güneş Baydin, Alexander Bergholm 외

We present a new approach to automatic amortized inference in universal probabilistic programs which improves performance compared to current methods. Our approach is a variation of inference compilation (IC) which lever…

Efficient Probabilistic Inference in the Quest for Physics Beyond the Standard Model

2018-07-20 · NeurIPS 2019 12 · Atılım Güneş Baydin, Lukas Heinrich, Wahid Bhimji, Lei Shao 외

We present a novel probabilistic programming framework that couples directly to existing large-scale simulators through a cross-platform probabilistic execution protocol, which allows general-purpose inference engines to…

Bayesian InferenceProbabilistic Programming

Etalumis: Bringing Probabilistic Programming to Scientific Simulators at Scale

2019-07-08 · Atılım Güneş Baydin, Lei Shao, Wahid Bhimji, Lukas Heinrich 외

Probabilistic programming languages (PPLs) are receiving widespread attention for performing Bayesian inference in complex generative models. However, applications to science remain limited because of the impracticabilit…

Bayesian InferenceCPUProbabilistic Programming

Improvements to Inference Compilation for Probabilistic Programming in Large-Scale Scientific Simulators

2017-12-21 · Mario Lezcano Casado, Atilim Gunes Baydin, David Martinez Rubio, Tuan Anh Le 외

We consider the problem of Bayesian inference in the family of probabilistic models implicitly defined by stochastic generative models of data. In scientific fields ranging from population biology to cosmology, low-level…

Bayesian InferenceProbabilistic Programming