Energy-Guided Generative Modeling for Low-Energy Molecular Structure Discovery

TL;DR

EnFlow combines flow-based conformer generation with explicit energy modeling, enabling low-energy molecular structure discovery with 1-2 ODE steps.

cs.LG 🔴 Advanced 2025-12-27 37 views
Guikun Xu Xiaohan Yi Ziqiao Meng Peilin Zhao Yatao Bian
molecular modeling generative models energy landscape flow-based drug discovery

Key Findings

Methodology

EnFlow employs a flow matching framework to learn a reversible transformation from a prior distribution to molecular conformations, integrated with an explicit neural energy model trained via energy matching and supervised fine-tuning. During sampling, an energy-guided ODE (ordinary differential equation) steers conformer trajectories toward low-energy regions, requiring only 1-2 steps for high-quality generation. The energy scores are used for ranking conformations, supporting both ensemble sampling and ground-state identification. Experiments on GEOM-QM9 and GEOM-Drugs demonstrate that EnFlow achieves superior conformer coverage (COV-R >95%) and minimal RMSD (~0.028 Å) with minimal steps, outperforming baselines like GeoDiff and Torsional Diffusion.

Key Results

  • On GEOM-QM9, EnFlow with 1-2 steps achieves 95.81% coverage and 0.028 Å minimal RMSD, surpassing most baselines. Energy scores correlate highly (median Spearman 0.82) with single-point GFn2-xTB energies, confirming physical relevance.
  • On GEOM-Drugs, 2-step sampling yields 95.64% coverage, 0.055 Å RMSD, outperforming diffusion models. Energy ranking improves ground-state identification, with median rank correlation increasing by 17%.
  • Using generated ensembles, energy-based selection further refines low-energy conformers, with median energy rank correlation and top-k energy enrichment showing significant gains, validating the unified sampling and ranking approach.

Significance

This work addresses the longstanding challenge of efficiently discovering low-energy molecular conformations, crucial for drug design and materials science. By jointly modeling conformational diversity and energy landscapes, EnFlow reduces computational costs and enhances accuracy. Its ability to generate and rank conformers with minimal steps opens new avenues for large-scale virtual screening, enabling faster and more reliable molecular discovery pipelines. The physically meaningful energy scores further facilitate interpretability and downstream applications, bridging the gap between generative modeling and quantum-chemical validation.

Technical Contribution

The study introduces a novel integration of flow-based generative models with explicit neural energy functions, leveraging energy matching and supervised fine-tuning for accurate energy landscape modeling. The energy-guided ODE sampling mechanism allows high-fidelity conformer generation with extremely limited steps, a significant advancement over existing diffusion or autoregressive methods. The framework supports both diverse conformer sampling and reliable energy-based ranking within a single unified model, providing theoretical guarantees of low-energy convergence and practical efficiency. This approach opens new possibilities for scalable, physically grounded molecular generative modeling.

Novelty

This is the first work to combine flow-based generative models with explicit energy landscape modeling for molecular conformer generation. The energy-guided ODE sampling strategy significantly reduces the number of steps needed for high-quality conformer generation, addressing a key bottleneck in existing methods. Unlike prior approaches that focus solely on diversity or single-structure prediction, this framework unifies both objectives, enabling efficient sampling, ranking, and ground-state identification within a single model. This innovative integration sets a new standard for molecular generative modeling.

Limitations

  • The accuracy of energy-based ranking depends heavily on the trained energy model, which may suffer from biases or limited generalization to unseen molecules, affecting ground-state prediction reliability.
  • Current models are primarily validated on small molecules; extending to large biomolecules or complex systems requires further development of scalable architectures.
  • The training process involves multiple loss components and hyperparameters, which may increase complexity and computational costs, especially for larger datasets or more diverse chemical spaces.

Future Work

Future directions include developing multi-scale and multi-modal energy models to handle larger and more complex molecules, integrating experimental data for improved accuracy, and exploring transfer learning to enhance generalization. Additionally, extending the framework to include dynamic properties and reaction pathways could further broaden its applicability in computational chemistry and drug discovery.

AI Executive Summary

Understanding the energy landscape of molecules and accurately identifying their ground states remain fundamental challenges in computational chemistry. Traditional quantum mechanical methods like density functional theory (DFT) provide high accuracy but are computationally expensive, limiting their scalability for large datasets or rapid screening. Recent advances in machine learning, especially generative models such as diffusion and flow-based approaches, have improved conformer sampling efficiency but often lack reliable energy calibration and ground-state discrimination.

