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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This is a community-driven project which is currently maintained by [Marvin Schm
12
12
Contributions are always welcome, see [`CONTRIBUTING.md`](https://github.com/bayesflow-org/awesome-amortized-inference/blob/main/CONTRIBUTING.md) for a contribution guide 🧡
13
13
14
14
This list currently has some overlap with the `awesome-neural-sbi` list ([Link](https://github.com/smsharma/awesome-neural-sbi)) because
15
-
amortized inference has gained populatity in the context of simulation-based inference (SBI) with neural networks.
15
+
amortized inference has gained popularity in the context of simulation-based inference (SBI) with neural networks.
16
16
However, there is a trend towards broader amortized inference methods that are not necessarily simulation-based.
17
17
This list aims to cover all amortized inference methods, including but not limited to simulation-based inference.
18
18
We highly recommend checking out these lists for more resources on modern simulation-based inference:
@@ -118,7 +118,7 @@ We highly recommend checking out these lists for more resources on modern simula
118
118
</pre></details>
119
119
## Software
120
120
121
-
-**BayesFlow: Amortized Bayesian Workflows with Neural Networks**
121
+
-**BayesFlow: Amortized Bayesian Workflows with Neural Networks**<br />[[Paper]](https://joss.theoj.org/papers/10.21105/joss.05702)[[Code]](https://github.com/bayesflow-org/bayesflow)
122
122
<details>
123
123
<summary>Show BibTeX</summary>
124
124
<pre><code>
@@ -136,7 +136,7 @@ We highly recommend checking out these lists for more resources on modern simula
136
136
</code>
137
137
</pre></details>
138
138
139
-
-**sbi: A Toolkit for Simulation-Based Inference**
139
+
-**sbi: A Toolkit for Simulation-Based Inference**<br />[[Paper]](https://joss.theoj.org/papers/10.21105/joss.02505)[[Code]](https://github.com/sbi-dev/sbi)
140
140
<details>
141
141
<summary>Show BibTeX</summary>
142
142
<pre><code>
@@ -168,7 +168,7 @@ We highly recommend checking out these lists for more resources on modern simula
168
168
</code>
169
169
</pre></details>
170
170
171
-
-**A Deep Learning Method for Comparing Bayesian Hierarchical Models.** (2024)<br />_Reading this paper? Please consider contributing a TLDR summary._<br />by Lasse Elsemüller, Martin Schnuerch, Paul-Christian Bürkner, Stefan T. Radev
171
+
-**A Deep Learning Method for Comparing Bayesian Hierarchical Models.** (2024)<br />_TLDR: Proposes a multilevel neural architecture for compressing hierarchical data structures in Bayesian model comparison._<br />by Lasse Elsemüller, Martin Schnuerch, Paul-Christian Bürkner, Stefan T. Radev<br />[[Paper]](https://arxiv.org/abs/2301.11873)[[Code]](https://github.com/bayesflow-org/Hierarchical-Model-Comparison)
172
172
<details>
173
173
<summary>Show BibTeX</summary>
174
174
<pre><code>
@@ -184,7 +184,7 @@ We highly recommend checking out these lists for more resources on modern simula
184
184
</code>
185
185
</pre></details>
186
186
187
-
-**Sensitivity-Aware Amortized Bayesian Inference** (2024)<br />_Reading this paper? Please consider contributing a TLDR summary._<br />by Lasse Elsemüller, Hans Olischläger, Marvin Schmitt, Paul-Christian Bürkner, Ullrich Köthe, Stefan T. Radev
187
+
-**Sensitivity-Aware Amortized Bayesian Inference** (2024)<br />_TLDR: Proposes a framework for amortized and thus efficient sensitivity analyses on all major dimensions of a Bayesian model._<br />by Lasse Elsemüller, Hans Olischläger, Marvin Schmitt, Paul-Christian Bürkner, Ullrich Köthe, Stefan T. Radev<br />[[Paper]](https://openreview.net/forum?id=Kxtpa9rvM0)[[Code]](https://github.com/bayesflow-org/SA-ABI)
0 commit comments