Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test using pigeons.jl inference methods with EpiAware models #457

Open
SamuelBrand1 opened this issue Sep 25, 2024 · 4 comments
Open

Test using pigeons.jl inference methods with EpiAware models #457

SamuelBrand1 opened this issue Sep 25, 2024 · 4 comments
Labels

Comments

@SamuelBrand1
Copy link
Collaborator

The Pigeons.jl package exposes parallel tempering for Turing models. PT is considered an effective inference methodology for posterior distributions with complicated geometries, and the Pigeons.jl package looks very interesting.

Identifiability/complex posterior geometry problems abound in stats epidemiology so it would be good to look at pigeons.

@SamuelBrand1
Copy link
Collaborator Author

I think a good test case would be: https://cdcgov.github.io/Rt-without-renewal/dev/showcase/replications/mishra-2020/

As mentioned in the vignette, there is non-identifiability between the neg bin observation dispersion and the noise of the AR(2) process for $\log R_t$. It would be interesting to see how Pigeons.jl deals with that.

@seabbs
Copy link
Collaborator

seabbs commented Oct 1, 2024

I thought the most/more interesting element was being able to run across many cores at once?

@SamuelBrand1
Copy link
Collaborator Author

I don't think that the multi-core aspect is as exciting per se, its more that by having a lot of cores you can create a "communication" bridge between an easy to sample distribution and a hard to sample distribution via a large number of intermediate distributions.

However, its still MH... just from theoretical considerations I expect it to be outperformed by NUTS on a few cores for not-so-hard distributions. Happy to see some counter evidence though.

@SamuelBrand1
Copy link
Collaborator Author

Full disclosure: I'm talking about parallel tempering as I learnt about it back in the day. Pigeons also has AutoMala https://proceedings.mlr.press/v238/biron-lattes24a.html I need to get to the bottom of whether that is an alternate sampler or blended into their meta-algo.

@SamuelBrand1 SamuelBrand1 changed the title Test using pidgeons.jl inference methods with EpiAware models Test using pigeons.jl inference methods with EpiAware models Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants