Overconfidence in SNE (SNPE/SNRE/SNLE) estimates while comparing to the ground truth estimate by MCMC #1309
Unanswered
paarth-dudani
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Hi there, thanks for creating this! Do the SNPE/SNLE/SNRE estimates converge to the true solution if you use many more simulations (e.g. 10k)? Michael |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on establishing fidelity of SNE estimates for the following 1D exponential model with noise:
I have used pymc to get the ground truth posterior estimate for this model as shown below (passing convergence diagnostics):
However, when I run SNE algorithms on the same and a slightly different dataset (with a different random instantiation of the same noise level) as the one used for pymc, I get overconfident estimates as shown below:
I would really appreciate some advice in dealing with this issue that I am facing. Following is the code I am using, shown for SNRE:
Following is the dataset used in for estimation by pymc and SNE algorithms:
Beta Was this translation helpful? Give feedback.
All reactions