Skip to content

Commit 81a99ca

Browse files
Merge pull request #84 from stefanradev93/marvinschmitt-patch-1
update README.md (citation info)
2 parents d4175bd + 3cf42fe commit 81a99ca

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,3 +289,44 @@ available for free at: https://arxiv.org/abs/2302.09125
289289

290290
## Support
291291
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},
329+
year={2023},
330+
url={https://openreview.net/forum?id=dS3wVICQrU0}
331+
}
332+
```

0 commit comments

Comments
 (0)