Learning Parametrised Graph Shift Operators
George Dasoulas, Johannes Lutzeyer, Michalis Vazirgiannis

TL;DR
This paper introduces a parametrised graph shift operator (PGSO) that generalizes common GSOs, allowing for adaptive optimization within GNNs, leading to improved accuracy on real-world graph classification tasks.
Contribution
The paper proposes a novel PGSO framework that unifies and optimizes standard GSOs within GNNs, with theoretical properties and empirical benefits demonstrated.
Findings
PGSO has real eigenvalues and independent eigenvectors.
PGSO parameters adapt to graph sparsity and replicate GSO regularisation.
Increases GNN accuracy on multiple datasets.
Abstract
In many domains data is currently represented as graphs and therefore, the graph representation of this data becomes increasingly important in machine learning. Network data is, implicitly or explicitly, always represented using a graph shift operator (GSO) with the most common choices being the adjacency, Laplacian matrices and their normalisations. In this paper, a novel parametrised GSO (PGSO) is proposed, where specific parameter values result in the most commonly used GSOs and message-passing operators in graph neural network (GNN) frameworks. The PGSO is suggested as a replacement of the standard GSOs that are used in state-of-the-art GNN architectures and the optimisation of the PGSO parameters is seamlessly included in the model training. It is proved that the PGSO has real eigenvalues and a set of real eigenvectors independent of the parameter values and spectral bounds on the…
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 · Complex Network Analysis Techniques · Functional Brain Connectivity Studies
MethodsGraph Neural Network