This study introduces EnFlow, a unified framework that combines flow-based conformer generation with explicit neural energy modeling. By integrating an energy-guided ODE sampling mechanism, EnFlow can efficiently steer conformational trajectories toward low-energy regions, requiring only 1-2 steps to generate high-quality conformers. The energy model, trained via energy matching and supervised fine-tuning, provides a physically meaningful scoring system for ranking conformations, supporting both ensemble diversity and ground-state identification.

Experimental results on GEOM-QM9 and GEOM-Drugs datasets demonstrate that EnFlow surpasses existing models in conformer coverage and structural fidelity at minimal sampling steps. Notably, the median RMSD drops to 0.028 Å with 2 steps, and the energy scores correlate strongly with quantum-chemical calculations (median Spearman 0.82). The model's ability to accurately rank and select low-energy conformers without extensive sampling marks a significant step forward in molecular modeling.

Overall, EnFlow bridges the gap between conformational diversity and energy calibration, offering a scalable, physically grounded approach for low-energy molecular structure discovery. Its potential applications span drug discovery, materials science, and large-scale virtual screening, promising faster, more reliable molecular design workflows. Future work aims to extend this approach to larger biomolecules and incorporate dynamic and experimental data, further broadening its impact.

Deep Analysis

Background

Molecular energy landscape exploration has evolved from classical quantum chemistry methods like DFT and ab initio calculations to machine learning-driven approaches. Early methods provided high accuracy but suffered from high computational costs, limiting large-scale applications. Recent developments include generative models such as GeoDiff, Torsional Diffusion, and flow-based models like GeoMol and AvgFlow, which improve sampling efficiency and geometric consistency. Despite these advances, accurately modeling the entire energy landscape and reliably identifying the ground state remain unresolved challenges. Existing models often focus on either diversity sampling or single-structure prediction, lacking a unified framework that combines both. The need for efficient, physically meaningful conformer generation and ranking continues to drive research, especially for drug discovery and materials design where rapid screening of low-energy structures is critical.

Core Problem

The core issue is how to efficiently generate diverse low-energy conformations and accurately identify the true ground state within a minimal number of sampling steps. Traditional physics-based methods are computationally intensive, unsuitable for large datasets. Generative models can produce diverse conformers but lack reliable energy calibration, making it difficult to select the most stable structures. Deterministic predictors focus on a single conformation, missing the broader ensemble variability. This fragmentation hampers high-throughput applications. The challenge is to develop a unified, scalable framework that can generate, evaluate, and rank conformations efficiently, ensuring physical relevance and computational feasibility.

Innovation

The key innovations include: 1) a flow matching framework that learns a reversible transformation from a prior distribution to molecular conformations, ensuring geometric consistency; 2) an explicit neural energy model trained via energy matching and supervised fine-tuning, capturing the energy landscape across diverse molecules; 3) an energy-guided ODE sampling strategy that directs trajectories toward low-energy regions with only 1-2 steps, vastly improving efficiency; 4) a unified approach that supports both conformer diversity and energy-based ranking, enabling ground-state identification without separate models. These innovations address the limitations of existing methods by combining efficiency, physical interpretability, and accuracy in a single framework.

Methodology

  • �� Define a prior distribution (e.g., Gaussian) for initial conformer sampling.
  • �� Use flow matching to learn a reversible transformation from the prior to the conformational distribution, ensuring geometric consistency.
  • �� Train a neural energy model (e.g., GINE) with energy matching loss to predict molecular energies accurately.
  • �� Fine-tune the energy model supervisedly on molecule-specific data for better energetic accuracy.
  • �� During sampling, solve an energy-guided ODE that incorporates the learned energy gradient, steering conformations toward low-energy regions in 1-2 steps.
  • �� Use the learned energy scores to rank generated conformers, selecting the lowest-energy candidates.
  • �� For ground-state prediction, generate multiple conformers and select the one with the lowest energy score.
  • �� Train the entire framework jointly, balancing conformational diversity and energy calibration objectives.

Experiments

Experiments utilize GEOM-QM9 and GEOM-Drugs datasets, evaluating conformer generation quality via RMSD-based coverage and minimum RMSD metrics, and energy ranking via correlation with GFn2-xTB energies. Baselines include GeoDiff, Torsional Diffusion, and AvgFlow. Metrics assess the effectiveness of few-step sampling (1-2 steps), with hyperparameters tuned for guidance strength and ensemble size. Ablation studies analyze the impact of energy guidance and model components. The experiments demonstrate that EnFlow achieves state-of-the-art performance in conformer coverage (>95%) with minimal steps, and the energy scores align strongly with quantum-chemical energies, validating the physical relevance of the learned energy model.

Results

