Graph Learning in 4D: a Quaternion-valued Laplacian to Enhance Spectral GCNs
Stefano Fiorini, Stefano Coniglio, Michele Ciavotta, Enza Messina
TL;DR
This work addresses learning on general directed graphs with signed weights and digons by introducing the Quaternionic Laplacian $L^{\text{\coppa}}$, a quaternion-valued, Hermitian operator that preserves full digraph topology. It then builds QuaterGCN, a spectral GCN that uses quaternion-valued weights and a convolution defined via the normalized quaternionic Laplacian, enabling expressive interactions among node features. The authors prove that $L^{\text{\coppa}}$ generalizes the classical Laplacian and the Sign-Magnetic Laplacian, ensures positive semidefiniteness and real eigenvalues, and satisfies key spectral properties for stable convolution with a bound $\lambda_{max}(L^{\text{\coppa}}_{norm}) \le 2$. Empirically, QuaterGCN achieves superior performance across node classification and multiple edge-prediction tasks on real-world and synthetic datasets, particularly when digon information is crucial, highlighting the practical impact of preserving digraph topology with quaternion-valued operators.
Abstract
We introduce QuaterGCN, a spectral Graph Convolutional Network (GCN) with quaternion-valued weights at whose core lies the Quaternionic Laplacian, a quaternion-valued Laplacian matrix by whose proposal we generalize two widely-used Laplacian matrices: the classical Laplacian (defined for undirected graphs) and the complex-valued Sign-Magnetic Laplacian (proposed to handle digraphs with weights of arbitrary sign). In addition to its generality, our Quaternionic Laplacian is the only Laplacian to completely preserve the topology of a digraph, as it can handle graphs and digraphs containing antiparallel pairs of edges (digons) of different weights without reducing them to a single (directed or undirected) edge as done with other Laplacians. Experimental results show the superior performance of QuaterGCN compared to other state-of-the-art GCNs, particularly in scenarios where the information the digons carry is crucial to successfully address the task at hand.
