Graph Analysis and Graph Pooling in the Spatial Domain
Mostafa Rahmani, Ping Li

TL;DR
This paper introduces a spatial graph representation and a novel pooling method for GNNs, improving their ability to distinguish local structures and topologies, leading to better performance.
Contribution
It proposes a spatial graph embedding approach and a new pooling technique that enhance GNNs' structural awareness and graph down-sampling capabilities.
Findings
The spatial representation improves local structure discrimination.
The new pooling method achieves competitive or superior results.
Enhanced topological inference from spatial features.
Abstract
The spatial convolution layer which is widely used in the Graph Neural Networks (GNNs) aggregates the feature vector of each node with the feature vectors of its neighboring nodes. The GNN is not aware of the locations of the nodes in the global structure of the graph and when the local structures corresponding to different nodes are similar to each other, the convolution layer maps all those nodes to similar or same feature vectors in the continuous feature space. Therefore, the GNN cannot distinguish two graphs if their difference is not in their local structures. In addition, when the nodes are not labeled/attributed the convolution layers can fail to distinguish even different local structures. In this paper, we propose an effective solution to address this problem of the GNNs. The proposed approach leverages a spatial representation of the graph which makes the neural network aware…
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 · Advanced Neural Network Applications
MethodsConvolution
