cs.LGJun 1, 2026

Speculative Sampling For Faster Molecular Dynamics

Authors: Arthur KosmalaStephan GünnemannMeng GaoBrandon Wood

Organizations: 1FAIR at Meta · School of Computation, Information & Technology, Technical University of Munich · 3Munich Data Science Institute · 4Munich Center For Machine Learning

Abstract

Molecular dynamics (MD) is a key tool for simulating the dynamical behavior of atomic systems. However, MD is inherently serial, which makes it difficult to increase single-system throughput with concurrent compute. To address this, we introduce Langevin Speculative Dynamics (LSD), a distributed and model-agnostic speculative sampler for accelerating MD without adding relative error. Inspired by speculative methods in language and diffusion modeling, LSD uses a draft model to propose fast simulation steps and verifies them in parallel with a slower target model, applying a transport map from the draft to the target distribution. We extend speculative sampling to second-order Langevin dynamics, derive the achievable speedup as a function of physical parameters, show that LSD generalizes across different systems and draft-target combinations with a 3-9x speedup, and confirm theoretically and empirically that LSD samples trajectories from its target model distribution.

Explore similar work

CardsList
  1. Faster LLM Inference via Sequential Monte Carlo

    Apr 17, 2026Yahya Emara, Mauricio Barba da Costa, Chi-Chih Chang +4Speculative DecodingLLM Inference Efficiency

  2. Accelerating Diffusion Sampling via Speculative Draft Trees

    Sep 15, 2026Marcello Bullo, Yanxiao Liu, Öykü Sıla Güner +2Diffusion SamplingSelf-Speculative