FMPE not working even on simple tasks? #1374
Labels
question
Further information is requested
score-matching-performance
Improving the performance of score- and flow-matching methods
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: