sbi-dev / sbi

Simulation-based inference toolkit
https://sbi-dev.github.io/sbi/
Apache License 2.0
579 stars 145 forks source link

score-based diffusion models as density estimators #962

Closed janfb closed 1 month ago

janfb commented 7 months ago

Is your feature request related to a problem? Please describe.

Score estimation has been introduced for SBI, see

it would be great to integrate these approaches into sbi.

Describe the solution you'd like

(feel free to move the last three points to separate issues, or create individual PRs for each).

jsvetter commented 6 months ago

I would also be interested in doing this!

pfuhr commented 6 months ago

me too!

pfuhr commented 6 months ago

I am not part of the org yet, though would like to be assigned.

rdgao commented 6 months ago

rough work plan for the "basic" components:

does this sound about right? (also @janfb, @michaeldeistler, etc.)

jsvetter commented 6 months ago

torchdiffeq seems like a reasonable choice for ODEs in pytorch. It's also used in dingo! Alternatives are torchDyn and torchode.

rdgao commented 6 months ago

I don't know how to link the branch to the issue here but it's in score_estimator