You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our approximator shows excellent calibration, with the calibration curve being closely aligned to the diagonal, an expected calibration error (ECE) near 0 and most predicted probabilities being certain of the model underlying a data set. We can further assess patterns of misclassification with a confusion matrix:
For the vast majority of simulated data sets, the "true" data-generating model is correctly identified. With these diagnostic results backing us up, we can proceed and apply our trained network to empirical data.
249
249
@@ -257,13 +257,35 @@ C. (2021). Amortized Bayesian Model Comparison with Evidental Deep Learning.
257
257
doi:10.1109/TNNLS.2021.3124052 available for free at: https://arxiv.org/abs/2004.10629
258
258
259
259
- Schmitt, M., Radev, S. T., & Bürkner, P. C. (2022). Meta-Uncertainty in
260
-
Bayesian Model Comparison. <em>ArXiv preprint</em>, available for free at:
261
-
https://arxiv.org/abs/2210.07278
260
+
Bayesian Model Comparison. In <em>International Conference on Artificial Intelligence
261
+
and Statistics</em>, 11-29, PMLR, available for free at: https://arxiv.org/abs/2210.07278
262
262
263
263
- Elsemüller, L., Schnuerch, M., Bürkner, P. C., & Radev, S. T. (2023). A Deep
264
264
Learning Method for Comparing Bayesian Hierarchical Models. <em>ArXiv preprint</em>,
265
265
available for free at: https://arxiv.org/abs/2301.11873
266
266
267
-
## Likelihood emulation
267
+
## Likelihood Emulation
268
268
269
-
Example coming soon...
269
+
In order to learn the exchangeable (i.e., permutation invariant) likelihood from the minimal example instead of the posterior, you may use the `AmortizedLikelihood` wrapper:
This wrapper can interact with a `Trainer` instance in the same way as the `AmortizedPosterior`. Finally, you can also learn the likelihood and the posterior *simultaneously* by using the `AmortizedPosteriorLikelihood` wrapper and choosing your preferred training scheme:
Learning both densities enables us to approximate marginal likelihoods or perform approximate leave-one-out cross-validation (LOO-CV) for prior or posterior predictive model comparison, respectively.
283
+
284
+
### References and Further Reading
285
+
286
+
Radev, S. T., Schmitt, M., Pratz, V., Picchini, U., Köthe, U., & Bürkner, P. C. (2023).
available for free at: https://arxiv.org/abs/2302.09125
289
+
290
+
## Support
291
+
This work is supported by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under Germany’s Excellence Strategy -– EXC-2181 - 390900948 (the Heidelberg Cluster of Excellence STRUCTURES) and -- EXC-2075 - 390740016 (the Stuttgart Cluster of Excellence SimTech), the Informatics for Life initiative funded by the Klaus Tschira Foundation, and Google Cloud through the Academic Research Grants program.
0 commit comments