Search papers, labs, and topics across Lattice.
This paper introduces DynaMode, a generative model that leverages Fourier transforms to capture the multiscale temporal dynamics of proteins, addressing the limitations of existing methods that treat protein ensembles as unordered snapshots. By employing spectral diffusion, the model effectively disentangles slow conformational changes from fast atomic movements, leading to enhanced predictions of protein dynamics across varying temperatures. Evaluated on the mdCATH dataset, DynaMode achieves a strong correlation (Pearson $r$ of $0.844$) in predicting Root Mean Squared Fluctuation (RMSF) metrics on a held-out test set.
Spectral diffusion enables DynaMode to predict protein dynamics with unprecedented accuracy, distinguishing between slow and fast motions effectively.
Generative models present a promising alternative to expensive molecular dynamics for computationally querying protein dynamics, yet many existing approaches treat ensembles as unordered snapshots rather than temporally coherent trajectories, or scale poorly with protein size. We present a new physics-informed representation using Fourier transforms as an inductive bias for the multiscale temporal nature of protein dynamics. Diffusion in the spectral domain allows for disentangling of dynamics into slow conformational modes and fast atomic jitter, enabling rapid and improved prediction of dynamics across a range of temperatures. This is facilitated by denoising of structure and temperature conditioned spectral volumes where the low frequencies directly encode per-residue flexibility. Trained on the mdCATH dataset, we evaluate our model, DynaMode, on a held-out test set achieving strong performance across a set of ensemble-based metrics including a Root Mean Squared Fluctuation (RMSF) pearson $r$ of $0.844$. Code is available at https://github.com/HPuntu/DynaMode.