@@ -104,13 +104,13 @@ how to run each of these methods
104
104
105
105
### Neural Posterior Estimation: amortized (NPE) and sequential (SNPE)
106
106
107
- * [ ` SNPE_A ` ] ( https://sbi-dev.github.io/sbi/reference/#sbi.inference.snpe.snpe_a.SNPE_A )
107
+ * [ ` (S)NPE_A ` ] ( https://sbi-dev.github.io/sbi/latest/ reference/#sbi.inference.trainers.npe.npe_a.NPE_A )
108
108
(including amortized single-round ` NPE ` ) from Papamakarios G and Murray I [ _ Fast
109
109
ε-free Inference of Simulation Models with Bayesian Conditional Density
110
110
Estimation_ ] ( https://proceedings.neurips.cc/paper/2016/hash/6aca97005c68f1206823815f66102863-Abstract.html )
111
111
(NeurIPS 2016).
112
112
113
- * [ ` SNPE_C ` ] ( https://sbi-dev.github.io/sbi/reference/#sbi.inference.snpe.snpe_c.SNPE_C )
113
+ * [ ` (S)NPE_C ` ] ( https://sbi-dev.github.io/sbi/latest/ reference/#sbi.inference.trainers.npe.npe_c.NPE_C )
114
114
or ` APT ` from Greenberg D, Nonnenmacher M, and Macke J [ _ Automatic Posterior
115
115
Transformation for likelihood-free inference_ ] ( https://arxiv.org/abs/1905.07488 ) (ICML
116
116
2019).
@@ -119,51 +119,53 @@ how to run each of these methods
119
119
and hassle-free simulation-based inference_ ] ( https://arxiv.org/abs/2210.04815 )
120
120
(NeurIPS 2022).
121
121
122
- * [ ` FMPE ` ] ( https://sbi-dev.github.io/sbi/reference/#sbi.inference.fmpe.fmpe_base .FMPE )
122
+ * [ ` FMPE ` ] ( https://sbi-dev.github.io/sbi/latest/ reference/#sbi.inference.trainers. fmpe.fmpe .FMPE )
123
123
from Wildberger, J., Dax, M., Buchholz, S., Green, S., Macke, J. H., & Schölkopf, B.
124
- [ _ Flow matching for scalable simulation-based inference _ ]
125
- (https://proceedings.neurips.cc/paper_files/paper/2023/hash/3663ae53ec078860bb0b9c6606e092a0-Abstract-Conference.html ).
124
+ [ _ Flow matching for scalable simulation-based
125
+ inference _ ] ( https://proceedings.neurips.cc/paper_files/paper/2023/hash/3663ae53ec078860bb0b9c6606e092a0-Abstract-Conference.html ) .
126
126
(NeurIPS 2023).
127
127
128
- * [ ` NPSE ` ] ( https://sbi-dev.github.io/sbi/reference/#sbi.inference.npse.npse.NPSE ) from
129
- Geffner, T., Papamakarios, G., & Mnih, A. [ _ Compositional score modeling
130
- for simulation-based inference_ ] . (ICML 2023)
128
+ * [ ` NPSE ` ] ( https://sbi-dev.github.io/sbi/latest/reference/#sbi.inference.trainers.npse.npse.NPSE ) from
129
+ Geffner, T., Papamakarios, G., & Mnih, A. [ _ Compositional score modeling for
130
+ simulation-based inference_ ] ( https://proceedings.mlr.press/v202/geffner23a.html ) .
131
+ (ICML 2023)
131
132
132
133
### Neural Likelihood Estimation: amortized (NLE) and sequential (SNLE)
133
134
134
- * [ ` SNLE_A ` ] ( https://sbi-dev.github.io/sbi/reference/#sbi.inference.snle.snle_a.SNLE_A )
135
+ * [ ` (S)NLE ` ] ( https://sbi-dev.github.io/sbi/latest/ reference/#sbi.inference.trainers.nle.nle_a.NLE_A )
135
136
or just ` SNL ` from Papamakarios G, Sterrat DC and Murray I [ _ Sequential Neural
136
137
Likelihood_ ] ( https://arxiv.org/abs/1805.07226 ) (AISTATS 2019).
137
138
138
139
### Neural Ratio Estimation: amortized (NRE) and sequential (SNRE)
139
140
140
- * [ ` (S)NRE_A ` ] ( https://sbi-dev.github.io/sbi/reference/#sbi.inference.snre.snre_a.SNRE_A )
141
+ * [ ` (S)NRE_A ` ] ( https://sbi-dev.github.io/sbi/latest/ reference/#sbi.inference.trainers.nre.nre_a.NRE_A )
141
142
or ` AALR ` from Hermans J, Begy V, and Louppe G. [ _ Likelihood-free Inference with
142
143
Amortized Approximate Likelihood Ratios_ ] ( https://arxiv.org/abs/1903.04057 ) (ICML
143
144
2020).
144
145
145
- * [ ` (S)NRE_B ` ] ( https://sbi-dev.github.io/sbi/reference/#sbi.inference.snre.snre_b.SNRE_B )
146
+ * [ ` (S)NRE_B ` ] ( https://sbi-dev.github.io/sbi/latest/ reference/#sbi.inference.trainers.nre.nre_b.NRE_B )
146
147
or ` SRE ` from Durkan C, Murray I, and Papamakarios G. [ _ On Contrastive Learning for
147
148
Likelihood-free Inference_ ] ( https://arxiv.org/abs/2002.03712 ) (ICML 2020).
148
149
149
- * [ ` BNRE ` ] ( https://sbi-dev.github.io/sbi/reference/#sbi.inference.snre.bnre.BNRE ) from
150
+ * [ ` (S)NRE_C ` ] ( https://sbi-dev.github.io/sbi/latest/reference/#sbi.inference.trainers.nre.nre_c.NRE_C )
151
+ or ` NRE-C ` from Miller BK, Weniger C, Forré P. [ _ Contrastive Neural Ratio
152
+ Estimation_ ] ( https://arxiv.org/abs/2210.06170 ) (NeurIPS 2022).
153
+
154
+ * [ ` BNRE ` ] ( https://sbi-dev.github.io/sbi/latest/reference/#sbi.inference.trainers.nre.bnre.BNRE ) from
150
155
Delaunoy A, Hermans J, Rozet F, Wehenkel A, and Louppe G. [ _ Towards Reliable
151
156
Simulation-Based Inference with Balanced Neural Ratio
152
157
Estimation_ ] ( https://arxiv.org/abs/2208.13624 ) (NeurIPS 2022).
153
158
154
- * [ ` (S)NRE_C ` ] ( https://sbi-dev.github.io/sbi/reference/#sbi.inference.snre.snre_c.SNRE_C )
155
- or ` NRE-C ` from Miller BK, Weniger C, Forré P. [ _ Contrastive Neural Ratio
156
- Estimation_ ] ( https://arxiv.org/abs/2210.06170 ) (NeurIPS 2022).
157
159
158
160
### Neural Variational Inference, amortized (NVI) and sequential (SNVI)
159
161
160
- * [ ` SNVI ` ] ( https://sbi-dev.github.io/sbi/reference/#sbi.inference.posteriors.vi_posterior )
162
+ * [ ` SNVI ` ] ( https://sbi-dev.github.io/sbi/latest/ reference/#sbi.inference.posteriors.vi_posterior )
161
163
from Glöckler M, Deistler M, Macke J, [ _ Variational methods for simulation-based
162
164
inference_ ] ( https://openreview.net/forum?id=kZ0UYdhqkNY ) (ICLR 2022).
163
165
164
166
### Mixed Neural Likelihood Estimation (MNLE)
165
167
166
- * [ ` MNLE ` ] ( https://sbi-dev.github.io/sbi/reference/#sbi.inference.snle .mnle.MNLE ) from
168
+ * [ ` MNLE ` ] ( https://sbi-dev.github.io/sbi/latest/ reference/#sbi.inference.trainers.nle .mnle.MNLE ) from
167
169
Boelts J, Lueckmann JM, Gao R, Macke J, [ _ Flexible and efficient simulation-based
168
170
inference for models of decision-making_ ] ( https://elifesciences.org/articles/77220 )
169
171
(eLife 2022).
@@ -173,7 +175,7 @@ how to run each of these methods
173
175
We welcome any feedback on how ` sbi ` is working for your inference problems (see
174
176
[ Discussions] ( https://github.com/sbi-dev/sbi/discussions ) ) and are happy to receive bug
175
177
reports, pull requests, and other feedback (see
176
- [ contribute] ( http ://sbi-dev.github.io/sbi/contribute/) ). We wish to maintain a positive
178
+ [ contribute] ( https ://sbi-dev.github.io/sbi/latest /contribute/) ). We wish to maintain a positive
177
179
community; please read our [ Code of Conduct] ( CODE_OF_CONDUCT.md ) .
178
180
179
181
## Acknowledgments
0 commit comments