COMLOct 8, 2019

Distilling Importance Sampling for Likelihood Free Inference

arXiv:1910.03632v615 citations
Originality Incremental advance
AI Analysis

This method addresses the problem of accurate parameter inference for researchers using complex simulators, though it is incremental as it builds on existing normalizing flow and importance sampling techniques.

The paper tackles the challenge of high-dimensional posterior inference in likelihood-free settings by iteratively distilling importance sampling data with normalizing flows, avoiding summary statistics and achieving more accurate results in queuing and epidemiology examples.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes