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

Trunk sampling for increased diversity #182

Open
rui-yin opened this issue Feb 15, 2025 · 2 comments
Open

Trunk sampling for increased diversity #182

rui-yin opened this issue Feb 15, 2025 · 2 comments

Comments

@rui-yin
Copy link

rui-yin commented Feb 15, 2025

Hi Boltz team,

Is it possible to increase diversity in boltz-1 predictions by doing multiple trunk sampling iterations (each time with a different seed), like what AlphaFold3 reported in their paper for 1,000 seed runs? From what I understand, Boltz-1 currently precomputes the trunk outputs once per complex and do multiple diffusion samples.

Thank you so much for your work on Boltz!

Best,
Rui

@gcorso
Copy link
Collaborator

gcorso commented Feb 15, 2025

Hi Rui, yes it is possible but not currently supported on the repo. We will likely eventually get around to implementing it but if someone wants to contribute this as a PR we would be happy to merge! It requires resampling the MSA every X number of samples.

@rui-yin
Copy link
Author

rui-yin commented Feb 16, 2025

Thank you Gabriele for the prompt response!

To resample MSA, would exposing this this argument and setting it to True do the trick?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants