paper-with-me

Papers

Molecule3D: A Benchmark for Predicting 3D Geometries from Molecular Graphs

2021-09-30 · Zhao Xu, Youzhi Luo, Xuan Zhang, Xinyi Xu, Yaochen Xie, Meng Liu, Kaleb Dickerson, Cheng Deng, Maho Nakata, Shuiwang Ji

Graph neural networks are emerging as promising methods for modeling molecular graphs, in which nodes and edges correspond to atoms and chemical bonds, respectively. Recent studies show that when 3D molecular geometries, such as bond lengths and angles, are available, molecular property prediction tasks can be made more accurate. However, computing of 3D molecular geometries requires quantum calculations that are computationally prohibitive. For example, accurate calculation of 3D geometries of a small molecule requires hours of computing time using density functional theory (DFT). Here, we propose to predict the ground-state 3D geometries from molecular graphs using machine learning methods. To make this feasible, we develop a benchmark, known as Molecule3D, that includes a dataset with precise ground-state geometries of approximately 4 million molecules derived from DFT. We also provide a set of software tools for data processing, splitting, training, and evaluation, etc. Specifically, we propose to assess the error and validity of predicted geometries using four metrics. We implement two baseline methods that either predict the pairwise distance between atoms or atom coordinates in 3D space. Experimental results show that, compared with generating 3D geometries with RDKit, our method can achieve comparable prediction accuracy but with much smaller computational costs. Our Molecule3D is available as a module of the MoleculeX software library (https://github.com/divelab/MoleculeX).

📄 PDF Abstract BibTeX arXiv:2110.01717

Code (3)

divelab/MoleculeX 공식 구현 pytorch
chao1224/geossl pytorch
chao1224/se3ddm pytorch

Tasks

3D Geometry PredictionMolecular Property PredictionProperty Prediction

Similar Papers 제목 키워드 기반

3D Molecular Geometry Analysis with 2D Graphs

2023-05-01 · Zhao Xu, Yaochen Xie, Youzhi Luo, Xuan Zhang 외

Ground-state 3D geometries of molecules are essential for many molecular analysis tasks. Modern quantum mechanical methods can compute accurate 3D geometries but are computationally prohibitive. Currently, an efficient a…

Deep LearningProperty PredictionSelf-Supervised Learning

Generating Realistic 3D Molecules with an Equivariant Conditional Likelihood Model

2021-09-29 · James P. Roney, Paul Maragakis, Peter Skopp, David E. Shaw

The number of drug-like molecules that could potentially exist is thought to be above $10^{33}$, precluding exhaustive computational or experimental screens for molecules with desirable pharmaceutical properties. Machine…

3D geometryDrug Discovery

Geometry Informed Tokenization of Molecules for Language Model Generation

2024-08-19 · Xiner Li, Limei Wang, Youzhi Luo, Carl Edwards 외

We consider molecule generation in 3D space using language models (LMs), which requires discrete tokenization of 3D molecular geometries. Although tokenization of molecular graphs exists, that for 3D geometries is largel…

Language ModelingLanguage Modelling

Geometric-Facilitated Denoising Diffusion Model for 3D Molecule Generation

2024-01-05 · Can Xu, Haosen Wang, Weigang Wang, Pengfei Zheng 외

Denoising diffusion models have shown great potential in multiple research areas. Existing diffusion-based generative methods on de novo 3D molecule generation face two major challenges. Since majority heavy atoms in mol…

3D Molecule GenerationDenoising

Learning Joint 2D & 3D Diffusion Models for Complete Molecule Generation

2023-05-21 · Han Huang, Leilei Sun, Bowen Du, Weifeng Lv

Designing new molecules is essential for drug discovery and material science. Recently, deep generative models that aim to model molecule distribution have made promising progress in narrowing down the chemical research …

3D Molecule GenerationDrug DiscoveryGraph GenerationMolecular Graph Generation