Skip to content

Commit 35a2b27

Browse files
committed
Update support and references
1 parent 18d519a commit 35a2b27

File tree

1 file changed

+32
-30
lines changed

1 file changed

+32
-30
lines changed

README.md

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For starters, check out some of our walk-through notebooks:
2121

2222
## Documentation \& Help
2323

24-
The project documentation is available at <https://bayesflow.org>. Please use the [BayesFlow Forums](https://discuss.bayesflow.org/) for any BayesFlow-related questions and discussions, and [GitHub Issues](https://github.com/stefanradev93/BayesFlow/issues) for bug reports and feature requests.
24+
The project documentation is available at <https://bayesflow.org>. Please use the [BayesFlow Forums](https://discuss.bayesflow.org/) for any BayesFlow-related questions and discussions, and [GitHub Issues](https://github.com/stefanradev93/BayesFlow/issues) for bug reports and feature requests.
2525

2626
## Installation
2727

@@ -119,7 +119,7 @@ well-calibrated inference algorithms as indicated by the shaded gray areas.
119119
Accordingly, our neural approximator seems to have converged to the intended target.
120120

121121
As you can see, amortized inference on new (real or simulated) data is easy and fast.
122-
We can obtain further 5000 posterior draws per simulated data set and quickly inspect
122+
We can obtain further 5000 posterior draws per simulated data set and quickly inspect
123123
how well the model can recover its parameters across the entire *prior predictive distribution*.
124124

125125

@@ -294,50 +294,52 @@ JANA: Jointly amortized neural approximation of complex Bayesian models.
294294
([arXiv](https://arxiv.org/abs/2302.09125))([PMLR](https://proceedings.mlr.press/v216/radev23a.html))
295295

296296
## Support
297-
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.
297+
298+
This project is currently managed by researchers from Rensselaer Polytechnic Institute, TU Dortmund University, and Heidelberg University. It is partially funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation, Project 528702768). The project is further supported by Germany's Excellence Strategy -- EXC-2075 - 390740016 (Stuttgart Cluster of Excellence SimTech) and EXC-2181 - 390900948 (Heidelberg Cluster of Excellence STRUCTURES), as well as the Informatics for Life initiative funded by the Klaus Tschira Foundation.
298299

299300
## Citing BayesFlow
300301

301302
You can cite BayesFlow along the lines of:
302303

303-
- We approximated the posterior with neural posterior estimation and learned summary statistics (NPE; Radev et al., 2020), as implemented in the BayesFlow software for amortized Bayesian workflows (Radev et al., 2023b).
304+
- We approximated the posterior with neural posterior estimation and learned summary statistics (NPE; Radev et al., 2020), as implemented in the BayesFlow software for amortized Bayesian workflows (Radev et al., 2023a).
304305
- We approximated the likelihood with neural likelihood estimation (NLE; Papamakarios et al., 2019) without hand-cafted summary statistics, as implemented in the BayesFlow software for amortized Bayesian workflows (Radev et al., 2023b).
305306
- We performed simultaneous posterior and likelihood estimation with jointly amortized neural approximation (JANA; Radev et al., 2023a), as implemented in the BayesFlow software for amortized Bayesian workflows (Radev et al., 2023b).
306307

307-
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](https://arxiv.org/abs/2306.16015))
308+
1. Radev, S. T., Schmitt, M., Schumacher, L., Elsemüller, L., Pratz, V., Schälte, Y., Köthe, U., & Bürkner, P.-C. (2023a). BayesFlow: Amortized Bayesian workflows with neural networks. *The Journal of Open Source Software, 8(89)*, 5702.([arXiv](https://arxiv.org/abs/2306.16015))([JOSS](https://joss.theoj.org/papers/10.21105/joss.05702))
308309
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 Transactions on Neural Networks and Learning Systems, 33(4)*, 1452-1466. ([arXiv](https://arxiv.org/abs/2003.06281))([IEEE TNNLS](https://ieeexplore.ieee.org/document/9298920))
309-
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. *Proceedings of the Thirty-Ninth Conference on Uncertainty in Artificial Intelligence, 216*, 1695-1706. ([arXiv](https://arxiv.org/abs/2302.09125))([PMLR](https://proceedings.mlr.press/v216/radev23a.html))
310+
3. Radev, S. T., Schmitt, M., Pratz, V., Picchini, U., Köthe, U., & Bürkner, P.-C. (2023b). JANA: Jointly amortized neural approximation of complex Bayesian models. *Proceedings of the Thirty-Ninth Conference on Uncertainty in Artificial Intelligence, 216*, 1695-1706. ([arXiv](https://arxiv.org/abs/2302.09125))([PMLR](https://proceedings.mlr.press/v216/radev23a.html))
310311

311312
**BibTeX:**
312313

313314
```
314-
@misc{radev2023bayesflow,
315-
title = {{BayesFlow}: Amortized Bayesian workflows with neural networks},
316-
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},
317-
year = {2023},
318-
publisher= {arXiv},
319-
url={https://arxiv.org/abs/2306.16015}
315+
@article{bayesflow_2023_software,
316+
title = {{BayesFlow}: Amortized {B}ayesian workflows with neural networks},
317+
author = {Radev, Stefan T. and Schmitt, Marvin and Schumacher, Lukas and Elsemüller, Lasse and Pratz, Valentin and Schälte, Yannik and Köthe, Ullrich and Bürkner, Paul-Christian},
318+
journal = {Journal of Open Source Software},
319+
volume = {8},
320+
number = {89},
321+
pages = {5702},
322+
year = {2023}
320323
}
321324
322-
@article{radev2020bayesflow,
323-
title={{BayesFlow}: Learning complex stochastic models with invertible neural networks},
324-
author={Radev, Stefan T. and Mertens, Ulf K. and Voss, Andreas and Ardizzone, Lynton and K{\"o}the, Ullrich},
325-
journal={IEEE transactions on neural networks and learning systems},
326-
volume={33},
327-
number={4},
328-
pages={1452--1466},
329-
year={2020},
330-
publisher={IEEE}
325+
@article{bayesflow_2020_original,
326+
title = {{BayesFlow}: Learning complex stochastic models with invertible neural networks},
327+
author = {Radev, Stefan T. and Mertens, Ulf K. and Voss, Andreas and Ardizzone, Lynton and K{\"o}the, Ullrich},
328+
journal = {IEEE transactions on neural networks and learning systems},
329+
volume = {33},
330+
number = {4},
331+
pages = {1452--1466},
332+
year = {2020}
331333
}
332334
333-
@inproceedings{pmlr-v216-radev23a,
334-
title = {{JANA}: Jointly amortized neural approximation of complex {B}ayesian models},
335-
author = {Radev, Stefan T. and Schmitt, Marvin and Pratz, Valentin and Picchini, Umberto and K\"othe, Ullrich and B\"urkner, Paul-Christian},
336-
booktitle = {Proceedings of the Thirty-Ninth Conference on Uncertainty in Artificial Intelligence},
337-
pages = {1695--1706},
338-
year = {2023},
339-
volume = {216},
340-
series = {Proceedings of Machine Learning Research},
341-
publisher = {PMLR}
335+
@inproceedings{bayesflow_2023_jana,
336+
title = {{JANA}: Jointly amortized neural approximation of complex {B}ayesian models},
337+
author = {Radev, Stefan T. and Schmitt, Marvin and Pratz, Valentin and Picchini, Umberto and K\"othe, Ullrich and B\"urkner, Paul-Christian},
338+
booktitle = {Proceedings of the Thirty-Ninth Conference on Uncertainty in Artificial Intelligence},
339+
pages = {1695--1706},
340+
year = {2023},
341+
volume = {216},
342+
series = {Proceedings of Machine Learning Research},
343+
publisher = {PMLR}
342344
}
343345
```

0 commit comments

Comments
 (0)