SimPool: Towards Topology Based Graph Pooling with Structural Similarity Features
Yaniv Shulman

TL;DR
SimPool introduces a novel graph pooling method leveraging structural similarity features to improve hierarchical graph coarsening, aligning it more closely with CNN-like locality preservation without increasing model complexity.
Contribution
The paper presents a new differential module for calculating structural similarity features and integrates it with a revisited pooling layer, enhancing graph coarsening techniques.
Findings
Structural similarity features improve node clustering.
SimPool achieves locality-preserving pooling in graphs.
Features are effective in inductive graph classification without extra parameters.
Abstract
Deep learning methods for graphs have seen rapid progress in recent years with much focus awarded to generalising Convolutional Neural Networks (CNN) to graph data. CNNs are typically realised by alternating convolutional and pooling layers where the pooling layers subsample the grid and exchange spatial or temporal resolution for increased feature dimensionality. Whereas the generalised convolution operator for graphs has been studied extensively and proven useful, hierarchical coarsening of graphs is still challenging since nodes in graphs have no spatial locality and no natural order. This paper proposes two main contributions, the first is a differential module calculating structural similarity features based on the adjacency matrix. These structural similarity features may be used with various algorithms however in this paper the focus and the second main contribution is on…
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 · Complex Network Analysis Techniques · Graph Theory and Algorithms
MethodsGraph Neural Network · DiffPool · Convolution
