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
+18-3
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,14 @@ Contributions are always welcome, this is a community-driven project.
15
15
16
16
> 🚧 **Under construction** 🚧
17
17
> This repository is a development version under construction. The list of resources is just a small set for debugging and development purposes.
18
-
> For now, we focus on developing features that we think could be useful for the community (e.g., `BibTex`-first structure).
18
+
> For now, we focus on developing features that we think could be useful for the community (e.g., `BibTeX`-first structure).
19
19
> Then, we will evaluate whether this project has the potential to be useful for the community in addition to existing lists
20
20
> that are specifically designated to *simulation-based inference* and not *amortized inference* (which doesn't need to be simulation-based).
21
21
> Once we figure out the direction and deem the project potentially useful for the community, we'll launch and add an extensive set of resources
22
22
> -- hopefully with the help of many awesome people from the community 🧡
23
23
## Overview
24
24
25
-
-**Normalizing flows for probabilistic modeling and inference**.<br /> George Papamakarios, Eric Nalisnick, Danilo Jimenez Rezende, Shakir Mohamed, Balaji Lakshminarayanan<br />
25
+
-**Normalizing flows for probabilistic modeling and inference**.[[Paper]](https://arxiv.org/abs/1912.02762)<br /> George Papamakarios, Eric Nalisnick, Danilo Jimenez Rezende, Shakir Mohamed, Balaji Lakshminarayanan<br />
26
26
<details>
27
27
<summary>Show BibTeX</summary>
28
28
<pre><code>
@@ -70,7 +70,7 @@ Contributions are always welcome, this is a community-driven project.
70
70
journal = {Proceedings of the National Academy of Sciences},
71
71
publisher = {Proceedings of the National Academy of Sciences},
72
72
year = {2020},
73
-
pages = {30055–30062},
73
+
pages = {30055-30062},
74
74
category = {overview},
75
75
author = {Cranmer, Kyle and Brehmer, Johann and Louppe, Gilles}
76
76
}
@@ -167,3 +167,18 @@ Contributions are always welcome, this is a community-driven project.
167
167
}
168
168
</code>
169
169
</pre></details>
170
+
## Uncategorized
171
+
172
+
-**Flow Matching for Scalable Simulation-Based Inference**. [[Paper]](https://openreview.net/forum?id=D2cS6SoYlP)[[Code]](https://github.com/dingo-gw/flow-matching-posterior-estimation) <br /> Jonas Bernhard Wildberger, Maximilian Dax, Simon Buchholz, Stephen R Green, Jakob H. Macke, Bernhard Schölkopf<br />
173
+
<details>
174
+
<summary>Show BibTeX</summary>
175
+
<pre><code>
176
+
@inproceedings{wildberger2023flow,
177
+
title = {Flow Matching for Scalable Simulation-Based Inference},
178
+
booktitle = {Thirty-seventh Conference on Neural Information Processing Systems},
0 commit comments