Subgraph Neural Networks
Emily Alsentzer, Samuel G. Finlayson, Michelle M. Li, Marinka Zitnik

TL;DR
SubGNN introduces a novel subgraph neural network with a routing mechanism and multiple channels to effectively learn subgraph representations, significantly improving subgraph classification accuracy on synthetic and real-world datasets.
Contribution
The paper presents SubGNN, a new model with a subgraph routing mechanism and multiple channels, addressing the challenge of subgraph prediction in graph neural networks.
Findings
SubGNN outperforms baseline methods by 19.8% on eight datasets.
It achieves high accuracy on complex biomedical subgraphs.
Empirical results validate the effectiveness of the proposed channels.
Abstract
Deep learning methods for graphs achieve remarkable performance on many node-level and graph-level prediction tasks. However, despite the proliferation of the methods and their success, prevailing Graph Neural Networks (GNNs) neglect subgraphs, rendering subgraph prediction tasks challenging to tackle in many impactful applications. Further, subgraph prediction tasks present several unique challenges: subgraphs can have non-trivial internal topology, but also carry a notion of position and external connectivity information relative to the underlying graph in which they exist. Here, we introduce SubGNN, a subgraph neural network to learn disentangled subgraph representations. We propose a novel subgraph routing mechanism that propagates neural messages between the subgraph's components and randomly sampled anchor patches from the underlying graph, yielding highly accurate subgraph…
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Bioinformatics and Genomic Networks · Complex Network Analysis Techniques
