MolNet: A Chemically Intuitive Graph Neural Network for Prediction of
Molecular Properties
- URL: http://arxiv.org/abs/2203.09456v1
- Date: Tue, 1 Feb 2022 20:47:28 GMT
- Title: MolNet: A Chemically Intuitive Graph Neural Network for Prediction of
Molecular Properties
- Authors: Yeji Kim, Yoonho Jeong, Jihoo Kim, Eok Kyun Lee, Won June Kim, and
Insung S. Choi
- Abstract summary: graph neural network (GNN) has been a powerful deep-learning tool in chemistry domain.
MolNet model is chemically intuitive, accommodating the 3D non-bond information in a molecule.
MolNet gives a state-of-the-art performance in the classification task of BACE dataset and regression task of ESOL dataset.
- Score: 1.231476564107544
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: The graph neural network (GNN) has been a powerful deep-learning tool in
chemistry domain, due to its close connection with molecular graphs. Most GNN
models collect and update atom and molecule features from the fed atom (and, in
some cases, bond) features, which are basically based on the two-dimensional
(2D) graph representation of 3D molecules. Correspondingly, the adjacency
matrix, containing the information on covalent bonds, or equivalent data
structures (e.g., lists) have been the main core in the feature-updating
processes, such as graph convolution. However, the 2D-based models do not
faithfully represent 3D molecules and their physicochemical properties,
exemplified by the overlooked field effect that is a "through-space" effect,
not a "through-bond" effect. The GNN model proposed herein, denoted as MolNet,
is chemically intuitive, accommodating the 3D non-bond information in a
molecule, with a noncovalent adjacency matrix $\bf{\bar A}$, and also
bond-strength information from a weighted bond matrix $\bf{B}$. The noncovalent
atoms, not directly bonded to a given atom in a molecule, are identified within
5 $\unicode{x212B}$ of cut-off range for the construction of $\bf{\bar A}$, and
$\bf{B}$ has edge weights of 1, 1.5, 2, and 3 for single, aromatic, double, and
triple bonds, respectively. Comparative studies show that MolNet outperforms
various baseline GNN models and gives a state-of-the-art performance in the
classification task of BACE dataset and regression task of ESOL dataset. This
work suggests a future direction of deep-learning chemistry in the construction
of deep-learning models that are chemically intuitive and comparable with the
existing chemistry concepts and tools.
Related papers
- MolGrapher: Graph-based Visual Recognition of Chemical Structures [50.13749978547401]
We introduce MolGrapher to recognize chemical structures visually.
We treat all candidate atoms and bonds as nodes and put them in a graph.
We classify atom and bond nodes in the graph with a Graph Neural Network.
arXiv Detail & Related papers (2023-08-23T16:16:11Z) - Learning Universal and Robust 3D Molecular Representations with Graph
Convolutional Networks [19.647002925751774]
We propose a universal and robust Directional Node Pair (DNP) descriptor based on the graph representations of 3D molecules.
Our DNP descriptor is robust compared to previous ones and can be applied to multiple molecular types.
We construct the Robust Molecular Graph Convolutional Network (RoM-GCN) which is capable to take both node and edge features into consideration.
arXiv Detail & Related papers (2023-07-24T02:50:19Z) - Automated 3D Pre-Training for Molecular Property Prediction [54.15788181794094]
We propose a novel 3D pre-training framework (dubbed 3D PGT)
It pre-trains a model on 3D molecular graphs, and then fine-tunes it on molecular graphs without 3D structures.
Extensive experiments on 2D molecular graphs are conducted to demonstrate the accuracy, efficiency and generalization ability of the proposed 3D PGT.
arXiv Detail & Related papers (2023-06-13T14:43:13Z) - Bi-level Contrastive Learning for Knowledge-Enhanced Molecule
Representations [55.42602325017405]
We propose a novel method called GODE, which takes into account the two-level structure of individual molecules.
By pre-training two graph neural networks (GNNs) on different graph structures, combined with contrastive learning, GODE fuses molecular structures with their corresponding knowledge graph substructures.
When fine-tuned across 11 chemical property tasks, our model outperforms existing benchmarks, registering an average ROC-AUC uplift of 13.8% for classification tasks and an average RMSE/MAE enhancement of 35.1% for regression tasks.
arXiv Detail & Related papers (2023-06-02T15:49:45Z) - Atomic and Subgraph-aware Bilateral Aggregation for Molecular
Representation Learning [57.670845619155195]
We introduce a new model for molecular representation learning called the Atomic and Subgraph-aware Bilateral Aggregation (ASBA)
ASBA addresses the limitations of previous atom-wise and subgraph-wise models by incorporating both types of information.
Our method offers a more comprehensive way to learn representations for molecular property prediction and has broad potential in drug and material discovery applications.
arXiv Detail & Related papers (2023-05-22T00:56:00Z) - MUDiff: Unified Diffusion for Complete Molecule Generation [104.7021929437504]
We present a new model for generating a comprehensive representation of molecules, including atom features, 2D discrete molecule structures, and 3D continuous molecule coordinates.
We propose a novel graph transformer architecture to denoise the diffusion process.
Our model is a promising approach for designing stable and diverse molecules and can be applied to a wide range of tasks in molecular modeling.
arXiv Detail & Related papers (2023-04-28T04:25:57Z) - An Equivariant Generative Framework for Molecular Graph-Structure
Co-Design [54.92529253182004]
We present MolCode, a machine learning-based generative framework for underlineMolecular graph-structure underlineCo-design.
In MolCode, 3D geometric information empowers the molecular 2D graph generation, which in turn helps guide the prediction of molecular 3D structure.
Our investigation reveals that the 2D topology and 3D geometry contain intrinsically complementary information in molecule design.
arXiv Detail & Related papers (2023-04-12T13:34:22Z) - Incompleteness of graph convolutional neural networks for points clouds
in three dimensions [0.0]
We show that even for the restricted case of graphs induced by 3D atom clouds dGCNNs are not complete.
We construct pairs of distinct point clouds that generate graphs that, for any cutoff radius, are equivalent based on a first-order Weisfeiler-Lehman test.
arXiv Detail & Related papers (2022-01-18T17:18:26Z) - Learning 3D Representations of Molecular Chirality with Invariance to
Bond Rotations [2.17167311150369]
We design an SE(3)-invariant model that processes torsion angles of a 3D molecular conformer.
We test our model on four benchmarks: contrastive learning to distinguish conformers of different stereoisomers in a learned latent space, classification of chiral centers as R/S, prediction of how enantiomers rotate circularly polarized light, and ranking enantiomers by their docking scores in an enantiosensitive protein pocket.
arXiv Detail & Related papers (2021-10-08T21:25:47Z) - MolCLR: Molecular Contrastive Learning of Representations via Graph
Neural Networks [11.994553575596228]
MolCLR is a self-supervised learning framework for large unlabeled molecule datasets.
We propose three novel molecule graph augmentations: atom masking, bond deletion, and subgraph removal.
Our method achieves state-of-the-art performance on many challenging datasets.
arXiv Detail & Related papers (2021-02-19T17:35:18Z) - Molecular Mechanics-Driven Graph Neural Network with Multiplex Graph for
Molecular Structures [20.276492931562036]
A growing number of Graph Neural Networks (GNNs) have been proposed to address this challenge.
In this work, we aim to design a GNN which is both powerful and efficient for molecule structures.
We build Multiplex Molecular Graph Neural Network (MXMNet)
arXiv Detail & Related papers (2020-11-15T05:55:15Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.