paper-with-me

Papers

Distilling Importance Sampling for Likelihood Free Inference

2019-10-08 · Dennis Prangle, Cecilia Viscardi

Likelihood-free inference involves inferring parameter values given observed data and a simulator model. The simulator is computer code which takes parameters, performs stochastic calculations, and outputs simulated data. In this work, we view the simulator as a function whose inputs are (1) the parameters and (2) a vector of pseudo-random draws. We attempt to infer all these inputs conditional on the observations. This is challenging as the resulting posterior can be high dimensional and involve strong dependence. We approximate the posterior using normalizing flows, a flexible parametric family of densities. Training data is generated by likelihood-free importance sampling with a large bandwidth value epsilon, which makes the target similar to the prior. The training data is "distilled" by using it to train an updated normalizing flow. The process is iterated, using the updated flow as the importance sampling proposal, and slowly reducing epsilon so the target becomes closer to the posterior. Unlike most other likelihood-free methods, we avoid the need to reduce data to low dimensional summary statistics, and hence can achieve more accurate results. We illustrate our method in two challenging examples, on queuing and epidemiology.

📄 PDF Abstract BibTeX arXiv:1910.03632

Code (1)

dennisprangle/distillingimportancesampling 공식 구현 pytorch

Tasks

Bayesian InferenceEpidemiology

Similar Papers 제목 키워드 기반

Bayesian Inference for Gaussian Process Classifiers with Annealing and Pseudo-Marginal MCMC

2013-11-28 · Maurizio Filippone

Kernel methods have revolutionized the fields of pattern recognition and machine learning. Their success, however, critically depends on the choice of kernel parameters. Using Gaussian process (GP) classification as a wo…

Bayesian Inference

Neural Importance Sampling for Rapid and Reliable Gravitational-Wave Inference

2022-10-11 · Maximilian Dax, Stephen R. Green, Jonathan Gair, Michael Pürrer 외

We combine amortized neural posterior estimation with importance sampling for fast and accurate gravitational-wave inference. We first generate a rapid proposal for the Bayesian posterior using neural networks, and then …

Diagnostic

Bias Correction of Learned Generative Models using Likelihood-Free Importance Weighting

2019-06-23 · NeurIPS 2019 12 · Aditya Grover, Jiaming Song, Alekh Agarwal, Kenneth Tran 외

A learned generative model often produces biased statistics relative to the underlying data distribution. A standard technique to correct this bias is importance sampling, where samples from the model are weighted by the…

Data Augmentation

Benchmark of Likelihood-Free Inference Methods based on Neural and Optimal Transport Approaches

2026-05-28 · Samira Aka, Marie Kratz, Philippe Naveau arxiv

Simulation-based inference (SBI) has become an increasingly important framework for parameter estimation in models for which simulation is feasible, including cases where likelihood evaluation is unavailable or costly. W…

Forward $χ^2$ Divergence Based Variational Importance Sampling

2023-11-04 · Chengrui Li, Yule Wang, Weihan Li, Anqi Wu

Maximizing the log-likelihood is a crucial aspect of learning latent variable models, and variational inference (VI) stands as the commonly adopted method. However, VI can encounter challenges in achieving a high log-lik…

parameter estimationVariational Inference