Skip to content

Commit 3a4b0e4

Browse files
committed
2 parents 8adc12c + 3ac66ce commit 3a4b0e4

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

+18-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Contributions are always welcome, this is a community-driven project.
1515

1616
> 🚧 **Under construction** 🚧
1717
> 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).
1919
> Then, we will evaluate whether this project has the potential to be useful for the community in addition to existing lists
2020
> that are specifically designated to *simulation-based inference* and not *amortized inference* (which doesn't need to be simulation-based).
2121
> 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
2222
> -- hopefully with the help of many awesome people from the community 🧡
2323
## Overview
2424

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 />
2626
<details>
2727
<summary>Show BibTeX</summary>
2828
<pre><code>
@@ -70,7 +70,7 @@ Contributions are always welcome, this is a community-driven project.
7070
journal = {Proceedings of the National Academy of Sciences},
7171
publisher = {Proceedings of the National Academy of Sciences},
7272
year = {2020},
73-
pages = {3005530062},
73+
pages = {30055-30062},
7474
category = {overview},
7575
author = {Cranmer, Kyle and Brehmer, Johann and Louppe, Gilles}
7676
}
@@ -167,3 +167,18 @@ Contributions are always welcome, this is a community-driven project.
167167
}
168168
</code>
169169
</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},
179+
year = {2023},
180+
url = {https://openreview.net/forum?id=D2cS6SoYlP},
181+
author = {Wildberger, Jonas Bernhard and Dax, Maximilian and Buchholz, Simon and Green, Stephen R and Macke, Jakob H. and Sch{\"o}lkopf, Bernhard}
182+
}
183+
</code>
184+
</pre></details>

0 commit comments

Comments
 (0)