LGAIBMQMMLFeb 8, 2023

Geometry-Complete Diffusion for 3D Molecule Generation and Optimization

arXiv:2302.04313v683 citationsh-index: 58Has Code
AI Analysis

This work solves the problem of generating valid and stable 3D molecules for computational biology and drug discovery, representing a significant advance over previous methods but still incremental within the domain of molecular diffusion models.

The paper tackles the problem of generating 3D molecules by addressing limitations in existing diffusion models that fail to learn important geometric properties, resulting in invalid large molecules. It introduces the Geometry-Complete Diffusion Model (GCDM), which outperforms previous methods on datasets like QM9 and GEOM-Drugs, generating more novel and valid large molecules, and demonstrates extensions for protein pocket design and molecule optimization.

Denoising diffusion probabilistic models (DDPMs) have pioneered new state-of-the-art results in disciplines such as computer vision and computational biology for diverse tasks ranging from text-guided image generation to structure-guided protein design. Along this latter line of research, methods have recently been proposed for generating 3D molecules using equivariant graph neural networks (GNNs) within a DDPM framework. However, such methods are unable to learn important geometric properties of 3D molecules, as they adopt molecule-agnostic and non-geometric GNNs as their 3D graph denoising networks, which notably hinders their ability to generate valid large 3D molecules. In this work, we address these gaps by introducing the Geometry-Complete Diffusion Model (GCDM) for 3D molecule generation, which outperforms existing 3D molecular diffusion models by significant margins across conditional and unconditional settings for the QM9 dataset and the larger GEOM-Drugs dataset, respectively, and generates more novel and unique unconditional 3D molecules for the QM9 dataset compared to previous methods. Importantly, we demonstrate that the geometry-complete denoising process of GCDM learned for 3D molecule generation enables the model to generate a significant proportion of valid and energetically-stable large molecules at the scale of GEOM-Drugs, whereas previous methods fail to do so with the features they learn. Additionally, we show that extensions of GCDM can not only effectively design 3D molecules for specific protein pockets but also that GCDM's geometric features can be repurposed to consistently optimize the geometry and chemical composition of existing 3D molecules for molecular stability and property specificity, demonstrating new versatility of molecular diffusion models. Our source code and data are freely available at https://github.com/BioinfoMachineLearning/Bio-Diffusion.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes