paper-with-me

홈 › Papers

Molecular distance matrix prediction based on graph convolutional networks

2021-07-01 · Xiaohui Lin, Yongquan Jiang, Yan Yang

Molecular structure has important applications in many fields. For example, some studies show that molecular spatial information can be used to achieve better prediction results when predicting molecular properties. However, traditional molecular geometry calculations, such as density functional theory (DFT), are time-consuming. In view of this, we propose a model based on graph convolutional networks to predict the pairwise distance between atoms, also called distance matrix prediction of the molecule(DMGCN). In order to indicate the effect of DMGCN model, the model is compared with the model DeeperGCN-DAGNN and the method of calculating molecular conformation in RDKit. Results show that the MAE of DMGCN is smaller than DeeperGCN-DAGNN and RDKit. In addition, the distances predicted by the DMGCN model and the distances calculated by the QM9 dataset are used to predict the molecular properties, thus showing the effectiveness of the distance predicted by the DMGCN model.

📄 PDF Abstract BibTeX arXiv:2107.01035

Code (0)

등록된 구현이 없습니다.

Tasks

Prediction

Similar Papers 제목 키워드 기반

Molecular activity prediction using graph convolutional deep neural network considering distance on a molecular graph

2019-07-02 · Masahito Ohue, Ryota Ii, Keisuke Yanagisawa, Yutaka Akiyama

Machine learning is often used in virtual screening to find compounds that are pharmacologically active on a target protein. The weave module is a type of graph convolutional deep neural network that uses not only featur…

Activity Prediction

Edge Attention-based Multi-Relational Graph Convolutional Networks

2018-02-14 · Chao Shang, Qinqing Liu, Ko-Shin Chen, Jiangwen Sun 외

Graph convolutional network (GCN) is generalization of convolutional neural network (CNN) to work with arbitrarily structured graphs. A binary adjacency matrix is commonly used in training a GCN. Recently, the attention …

Attribute

Triplet Interaction Improves Graph Transformers: Accurate Molecular Graph Learning with Triplet Graph Transformers

2024-02-07 · Md Shamim Hussain, Mohammed J. Zaki, Dharmashankar Subramanian

Graph transformers typically lack third-order interactions, limiting their geometric understanding which is crucial for tasks like molecular geometry prediction. We propose the Triplet Graph Transformer (TGT) that enable…

Drug DiscoveryGraph LearningGraph Property PredictionGraph Regression+8

Distance-Geometric Graph Convolutional Network (DG-GCN) for Three-Dimensional (3D) Graphs

2020-07-06 · Daniel T. Chang

The distance-geometric graph representation adopts a unified scheme (distance) for representing the geometry of three-dimensional(3D) graphs. It is invariant to rotation and translation of the graph and it reflects pair-…

Translation

Geometric learning of the conformational dynamics of molecules using dynamic graph neural networks

2021-06-24 · Michael Hunter Ashby, Jenna A. Bilbrey

We apply a temporal edge prediction model for weighted dynamic graphs to predict time-dependent changes in molecular structure. Each molecule is represented as a complete graph in which each atom is a vertex and all vert…

Graph Neural Network