SPGNN: Recognizing Salient Subgraph Patterns via Enhanced Graph Convolution and Pooling
Zehao Dong, Muhan Zhang, Yixin Chen

TL;DR
SPGNN introduces enhanced graph convolution and a novel pooling method to better recognize complex subgraph patterns, significantly improving graph classification performance.
Contribution
The paper proposes a concatenation-based convolution and WL-SortPool pooling module, advancing subgraph pattern recognition in GNNs.
Findings
Achieves state-of-the-art results on multiple benchmarks.
Effectively characterizes complex graph topology.
Outperforms existing GNN and kernel methods.
Abstract
Graph neural networks (GNNs) have revolutionized the field of machine learning on non-Euclidean data such as graphs and networks. GNNs effectively implement node representation learning through neighborhood aggregation and achieve impressive results in many graph-related tasks. However, most neighborhood aggregation approaches are summation-based, which can be problematic as they may not be sufficiently expressive to encode informative graph structures. Furthermore, though the graph pooling module is also of vital importance for graph learning, especially for the task of graph classification, research on graph down-sampling mechanisms is rather limited. To address the above challenges, we propose a concatenation-based graph convolution mechanism that injectively updates node representations to maximize the discriminative power in distinguishing non-isomorphic subgraphs. In addition,…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Bioinformatics and Genomic Networks
MethodsConvolution
