You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying the implemented FMPE method sbi.inference.FMPE on a few SBI tasks. With the default parameter settings, I found that the performance is terrible, compared to the results reported in the paper (Flow Matching for Scalable Simulation-Based Inference.
For example, on the two-moons task from sbibm, FMPE with either mlp or resnet backend trained on 10000 simulations often only achieved about 0.9 of c2st accuracy, or even worse.
This is the posterior samples of the trained FMPE conditioned on the first observation from sbibm:
I am using the following code snippet. There are some hydra and wandb configurations, but basically I was using the original FMPE implementations in SBI and didn't change any parameters.
Thanks for your response and good to know your ongoing work!
Just for more information, I also run the codebase in https://github.com/dingo-gw/flow-matching-posterior-estimation on two-moons. Its performance is also terrible (around 0.8 c2st accuracy) with 10000 simulations, which is much worse than the results in their paper. But it performs very well (about 0.55 c2st accuracy) with 100000 simulations.
Hi,
Thanks for your work on this nice package!
I have been trying the implemented FMPE method
sbi.inference.FMPE
on a few SBI tasks. With the default parameter settings, I found that the performance is terrible, compared to the results reported in the paper (Flow Matching for Scalable Simulation-Based Inference.For example, on the
two-moons
task fromsbibm
, FMPE with eithermlp
orresnet
backend trained on 10000 simulations often only achieved about 0.9 of c2st accuracy, or even worse.This is the posterior samples of the trained FMPE conditioned on the first observation from
sbibm
:I am using the following code snippet. There are some hydra and wandb configurations, but basically I was using the original FMPE implementations in SBI and didn't change any parameters.
The text was updated successfully, but these errors were encountered: