Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Beyond Ensembles: Simulating All-Atom Protein Dynamics in a Learned Latent Space

Created by
  • Haebom

Author

Aditya Sengar, Ali Hariri, Pierre Vandergheynst, Patrick Barth

Outline

This paper addresses a major computational challenge: long-time dynamics simulations of biomolecules. While advanced sampling techniques can accelerate simulations, they often rely on predefined sets of variables that are difficult to identify. A recent generative model, LD-FPG, has demonstrated a way to circumvent this problem by learning to sample statically equilibrium ensembles of all atomic variants from a reference structure, establishing a robust method for generating all-atom ensembles. However, while this approach successfully captures the system's likely conformations, it does not model the temporal evolution between conformations. This study adds a temporal propagator operating within the learned latent space to LD-FPG and compares three methods: (i) score-based Langevin dynamics, (ii) Koopman-based linear operators, and (iii) autoregressive neural networks. Within a unified encoder-propagator-decoder framework, we evaluate long-term stability, backbone and side-chain ensemble fidelity, and the functional free energy landscape. Autoregressive neural networks provide the most robust long-term rollout, score-based Langevin best reconstructs side-chain thermodynamics when the scores are well-trained, and Koopman provides an interpretable and lightweight baseline that tends to damp fluctuations. These results clarify the tradeoffs between propagators and provide practical guidance for latent-space simulators of all-atom protein dynamics.

Takeaways, Limitations

Takeaways:
We present a novel method for modeling temporal evolution by extending LD-FPG.
Performance comparison and pros and cons analysis of three different time propagators (score-based Langevin dynamics, Koopman-based linear operator, and autoregressive neural network).
Provides practical guidance for designing latent space simulators by clarifying the strengths and weaknesses of each propagator.
We confirm that autoregressive neural networks are best suited for long-term simulations.
We demonstrate that score-based Langevin dynamics is effective in restoring side-chain thermodynamics.
We demonstrate that the Koopman-based method serves as an interpretable and computationally efficient baseline.
Limitations:
Further research is needed to determine whether the models and methodology used in this study are applicable to all biomolecular systems.
Further analysis is needed to determine how the quality and quantity of training data affect the results.
Further exploration of other types of time propagators is needed.
Application and performance evaluation for more complex biomolecular systems are needed.
👍