Projects
Meta-Uncertainty in Bayesian Model Comparison
Paper (AISTATS 2023) | Code | Project website | Poster | Presentation (15min)
Meta-Uncertainty represents a fully probabilistic framework for quantifying the uncertainty over Bayesian posterior model probabilities (PMPs) using meta-models. Meta-models integrate simulated and observed data into a predictive distribution for new PMPs and help reduce overconfidence and estimate the PMPs in future replication studies.
BayesFlow: Amortized Bayesian Workflows With Neural Networks
Preprint (arXiv) | Project website
BayesFlow is a Python library for simulation-based training of established neural network architectures for amortized data compression and inference. Amortized Bayesian inference, as implemented in BayesFlow, enables users to train custom neural networks on model simulations and re-use these networks for any subsequent application of the models. Since the trained networks can perform inference almost instantaneously, the upfront neural network training is quickly amortized.
JANA: Jointly Amortized Neural Approximation of Complex Bayesian Models
Paper (UAI 2023) | Python library
JANA is a new amortized solution for intractable likelihood functions and posterior densities in Bayesian modeling. It trains three networks to learn both an approximate posterior and a surrogate model for the likelihood, enabling amortized marginal likelihood and posterior predictive estimation.
Detecting Model Misspecification in Amortized Bayesian Inference with Neural Networks
Preprint (arXiv) | Code | Poster
Novel neural network based architectures enable amortized Bayesian inference in settings where the likelihood function is only implicitly defined by a simulation program. But how faithful is such inference when simulations represent reality somewhat inaccurately? This paper illustrates how imposing a probabilistic structure on the latent data summary space can help to detect potentially catastrophic misspecifications during inference.