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
Copy file name to clipboardExpand all lines: README.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,3 +289,44 @@ available for free at: https://arxiv.org/abs/2302.09125
289
289
290
290
## Support
291
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.
292
+
293
+
294
+
# Citing BayesFlow
295
+
296
+
You can cite BayesFlow along the lines of:
297
+
298
+
- We estimated the approximate posterior distribution with neural posterior estimation and learned summary statistics (NPE; Radev et al., 2020) via the BayesFlow software for amortized Bayesian workflows (Radev et al., 2023b).
299
+
- We trained a neural likelihood estimator (NLE; Papamakarios et al., 2019) via the BayesFlow software for amortized Bayesian workflows (Radev et al., 2023b).
300
+
- We sampled from the approximate joint distribution $p(x, \theta)$ using jointly amortized neural approximation (JANA; Radev et al., 2023a), as implemented in the BayesFlow software for amortized Bayesian workflows (Radev et al., 2023b).
301
+
302
+
1. Radev, S. T., Schmitt, M., Schumacher, L., Elsemüller, L., Pratz, V., Schälte, Y., Köthe, U., & Bürkner, P.-C. (2023). BayesFlow: Amortized Bayesian Workflows With Neural Networks. *arXiv:2306.16015*. ([arXiv paper](https://arxiv.org/abs/2306.16015))
303
+
2. Radev, S. T., Mertens, U. K., Voss, A., Ardizzone, L., Köthe, U. (2020). BayesFlow: Learning Complex Stochastic Models With Invertible Neural Networks. IEEE Trans Neural Netw Learn Syst. 33(4). 1452-1466.
304
+
3. Radev, S. T., Schmitt, M., Pratz, V., Picchini, U., Köthe, U., & Bürkner, P.-C. (2023). JANA: Jointly Amortized Neural Approximation of Complex Bayesian Models. *39th conference on Uncertainty in Artificial Intelligence*. ([UAI Proceedings](https://openreview.net/forum?id=dS3wVICQrU0))
305
+
306
+
**BibTeX:**
307
+
308
+
```
309
+
@misc{radev2023bayesflow,
310
+
title = {BayesFlow: Amortized Bayesian Workflows With Neural Networks},
311
+
author = {Stefan T Radev and Marvin Schmitt and Lukas Schumacher and Lasse Elsem\"{u}ller and Valentin Pratz and Yannik Sch\"{a}lte and Ullrich K\"{o}the and Paul-Christian B\"{u}rkner},
312
+
year = {2023},
313
+
publisher= {arXiv},
314
+
url={https://arxiv.org/abs/2306.16015}
315
+
}
316
+
317
+
@article{radev2020bayesflow,
318
+
doi = {10.1109/TNNLS.2020.3042395},
319
+
year = {2020},
320
+
title = {{BayesFlow}: Learning Complex Stochastic Models With Invertible Neural Networks},
321
+
journal = {IEEE Transactions on Neural Networks and Learning Systems},
322
+
author = {Radev, Stefan T and Mertens, Ulf K and Voss, A and Ardizzone, L and K\"{o}the, U},
323
+
}
324
+
325
+
@inproceedings{radev2023jana,
326
+
title={{JANA}: Jointly Amortized Neural Approximation of Complex Bayesian Models},
327
+
author={Stefan T. Radev and Marvin Schmitt and Valentin Pratz and Umberto Picchini and Ullrich Koethe and Paul-Christian Buerkner},
328
+
booktitle={The 39th Conference on Uncertainty in Artificial Intelligence},
0 commit comments