Skip to content

Commit 0b5b0a3

Browse files
authored
Adding methods paper (#25)
* add papers * fix minor spelling mistakes
1 parent dcf200e commit 0b5b0a3

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To contribute a new resource, follow these steps:
2424

2525
- **Awesome Fields**: You can add important meta-information for the resource list in the `awesome-` fields:
2626
- `awesome-category`: The category of the paper, choose from `software, method, application, overview`.
27-
- `awesome-tldr`: A short one-sentence summary of the paper (TL;DR = too long, didn't read). Please try to make the TLDR say more than the title. We know it's hard but it's well worth the effort because it helps others get the gist of a resource.
27+
- `awesome-tldr`: A short one-sentence summary of the paper (TL;DR = too long, didn't read). Please try to make the TLDR say more than the title. We know it's hard, but it's well worth the effort because it helps others get the gist of a resource.
2828
- These fields will **not** be included in the BibTeX export.
2929

3030
- **Awesome Links**: You can add any additional links using fields of the form `awesome-link-<key> = {<value>}`. These fields will create links in the `README.md`:
@@ -57,7 +57,7 @@ In the above example:
5757

5858
## Important Note
5959

60-
The `README.md` file is automatically generated from the `resources.bib` file by a GitHub Action workflow. **Do not edit the `README.md` file directly**, as your changes will be overwritten. Instead, make all changes by editing the `data.bib` file.
60+
The `README.md` file is automatically generated from the `resources.bib` file by a GitHub Action workflow. **Do not edit the `README.md` file directly**, as your changes will be overwritten. Instead, make all changes by editing the `resources.bib` file.
6161

6262
## Submitting Your Contribution
6363

resources.bib

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ @article{altekruger2023conditional
77
awesome-category = {method}
88
}
99

10+
@inproceedings{arruda2024anamortized,
11+
title = {An amortized approach to non-linear mixed-effects modeling based on neural posterior estimation},
12+
author = {Arruda, Jonas and Sch{\"a}lte, Yannik and Peiter, Clemens and Teplytska, Olga and Jaehde, Ulrich and Hasenauer, Jan},
13+
booktitle = {Forty-first International Conference on Machine Learning},
14+
year = {2024},
15+
awesome-category = {method},
16+
awesome-tldr = {Neural posterior estimation for hierarchical models, where the NPE is used in a first stage on a local level and then repeatedly used for global inference leveraging amortization.},
17+
awesome-link-paper = {https://openreview.net/forum?id=uCdcXRuHnC},
18+
awesome-link-code = {https://github.com/arrjon/Amortized-NLME-Models/tree/ICML2024}
19+
}
20+
1021
@misc{bahl2024advancing,
1122
title = {Advancing {{Tools}} for {{Simulation-Based Inference}}},
1223
author = {Bahl, Henning and Bres{\'o}, Victor and Crescenzo, Giovanni De and Plehn, Tilman},
@@ -480,6 +491,23 @@ @inproceedings{ward2022robust
480491
awesome-category = {method}
481492
}
482493

494+
@article{wang2024missing,
495+
doi = {10.1371/journal.pcbi.1012184},
496+
author = {Wang, Zijian and Hasenauer, Jan and Schälte, Yannik},
497+
journal = {PLOS Computational Biology},
498+
publisher = {Public Library of Science},
499+
title = {Missing data in amortized simulation-based neural posterior estimation},
500+
year = {2024},
501+
month = {06},
502+
volume = {20},
503+
pages = {1-17},
504+
number = {6},
505+
awesome-category = {method},
506+
awesome-tldr = {Encoding missing data in a time series by augmenting the data vector with binary indicators for presence or absence yields the most robust performance.},
507+
awesome-link-paper = {https://doi.org/10.1371/journal.pcbi.1012184},
508+
awesome-link-code = {https://github.com/emune-dev/Data-missingness-paper}
509+
}
510+
483511
@inproceedings{wehenkel2024simulationbased,
484512
title = {Simulation-Based Inference for Cardiovascular Models},
485513
booktitle = {{{NeurIPS}} Workshop},

0 commit comments

Comments
 (0)