Signed Graph Neural Networks: A Frequency Perspective

Published: 13 Feb 2023, Last Modified: 28 Feb 2023Accepted by TMLREveryoneRevisionsBibTeX
Abstract: Graph convolutional networks (GCNs) and its variants are designed for unsigned graphs containing only positive links. Many existing GCNs have been derived from the spectral domain analysis of signals lying over (unsigned) graphs and in each convolution layer they perform low-pass filtering of the input features followed by a learnable linear transformation. Their extension to signed graphs with positive as well as negative links imposes multiple issues including computational irregularities and ambiguous frequency interpretation, making the design of computationally efficient low pass filters challenging. In this paper, we address these issues via spectral analysis of signed graphs and propose two different signed graph neural networks, one keeps only low-frequency information and one also retains high-frequency information. We further introduce magnetic signed Laplacian and use its eigendecomposition for spectral analysis of directed signed graphs. We test our methods for node classification and link sign prediction tasks on signed graphs and achieve state-of-the-art performances.
Submission Length: Regular submission (no more than 12 pages of main content)
Changes Since Last Submission: The major changes we have made are as follows. 1. We have revised the Introduction, Related Work, and Preliminaries sections significantly. 2. We have included Problem Definition section in the main text and notations table in Appendix. 3. We have included the Laplacian spectrum of all the real-world datasets in Appendix.
Code: https://github.com/rahulsinghchandraul/Spectral_Signed_GNN
Assigned Action Editor: ~Joan_Bruna1
License: Creative Commons Attribution 4.0 International (CC BY 4.0)
Submission Number: 481
Loading