From cef461c10b9d2f037de1cdc50d6377d798812594 Mon Sep 17 00:00:00 2001 From: Marvin Schmitt <35921281+marvinschmitt@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:24:22 +0200 Subject: [PATCH] Update resources.bib --- resources.bib | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/resources.bib b/resources.bib index a06ef6a..d98c595 100644 --- a/resources.bib +++ b/resources.bib @@ -112,4 +112,17 @@ @inproceedings{wildberger2023flow url={https://openreview.net/forum?id=D2cS6SoYlP}, awesome-link-paper = {https://openreview.net/forum?id=D2cS6SoYlP}, awesome-link-code = {https://github.com/dingo-gw/flow-matching-posterior-estimation}, -} \ No newline at end of file +} + + +@article{elsemueller2024sensitivity, + title={Sensitivity-Aware Amortized Bayesian Inference}, + author={Lasse Elsem{\"u}ller and Hans Olischl{\"a}ger and Marvin Schmitt and Paul-Christian B{\"u}rkner and Ullrich Koethe and Stefan T. Radev}, + journal={Transactions on Machine Learning Research}, + issn={2835-8856}, + year={2024}, + awesome-category = {paper}, + awesome-link-code = {https://github.com/bayesflow-org/SA-ABI}, + awesome-link-paper = {https://openreview.net/forum?id=Kxtpa9rvM0}, + awesome-tldr = {Efficient amortized sensitivity analyses with context variables} +}