paper-with-me

Papers

MSGNN: A Spectral Graph Neural Network Based on a Novel Magnetic Signed Laplacian

2022-09-01 · Yixuan He, Michael Permultter, Gesine Reinert, Mihai Cucuringu

Signed and directed networks are ubiquitous in real-world applications. However, there has been relatively little work proposing spectral graph neural networks (GNNs) for such networks. Here we introduce a signed directed Laplacian matrix, which we call the magnetic signed Laplacian, as a natural generalization of both the signed Laplacian on signed graphs and the magnetic Laplacian on directed graphs. We then use this matrix to construct a novel efficient spectral GNN architecture and conduct extensive experiments on both node clustering and link prediction tasks. In these experiments, we consider tasks related to signed information, tasks related to directional information, and tasks related to both signed and directional information. We demonstrate that our proposed spectral GNN is effective for incorporating both signed and directional information, and attains leading performance on a wide range of data sets. Additionally, we provide a novel synthetic network model, which we refer to as the Signed Directed Stochastic Block Model, and a number of novel real-world data sets based on lead-lag relationships in financial time series.

📄 PDF Abstract BibTeX arXiv:2209.00546

Code (1)

sherylhyx/msgnn 공식 구현 pytorch

Tasks

Graph Neural NetworkLink PredictionNode ClusteringStochastic Block ModelTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Signed Directed Graph Contrastive Learning with Laplacian Augmentation

2023-01-12 · Taewook Ko, Yoonhyuk Choi, Chong-Kwon Kim

Graph contrastive learning has become a powerful technique for several graph mining tasks. It learns discriminative representation from different perspectives of augmented graphs. Ubiquitous in our daily life, singed-dir…

Contrastive LearningGraph Mining

On spectral partitioning of signed graphs

2017-01-05 · Andrew V. Knyazev

We argue that the standard graph Laplacian is preferable for spectral partitioning of signed graphs compared to the signed Laplacian. Simple examples demonstrate that partitioning based on signs of components of the lead…

SigMaNet: One Laplacian to Rule Them All

2022-05-26 · Stefano Fiorini, Stefano Coniglio, Michele Ciavotta, Enza Messina

This paper introduces SigMaNet, a generalized Graph Convolutional Network (GCN) capable of handling both undirected and directed graphs with weights not restricted in sign nor magnitude. The cornerstone of SigMaNet is th…

All

Graph Learning in 4D: a Quaternion-valued Laplacian to Enhance Spectral GCNs

2023-12-28 · Stefano Fiorini, Stefano Coniglio, Michele Ciavotta, Enza Messina

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 …

Graph Learning

Signed Graph Neural Networks: A Frequency Perspective

2022-08-15 · Rahul Singh, Yongxin Chen

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…

Link Sign PredictionNode Classification