Advertisement ยท 728 ร— 90

Posts by Michael Plainer

Excited to share our latest preprint: ๐—Ÿ๐—ฒ๐—ฎ๐—ฟ๐—ป๐—ถ๐—ป๐—ด ๐—›๐—ฎ๐—บ๐—ถ๐—น๐˜๐—ผ๐—ป๐—ถ๐—ฎ๐—ป ๐—™๐—น๐—ผ๐˜„ ๐— ๐—ฎ๐—ฝ๐˜€: ๐— ๐—ฒ๐—ฎ๐—ป ๐—™๐—น๐—ผ๐˜„ ๐—–๐—ผ๐—ป๐˜€๐—ถ๐˜€๐˜๐—ฒ๐—ป๐—ฐ๐˜† ๐—ณ๐—ผ๐—ฟ ๐—Ÿ๐—ฎ๐—ฟ๐—ด๐—ฒ-๐—ง๐—ถ๐—บ๐—ฒ๐˜€๐˜๐—ฒ๐—ฝ ๐— ๐—ผ๐—น๐—ฒ๐—ฐ๐˜‚๐—น๐—ฎ๐—ฟ ๐——๐˜†๐—ป๐—ฎ๐—บ๐—ถ๐—ฐ๐˜€ ๐ŸŽ‰

2 months ago 10 3 0 0
Preview
Consistent Sampling and Simulation: Molecular Dynamics with Energy-Based Diffusion Models In recent years, diffusion models trained on equilibrium molecular distributions have proven effective for sampling biomolecules. Beyond direct sampling, the score of such a model can also be used to ...

(7/n) Check out our paper and code:
Paper: arxiv.org/abs/2506.17139
Code + models: github.com/noegroup/Sco...

And also, our self-contained notebooks!
Colab (JAX):
colab.research.google.com/drive/1r3DGO...
Colab (PyTorch):
colab.research.google.com/drive/1rbcND...

#NeurIPS2025 #Diffusion #MD

5 months ago 1 0 0 0

(6/n)

Done with a brilliant team: Hao Wu, Leon Klein, Stephan Gรผnnemann, and @franknoe.bsky.social .

5 months ago 2 0 1 0
Comparison of equilibrium distributions obtained by iid sampling and Langevin simulation (sim) across different systems and methods. While classical iid sampling recovers the reference equilibrium distribution,
performing simulation with the learned score reveals inconsistencies when models are not trained with Fokker-Planck regularization, i.e., p(x) != p_0(x). Regularized models achieve consistent behavior across systems.

Comparison of equilibrium distributions obtained by iid sampling and Langevin simulation (sim) across different systems and methods. While classical iid sampling recovers the reference equilibrium distribution, performing simulation with the learned score reveals inconsistencies when models are not trained with Fokker-Planck regularization, i.e., p(x) != p_0(x). Regularized models achieve consistent behavior across systems.

(5/n) With this, we can run coarse-grained Langevin dynamics directly, without the need for any priors or force labels.

This works across biomolecular systems including fast-folding proteins like Chignolin and BBA.

Here is a comparison with and without our regularization:

5 months ago 2 0 1 0
A model trained with Fokkerโ€“Planck regularization is self-consistent, and aligns the learned score at t = 0 with the distribution recovered by diffusion sampling.

A model trained with Fokkerโ€“Planck regularization is self-consistent, and aligns the learned score at t = 0 with the distribution recovered by diffusion sampling.

(4/n) Our solution:

We train an energy-based diffusion model and regularize it to satisfy the Fokkerโ€“Planck equation.

This enforces consistency between:

- The density recovered via denoising
- The potential energy learned at t = 0

Result: the same model can be used for sampling AND simulation.

5 months ago 3 0 1 0

(3/n) The root issue is that at very small diffusion times, diffusion models are inaccurate.

The loss is large, and the models violate the Fokker-Planck equation, meaning the evolution of the modelโ€™s density and its score disagree.

When that happens, the recovered energy ๐‘ผ(x) is not meaningful.

5 months ago 1 0 1 0
Training diffusion models on a 2D toy example reveals inconsistencies. While classical iid diffusion sampling (i.e., denoising) correctly reproduces both modes, evaluating the score at t = 0 to estimate the unnormalized density yields a third mode and an incorrect mass distribution. Such a diffusion model would produce incorrect dynamics while producing correct samples.

Training diffusion models on a 2D toy example reveals inconsistencies. While classical iid diffusion sampling (i.e., denoising) correctly reproduces both modes, evaluating the score at t = 0 to estimate the unnormalized density yields a third mode and an incorrect mass distribution. Such a diffusion model would produce incorrect dynamics while producing correct samples.

(2/n) The problem: classical diffusion models learn scores that reproduce equilibrium samples, but the corresponding energy-based parameterization is not consistent.

So if you try to use the learned energy to derive forces, the dynamics are wrong, even if the samples themselves look fine.

5 months ago 1 0 1 0
Video

(1/n) Can diffusion models simulate molecular dynamics instead of just generating independent samples?

In our NeurIPS 2025 paper, we train energy-based diffusion models that can do both:
- Generate independent samples
- Learn the underlying potential ๐‘ผ

๐Ÿงต๐Ÿ‘‡
Paper: arxiv.org/abs/2506.17139

5 months ago 26 4 1 1