Research
Coarse-Grained Boltzmann Generators
Overview Research area: Machine learning for molecular simulation — specifically generative modeling of equilibrium molecular configurations (Boltzmann Generators), coarse-graining, and learned potent
- arXiv
- 2602.10637
- Published
- 2026-02-11
- Authors
- Weilong Chen, Bojun Zhao, Jan Eckwert, Julija Zavadlav
AI summary
Overview
Research area: Machine learning for molecular simulation — specifically generative modeling of equilibrium molecular configurations (Boltzmann Generators), coarse-graining, and learned potentials of mean force.
Technical level: Advanced. The paper assumes familiarity with normalizing flows, continuous-time ODE-based density models, importance sampling, molecular dynamics, and statistical mechanics concepts such as partition functions and potentials of mean force.
Scope: The paper introduces Coarse-Grained Boltzmann Generators (CG-BGs), a framework that performs flow-based generative sampling plus importance reweighting directly in reduced coarse-grained coordinate space, using a learned potential of mean force as the target energy.
What This Paper Is About
Sampling equilibrium configurations from the Boltzmann distribution is hard because molecular configuration spaces are high-dimensional and energy landscapes are rugged, causing simulation methods like molecular dynamics to get trapped in metastable states. Boltzmann Generators (BGs) can generate proposals cheaply and reweight them to correct for bias, but they scale poorly to large systems because importance weights become high-variance and Jacobian determinant computation is expensive. The paper's goal is to make asymptotically correct reweighted sampling practical for larger systems by moving the generative model and the reweighting step into a lower-dimensional coarse-grained representation.
Key Contributions
-
The CG-BG framework: A class of Boltzmann Generators that operate directly in coarse-grained coordinates, using machine learning potentials (MLPs) as the target energy for importance sampling, so that generated samples can be reweighted to the marginal equilibrium distribution defined by the PMF.
-
PMF learning from rapidly converged data: The paper shows that enhanced sampling force matching (ESFM) enables learning the PMF from rapidly converged biased simulation trajectories, removing the reliance on long unbiased equilibrium data and providing a correction mechanism for existing Boltzmann Emulators.
-
Capture of solvent-mediated interactions at high coarse-graining: CG-BGs capture solvent-mediated and many-body effects in highly reduced representations, achieving improved accuracy over classical implicit solvent models while substantially reducing computational cost relative to atomistic BGs.
-
Simulation-free evaluation of learned PMFs: The trained flow proposal can be reused to evaluate multiple candidate PMFs through importance reweighting from a single set of generated samples, avoiding separate simulations for each model.
Main Findings
-
Reweighting recovers equilibrium statistics that raw flow proposals miss: Across the Müller–Brown potential and the three alanine peptide systems, unreweighted flow proposals deviate from the MD reference (with noisy samples in transition regions and metastable basins), while reweighted CG-BG samples reproduce relative basin populations and match reference distributions in transition regions.
-
Biased, short trajectories suffice: For the Müller–Brown system (umbrella sampling) and alanine dipeptide (10 ns WT-MetaD with γ = 1.5), the flow proposals deviate more strongly, but importance reweighting consistently recovers accurate equilibrium statistics. This removes the need for long unbiased MD simulations.
-
CG-BGs after reweighting outperform implicit solvent baselines: On alanine dipeptide, the OBC1 generalized Born baseline reports JS 0.0157(2) and PMF 0.3709(92), and OBC2 reports JS 0.0182(2) and PMF 0.4028(95), while CG-BG variants report JS between 0.0048(1) and 0.0063(1) and PMF between 0.2005(63) and 0.2277(66). The gap widens for larger peptides: on alanine tripeptide, GB (OBC2) reports JS 0.0932(3) and PMF 1.0274(65) versus Heavy Atom CG-BG JS 0.0056(1) and PMF 0.1957(52); on alanine hexapeptide, GB (OBC2) reports JS 0.1652(3) and PMF 1.8401(70) versus Core Beta CG-BG JS 0.0100(1) and PMF 0.3646(81).
-
Atomistic BGs are capped by solvent approximation error: Because atomistic BGs rely on implicit solvent models for reweighting, they can at best achieve the accuracy of implicit solvent baselines (reported in the paper's tables), whereas CG-BGs learn PMFs from explicit solvent simulations.
-
Coarser mappings trade accuracy for efficiency: The lower-dimensional Core Beta mapping generally yields higher ESS than the Heavy Atom mapping — on alanine dipeptide, ESS 0.5528(4) versus 0.5112(4); on alanine tripeptide, ESS 0.4212(5) versus 0.3201(4) — indicating better overlap between proposal and target. However, after reweighting, the coarser mapping generally gives less accurate equilibrium statistics, which the authors attribute to increased degeneracy: many atomistic microstates map to the same coarse coordinate while exerting different projected forces, increasing the variance of the conditional mean force.
-
Computational cost drops with coarse-graining: On alanine dipeptide, training and inference across 10⁴ generated samples costs 0.45h + 0.95min (Core Beta), 0.80h + 3.78min (Heavy Atom), and 2.55h + 14.91min (All Atom, meaning full solute configuration without solvent). The authors note that generating full configurations with explicit solvent, the proper reference, is computationally infeasible.
-
Simulation-free PMF comparison distinguishes data regimes: PMF_U, learned from long unbiased MD trajectories, fails to recover the correct metastable populations along the φ dihedral, whereas PMF_B, trained on a rapidly converged biased dataset, exhibits improved agreement.
-
Theory links force error to distributional error: Under a Logarithmic Sobolev Inequality with constant ρ > 0, the KL divergence between learned and true marginals is bounded by β²/(2ρ) times the expected squared force error, motivating force matching as a proxy for distributional accuracy. The paper notes global LSI conditions are strong assumptions for multimodal PMFs.
Methodology in Plain English
The approach separates the problem into two learned pieces. First, atomistic configurations are mapped onto a smaller set of coarse-grained coordinates using a chosen mapping — either Heavy Atom (retaining all heavy atoms) or Core Beta (retaining backbone atoms plus the Cβ position). Second, a normalizing flow, specifically a continuous normalizing flow trained with conditional flow matching, learns a proposal density over these coarse-grained configurations.
The key ingredient is the potential of mean force, the effective energy governing the coarse-grained marginal distribution. It cannot be read off directly from atomistic configurations because it includes entropic contributions from the degrees of freedom that were removed. The authors learn it with enhanced sampling force matching: because the distribution of atomistic configurations conditioned on a coarse-grained coordinate is invariant to adding a bias potential that depends only on coarse coordinates, the regression target for force matching does not change under biasing. This means the PMF can be trained on biased trajectories that converge quickly, while the forces used as targets are recomputed from the unbiased atomistic potential. Theoretically, this loss has the same global optimum as standard force matching.
At evaluation time, the learned PMF is not used as a force field for dynamics but as the target energy for importance sampling. Samples drawn from the flow are assigned weights proportional to exp(−βU_η(R)) divided by the flow density q_θ(R), and expectations are computed with the self-normalized importance sampling estimator. Reliability is measured by normalized effective sample size, and a weight clipping strategy truncates statistical outliers to avoid weight degeneracy. The method was tested on the Müller–Brown potential (where the coarse-grained reference is analytically exact) and on alanine dipeptide, tripeptide, and hexapeptide using explicit solvent data generated with a classical force field, plus biased data from well-tempered metadynamics, and compared against generalized Born implicit solvent baselines (OBC1, OBC2) and atomistic BGs (TarFlow, ECNF++).
Why This Matters
Impact on research: The work addresses two limitations at once — the poor scalability of atomistic Boltzmann Generators and the absence of a rigorous correction mechanism in coarse-grained generative surrogates such as Boltzmann Emulators. By combining a reduced-order generative model with PMF-based reweighting, it retains asymptotic correctness while lowering dimensionality, and it offers a way to learn effective potentials from data that is cheap to generate rather than from converged equilibrium trajectories.
Real-world applications (as implications of the framework):
- Computing free energy profiles and thermodynamic observables for molecular systems where direct simulation converges slowly.
- Faster screening of coarse-grained force fields, since a single trained proposal can score multiple candidate PMFs without additional simulations.
- Modeling of larger biomolecular systems than current atomistic BGs can handle, given the demonstrated scaling from 22 to 42 to 72 atoms.
- Replacing or correcting empirical implicit solvent models in workflows where solvent-mediated interactions matter.
Industry relevance: Pharmaceutical and molecular design pipelines depend on equilibrium observables and free energies, and the cost of sampling is often a bottleneck. A framework that reduces training and inference cost while preserving asymptotically correct statistics is directly relevant to computational chemistry, force field development, and simulation software vendors. The authors also note the simulation-free evaluation method as a tool for elucidating the design space of coarse-grained machine learning potentials, which speaks to model development rather than only end-use simulation.
Future Directions
-
Scaling to larger and more complex systems: The authors identify this as a natural next step, citing demonstrated transferability of generative models and machine learning potentials.
-
Automatic discovery of coarse-grained variables: The current approach relies on predefined collective variables for both coarse-graining and enhanced sampling, which the authors flag as potentially nontrivial to identify for complex systems, pointing to collective variable discovery and uncertainty quantification as promising avenues.
-
Architectural and training improvements: Advances in exact-likelihood generative modeling, including autoregressive architectures, and improvements in atomistic Boltzmann Generators are described as readily transferable to the coarse-grained setting.
-
Alternative training objectives: While CG-BGs are trained from simulation data in this work, the authors suggest exploring energy-based training or more general neural sampler formulations that use learned PMFs as unnormalized targets.
-
Systematic PMF design-space analysis: The simulation-free evaluation method could enable assessment of how architectural choices, parameterizations, and training objectives influence PMF accuracy through observable-level comparisons, rather than validation loss or repeated MD simulations.
Target Audience
This paper is aimed at machine learning and computational chemistry researchers working on generative models for molecular sampling, Boltzmann Generators, coarse-grained force fields, and enhanced sampling methods. It will also be valuable to practitioners interested in potentials of mean force, importance sampling diagnostics such as effective sample size, and simulation-free model validation. Readers without a background in statistical mechanics and normalizing flows will find the theoretical sections demanding, since the paper uses partition functions, fiber distributions, Log-Sobolev inequalities, and flow matching objectives without introductory exposition.
Authors’ abstract
Sampling equilibrium molecular configurations from the Boltzmann distribution is a longstanding challenge. Boltzmann Generators (BGs) address this by combining exact-likelihood generative models with importance sampling, but practical scalability is limited. Meanwhile, coarse-grained surrogates enable the modeling of larger systems by reducing effective dimensionality, yet often lack a reweighting procedure required to ensure asymptotically correct statistics. In this work, we propose Coarse-Grained Boltzmann Generators (CG-BGs), a framework for reduced-order generative modeling with importance sampling in coarse-grained coordinate space. CG-BGs generate samples using a flow-based model and reweight them using a learned potential of mean force (PMF). We show that the PMF can be learned from rapidly converged trajectories via enhanced sampling force matching. Experiments demonstrate that CG-BGs capture solvent-mediated interactions in highly reduced representations while substantially reducing computational cost relative to atomistic BGs, providing a practical route toward equilibrium sampling of larger molecular systems.