Skip to content

Commit eaa6763

Browse files
committed
2 parents 2a143c6 + 5437f35 commit eaa6763

File tree

2 files changed

+251
-4
lines changed

2 files changed

+251
-4
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
*.html
22
.DS_Store
3-
README_files/
4-
5-
# don't commit README because it will be generated on push
6-
.README.md
3+
README_files/

README.md

Lines changed: 250 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,250 @@
1+
# Awesome Amortized Inference
2+
3+
4+
Welcome to the Awesome Amortized Inference repository!
5+
This is a curated list of resources, including overviews, software, papers, and other resources related to amortized inference.
6+
Feel free to explore the entries below and use the provided BibTeX information for citation purposes.
7+
Contributioons always welcome, this shall be a community-driven project.
8+
Contribution guide will follow ASAP.
9+
## Overview
10+
11+
- **Normalizing flows for probabilistic modeling and inference**
12+
Papamakarios, George, Nalisnick, Eric, Rezende, Danilo Jimenez, Mohamed, Shakir, Lakshminarayanan, Balaji
13+
<details>
14+
<summary>Show BibTeX</summary>
15+
<button onclick="var btn=this; navigator.clipboard.writeText(`@article{papamakarios2021normalizing,
16+
category = {overview},
17+
numpages = {64},
18+
articleno = {57},
19+
month = {jan},
20+
journal = {J. Mach. Learn. Res.},
21+
issn = {1532-4435},
22+
number = {1},
23+
volume = {22},
24+
publisher = {JMLR.org},
25+
issue_date = {January 2021},
26+
year = {2021},
27+
title = {Normalizing flows for probabilistic modeling and inference},
28+
author = {Papamakarios, George and Nalisnick, Eric and Rezende, Danilo Jimenez and Mohamed, Shakir and Lakshminarayanan, Balaji}
29+
}`).then(function() {
30+
btn.textContent='Copied!';
31+
setTimeout(function() {
32+
btn.textContent='Copy BibTeX to Clipboard';
33+
}, 2000);
34+
});">Copy BibTeX</button>
35+
<pre><code>
36+
@article{papamakarios2021normalizing,
37+
category = {overview},
38+
numpages = {64},
39+
articleno = {57},
40+
month = {jan},
41+
journal = {J. Mach. Learn. Res.},
42+
issn = {1532-4435},
43+
number = {1},
44+
volume = {22},
45+
publisher = {JMLR.org},
46+
issue_date = {January 2021},
47+
year = {2021},
48+
title = {Normalizing flows for probabilistic modeling and inference},
49+
author = {Papamakarios, George and Nalisnick, Eric and Rezende, Danilo Jimenez and Mohamed, Shakir and Lakshminarayanan, Balaji}
50+
}
51+
</code></pre>
52+
</details>
53+
54+
55+
## Software
56+
57+
- **BayesFlow: Amortized Bayesian Workflows With Neural Networks**
58+
Stefan T. Radev, Marvin Schmitt, Lukas Schumacher, Lasse Elsemüller, Valentin Pratz, Yannik Schälte, Ullrich Köthe, Paul-Christian Bürkner
59+
[Link](https://bayesflow.org/)
60+
<details>
61+
<summary>Show BibTeX</summary>
62+
<button onclick="var btn=this; navigator.clipboard.writeText(`@article{radev2023bayesflow,
63+
category = {software},
64+
journal = {Journal of Open Source Software},
65+
title = {BayesFlow: Amortized Bayesian Workflows With Neural Networks},
66+
author = {Stefan T. Radev and Marvin Schmitt and Lukas Schumacher and Lasse Elsemüller and Valentin Pratz and Yannik Schälte and Ullrich Köthe and Paul-Christian Bürkner},
67+
pages = {5702},
68+
number = {89},
69+
volume = {8},
70+
publisher = {The Open Journal},
71+
year = {2023},
72+
url = {https://bayesflow.org/},
73+
doi = {10.21105/joss.05702}
74+
}`).then(function() {
75+
btn.textContent='Copied!';
76+
setTimeout(function() {
77+
btn.textContent='Copy BibTeX to Clipboard';
78+
}, 2000);
79+
});">Copy BibTeX</button>
80+
<pre><code>
81+
@article{radev2023bayesflow,
82+
category = {software},
83+
journal = {Journal of Open Source Software},
84+
title = {BayesFlow: Amortized Bayesian Workflows With Neural Networks},
85+
author = {Stefan T. Radev and Marvin Schmitt and Lukas Schumacher and Lasse Elsemüller and Valentin Pratz and Yannik Schälte and Ullrich Köthe and Paul-Christian Bürkner},
86+
pages = {5702},
87+
number = {89},
88+
volume = {8},
89+
publisher = {The Open Journal},
90+
year = {2023},
91+
url = {https://bayesflow.org/},
92+
doi = {10.21105/joss.05702}
93+
}
94+
</code></pre>
95+
</details>
96+
97+
98+
- **sbi: A toolkit for simulation-based inference**
99+
Alvaro Tejero-Cantero, Jan Boelts, Michael Deistler, Jan-Matthis Lueckmann, Conor Durkan, Pedro J. Gonçalves, David S. Greenberg, Jakob H. Macke
100+
[Link](https://sbi-dev.github.io/sbi/latest/)
101+
<details>
102+
<summary>Show BibTeX</summary>
103+
<button onclick="var btn=this; navigator.clipboard.writeText(`@article{tejero-cantero2020sbi,
104+
category = {software},
105+
journal = {Journal of Open Source Software},
106+
title = {sbi: A toolkit for simulation-based inference},
107+
author = {Alvaro Tejero-Cantero and Jan Boelts and Michael Deistler and Jan-Matthis Lueckmann and Conor Durkan and Pedro J. Gonçalves and David S. Greenberg and Jakob H. Macke},
108+
pages = {2505},
109+
number = {52},
110+
volume = {5},
111+
publisher = {The Open Journal},
112+
year = {2020},
113+
url = {https://sbi-dev.github.io/sbi/latest/},
114+
doi = {10.21105/joss.02505}
115+
}`).then(function() {
116+
btn.textContent='Copied!';
117+
setTimeout(function() {
118+
btn.textContent='Copy BibTeX to Clipboard';
119+
}, 2000);
120+
});">Copy BibTeX</button>
121+
<pre><code>
122+
@article{tejero-cantero2020sbi,
123+
category = {software},
124+
journal = {Journal of Open Source Software},
125+
title = {sbi: A toolkit for simulation-based inference},
126+
author = {Alvaro Tejero-Cantero and Jan Boelts and Michael Deistler and Jan-Matthis Lueckmann and Conor Durkan and Pedro J. Gonçalves and David S. Greenberg and Jakob H. Macke},
127+
pages = {2505},
128+
number = {52},
129+
volume = {5},
130+
publisher = {The Open Journal},
131+
year = {2020},
132+
url = {https://sbi-dev.github.io/sbi/latest/},
133+
doi = {10.21105/joss.02505}
134+
}
135+
</code></pre>
136+
</details>
137+
138+
139+
## Paper
140+
141+
- **Neural Importance Sampling for Rapid and Reliable Gravitational-Wave Inference**
142+
Dax, Maximilian, Green, Stephen R., Gair, Jonathan, P\"{u}rrer, Michael, Wildberger, Jonas, Macke, Jakob H., Buonanno, Alessandra, Sch\"{o}lkopf, Bernhard
143+
[Link](http://dx.doi.org/10.1103/PhysRevLett.130.171403)
144+
<details>
145+
<summary>Show BibTeX</summary>
146+
<button onclick="var btn=this; navigator.clipboard.writeText(`@article{dax2023neural,
147+
category = {paper},
148+
year = {2023},
149+
author = {Dax, Maximilian and Green, Stephen R. and Gair, Jonathan and P\"{u}rrer, Michael and Wildberger, Jonas and Macke, Jakob H. and Buonanno, Alessandra and Sch\"{o}lkopf, Bernhard},
150+
publisher = {American Physical Society (APS)},
151+
journal = {Physical Review Letters},
152+
number = {17},
153+
doi = {10.1103/physrevlett.130.171403},
154+
url = {http://dx.doi.org/10.1103/PhysRevLett.130.171403},
155+
issn = {1079-7114},
156+
volume = {130},
157+
title = {Neural Importance Sampling for Rapid and Reliable Gravitational-Wave Inference}
158+
}`).then(function() {
159+
btn.textContent='Copied!';
160+
setTimeout(function() {
161+
btn.textContent='Copy BibTeX to Clipboard';
162+
}, 2000);
163+
});">Copy BibTeX</button>
164+
<pre><code>
165+
@article{dax2023neural,
166+
category = {paper},
167+
year = {2023},
168+
author = {Dax, Maximilian and Green, Stephen R. and Gair, Jonathan and P\"{u}rrer, Michael and Wildberger, Jonas and Macke, Jakob H. and Buonanno, Alessandra and Sch\"{o}lkopf, Bernhard},
169+
publisher = {American Physical Society (APS)},
170+
journal = {Physical Review Letters},
171+
number = {17},
172+
doi = {10.1103/physrevlett.130.171403},
173+
url = {http://dx.doi.org/10.1103/PhysRevLett.130.171403},
174+
issn = {1079-7114},
175+
volume = {130},
176+
title = {Neural Importance Sampling for Rapid and Reliable Gravitational-Wave Inference}
177+
}
178+
</code></pre>
179+
</details>
180+
181+
182+
- **JANA: Jointly Amortized Neural Approximation of Complex Bayesian Models**
183+
Radev, Stefan T., Schmitt, Marvin, Pratz, Valentin, Picchini, Umberto, K\"othe, Ullrich, B\"urkner, Paul-Christian
184+
<details>
185+
<summary>Show BibTeX</summary>
186+
<button onclick="var btn=this; navigator.clipboard.writeText(`@inproceedings{radev2023jana,
187+
category = {paper},
188+
publisher = {PMLR},
189+
series = {Proceedings of Machine Learning Research},
190+
volume = {216},
191+
editor = {Evans, Robin J. and Shpitser, Ilya},
192+
year = {2023},
193+
pages = {1695--1706},
194+
booktitle = {Proceedings of the 39th Conference on Uncertainty in Artificial Intelligence},
195+
author = {Radev, Stefan T. and Schmitt, Marvin and Pratz, Valentin and Picchini, Umberto and K\"othe, Ullrich and B\"urkner, Paul-Christian},
196+
title = {{JANA: Jointly Amortized Neural Approximation of Complex Bayesian Models}}
197+
}`).then(function() {
198+
btn.textContent='Copied!';
199+
setTimeout(function() {
200+
btn.textContent='Copy BibTeX to Clipboard';
201+
}, 2000);
202+
});">Copy BibTeX</button>
203+
<pre><code>
204+
@inproceedings{radev2023jana,
205+
category = {paper},
206+
publisher = {PMLR},
207+
series = {Proceedings of Machine Learning Research},
208+
volume = {216},
209+
editor = {Evans, Robin J. and Shpitser, Ilya},
210+
year = {2023},
211+
pages = {1695--1706},
212+
booktitle = {Proceedings of the 39th Conference on Uncertainty in Artificial Intelligence},
213+
author = {Radev, Stefan T. and Schmitt, Marvin and Pratz, Valentin and Picchini, Umberto and K\"othe, Ullrich and B\"urkner, Paul-Christian},
214+
title = {{JANA: Jointly Amortized Neural Approximation of Complex Bayesian Models}}
215+
}
216+
</code></pre>
217+
</details>
218+
219+
220+
- **ASPIRE: Iterative Amortized Posterior Inference for Bayesian Inverse Problems**
221+
Rafael Orozco, Ali Siahkoohi, Mathias Louboutin, Felix J. Herrmann
222+
[Link](https://arxiv.org/abs/2405.05398)
223+
<details>
224+
<summary>Show BibTeX</summary>
225+
<button onclick="var btn=this; navigator.clipboard.writeText(`@misc{orozco2024aspire,
226+
category = {paper},
227+
url = {https://arxiv.org/abs/2405.05398},
228+
eprint = {arXiv:2405.05398},
229+
year = {2024},
230+
title = {ASPIRE: Iterative Amortized Posterior Inference for Bayesian Inverse Problems},
231+
author = {Rafael Orozco and Ali Siahkoohi and Mathias Louboutin and Felix J. Herrmann}
232+
}`).then(function() {
233+
btn.textContent='Copied!';
234+
setTimeout(function() {
235+
btn.textContent='Copy BibTeX to Clipboard';
236+
}, 2000);
237+
});">Copy BibTeX</button>
238+
<pre><code>
239+
@misc{orozco2024aspire,
240+
category = {paper},
241+
url = {https://arxiv.org/abs/2405.05398},
242+
eprint = {arXiv:2405.05398},
243+
year = {2024},
244+
title = {ASPIRE: Iterative Amortized Posterior Inference for Bayesian Inverse Problems},
245+
author = {Rafael Orozco and Ali Siahkoohi and Mathias Louboutin and Felix J. Herrmann}
246+
}
247+
</code></pre>
248+
</details>
249+
250+

0 commit comments

Comments
 (0)