Permute Me Softly: Learning Soft Permutations for Graph Representations
Giannis Nikolentzos, George Dasoulas, Michalis Vazirgiannis

TL;DR
This paper introduces $$-GNN, a novel graph neural network that learns soft permutation matrices to create a common vector space for graphs, enabling effective graph classification and regression.
Contribution
The paper proposes $$-GNN, a new architecture that learns soft permutations for graphs, providing an alternative to message passing neural networks.
Findings
Achieves competitive performance on graph classification tasks.
Efficiently handles large graphs with relaxed stochastic matrices.
Provides a new perspective on graph representation learning.
Abstract
Graph neural networks (GNNs) have recently emerged as a dominant paradigm for machine learning with graphs. Research on GNNs has mainly focused on the family of message passing neural networks (MPNNs). Similar to the Weisfeiler-Leman (WL) test of isomorphism, these models follow an iterative neighborhood aggregation procedure to update vertex representations, and they next compute graph representations by aggregating the representations of the vertices. Although very successful, MPNNs have been studied intensively in the past few years. Thus, there is a need for novel architectures which will allow research in the field to break away from MPNNs. In this paper, we propose a new graph neural network model, so-called -GNN which learns a "soft" permutation (i.e., doubly stochastic) matrix for each graph, and thus projects all graphs into a common vector space. The learned matrices…
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 · Graph Theory and Algorithms · Complex Network Analysis Techniques
MethodsGraph Neural Network · Test
