Edge Attention-based Multi-Relational Graph Convolutional Networks
Chao Shang, Qinqing Liu, Ko-Shin Chen, Jiangwen Sun, Jin Lu, Jinfeng, Yi, Jinbo Bi

TL;DR
This paper introduces EAGCN, a novel graph convolutional network that employs edge attention mechanisms to learn from multiple bond attributes in molecular graphs, improving property prediction accuracy.
Contribution
The paper proposes a new multi-relational GCN model that jointly learns attention weights and node features, effectively capturing diverse bond attributes in molecular graphs.
Findings
EAGCN outperforms existing models on chemical property prediction datasets.
The model effectively interprets bond importance through learned attention weights.
Demonstrates the benefit of multi-relational edge attention in graph neural networks.
Abstract
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 mechanism allows the network to learn a dynamic and adaptive aggregation of the neighborhood. We propose a new GCN model on the graphs where edges are characterized in multiple views or precisely in terms of multiple relationships. For instance, in chemical graph theory, compound structures are often represented by the hydrogen-depleted molecular graph where nodes correspond to atoms and edges correspond to chemical bonds. Multiple attributes can be important to characterize chemical bonds, such as atom pair (the types of atoms that a bond connects), aromaticity, and whether a bond is in a ring. The different attributes lead to different graph representations for the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Drug Discovery Methods · Machine Learning in Materials Science · Advanced Graph Neural Networks
MethodsGraph Convolutional Network
