Edge-similarity-aware Graph Neural Networks
Vincent Mallet, Carlos G. Oliver, William L. Hamilton

TL;DR
This paper introduces a novel graph neural network layer that incorporates prior knowledge of edge similarities, motivated by RNA 3D structure modeling, but finds limited empirical performance improvements.
Contribution
It proposes a new GNN layer that leverages edge similarity information, addressing a gap in existing message passing algorithms.
Findings
Edge similarity prior does not improve performance on tested tasks.
The proposed method is theoretically motivated but empirically limited.
Applicable to biological graphs like RNA structures.
Abstract
Graph are a ubiquitous data representation, as they represent a flexible and compact representation. For instance, the 3D structure of RNA can be efficiently represented as , graphs whose nodes are nucleotides and edges represent chemical interactions. In this setting, we have biological evidence of the similarity between the edge types, as some chemical interactions are more similar than others. Machine learning on graphs have recently experienced a breakthrough with the introduction of Graph Neural Networks. This algorithm can be framed as a message passing algorithm between graph nodes over graph edges. These messages can depend on the edge type they are transmitted through, but no method currently constrains how a message is altered when the edge type changes. Motivated by the RNA use case, in this project we introduce a graph neural network layer which can…
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
TopicsAdvanced Graph Neural Networks · Machine Learning in Materials Science · Machine Learning in Bioinformatics
MethodsGraph Neural Network