EnFlow surpasses baselines in conformer coverage and structural accuracy at 1-2 steps, with coverage >95% and RMSD <0.03 Å. Energy scores correlate with GFn2-xTB energies (median Spearman 0.82), enabling reliable ranking. The model effectively identifies ground states, with median rank correlation improving by 17% over baselines. Energy-based selection further refines conformer quality, demonstrating the dual role of the energy model in generation and ranking. These results confirm that explicit energy landscape modeling enhances sampling efficiency and structural fidelity, especially under limited sampling budgets.

Applications

This framework is directly applicable to drug discovery, enabling rapid screening of low-energy conformations for candidate molecules. It can accelerate materials design by efficiently exploring conformational space and identifying stable structures. The approach also benefits large-scale virtual screening pipelines, reducing computational costs while maintaining accuracy. Future integration with experimental data and extension to larger biomolecules could further expand its industrial impact, enabling more reliable and scalable molecular modeling workflows.

Limitations & Outlook

The accuracy of energy-based ranking depends on the trained energy model, which may not generalize well to unseen or complex molecules. The current approach is primarily validated on small molecules; scaling to larger biomolecules or proteins poses challenges due to increased conformational complexity and computational demands. The training process involves multiple loss components and hyperparameters, increasing complexity. Further, the model's performance in dynamic or reaction pathways remains unexplored, requiring future research to address these limitations.

Plain Language Accessible to non-experts

想象你在厨房里准备一道菜,你有很多不同的食材(分子构象),每种食材的味道(能量)都不同。有些食材味道更好(低能),你希望找到最美味的那一份。传统方法就像反复试吃每一种,既费时又不一定找到最好的。现在,有一个聪明的厨师助手(EnFlow),它可以快速试几种搭配(少步采样),还会用味道评分(能量模型)帮你判断哪个更好。它还能帮你挑出最美味的那一份,不用试遍所有可能。这样,你就能用更少时间,找到最棒的菜肴。这就像有个超级助手,让厨房变得又快又准,特别适合忙碌的厨师。

ELI14 Explained like you're 14

想象你在玩一个拼图游戏,你要拼出最完美的图案(最低能量的分子结构)。以前的方法是随便拼几次,然后看哪个拼得差不多(随机采样),但很难保证拼得最完美。现在,有个聪明的机器人助手(EnFlow),它可以帮你快速试几种拼法(少步采样),还会告诉你哪个拼法看起来最接近完整(能量评分)。它还能帮你挑出最漂亮、最完整的拼图(地面态),不用拼遍所有可能。这样,你就能用更少时间,拼出最棒的图案。这就像有个超级助手,让拼图变得又快又准,特别适合拼大拼图或复杂的图案。

Glossary

Flow Model (流模型)

一种通过可逆变换学习数据分布的生成模型,确保几何一致性。

用于从先验分布到分子构象的变换学习。

Energy Model (能量模型)

神经网络预测分子能量,用于排序和筛选低能构象。

在采样和筛选中提供能量评分依据。

ODE Sampling (微分方程采样)

利用微分方程数值积分实现高效采样,少步即可收敛。

EnFlow中引导构象向低能区域快速迁移。

Energy Matching (能量匹配)

训练目标之一,通过匹配模型预测能量与真实能量,优化能量模型。

确保能量评分的物理合理性。

Ground State (地面态)

分子能量的全局最低点,代表最稳定的构象。

模型目标之一是准确识别地面态。

Open Questions Unanswered questions from this research

  • 1 如何扩展模型以适应大分子或蛋白质体系,仍是挑战。现有能量模型在复杂体系中的泛化能力不足,未来需结合多尺度、多模态信息提升性能。

Abstract

Exploring molecular energy landscapes and identifying ground-state conformations are central challenges in computational chemistry. However, generating diverse low-energy conformers from molecular graphs remains expensive with traditional physics-based pipelines. Existing learning-based approaches remain fragmented: generative models capture conformational diversity but often lack reliable energy calibration, whereas deterministic predictors focus on a single structure and fail to represent ensemble variability. Here we introduce EnFlow, to our knowledge, the first energy-guided generative framework that couples flow-based conformer generation with explicit energy landscape modeling for joint conformational ensemble generation and ground-state identification. By integrating generative dynamics with a learned energy model, EnFlow guides sampling toward low-energy regions of the conformational landscape, improving structural fidelity under extremely few sampling steps while enabling energy-based ranking of generated conformations. Experiments on GEOM-QM9 and GEOM-Drugs show that EnFlow achieves strong performance in conformer generation and ground-state identification while requiring only 1--2 ODE sampling steps. Single-point GFN2-xTB evaluations further show that the learned energy scores preserve physically meaningful energetic rankings of generated conformations. These results support explicit energy landscape modeling as an effective strategy for low-energy molecular structure discovery through joint modeling of conformational ensembles and their associated energies.

cs.LG physics.chem-ph