paper-with-me

홈 › Papers

Spectral Clustering of Signed Graphs via Matrix Power Means

2019-05-15 · Pedro Mercado, Francesco Tudisco, Matthias Hein

Signed graphs encode positive (attractive) and negative (repulsive) relations between nodes. We extend spectral clustering to signed graphs via the one-parameter family of Signed Power Mean Laplacians, defined as the matrix power mean of normalized standard and signless Laplacians of positive and negative edges. We provide a thorough analysis of the proposed approach in the setting of a general Stochastic Block Model that includes models such as the Labeled Stochastic Block Model and the Censored Block Model. We show that in expectation the signed power mean Laplacian captures the ground truth clusters under reasonable settings where state-of-the-art approaches fail. Moreover, we prove that the eigenvalues and eigenvector of the signed power mean Laplacian concentrate around their expectation under reasonable conditions in the general Stochastic Block Model. Extensive experiments on random graphs and real world datasets confirm the theoretically predicted behaviour of the signed power mean Laplacian and show that it compares favourably with state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1905.06230

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringStochastic Block Model

Methods 이 논문이 사용한 방법론

Spectral Clustering Spectral clustering has attracted increasing attention due to the promising ability in dealing with nonlinearly separable datasets [15], [16]. In spectral clustering, the…

Similar Papers 제목 키워드 기반

Spectral Theory of Unsigned and Signed Graphs. Applications to Graph Clustering: a Survey

2016-01-18 · Jean Gallier

This is a survey of the method of graph cuts and its applications to graph clustering of weighted unsigned and signed graphs. I provide a fairly thorough treatment of the method of normalized graph cuts, a deeply origina…

ClusteringGraph Clustering

Generalized Spectral Clustering for Directed and Undirected Graphs

2022-03-07 · Harry Sevi, Matthieu Jonckheere, Argyris Kalogeratos

Spectral clustering is a popular approach for clustering undirected graphs, but its extension to directed graphs (digraphs) is much more challenging. A typical workaround is to naively symmetrize the adjacency matrix of …

Clusteringgraph partitioning

On Spectral Analysis of Directed Signed Graphs

2016-12-23 · Yuemeng Li, Xintao Wu, Aidong Lu

It has been shown that the adjacency eigenspace of a network contains key information of its underlying structure. However, there has been no study on spectral analysis of the adjacency matrices of directed signed graphs…

Clustering

SPONGE: A generalized eigenproblem for clustering signed networks

2019-04-18 · Mihai Cucuringu, Peter Davies, Aldo Glielmo, Hemant Tyagi

We introduce a principled and theoretically sound spectral method for $k$-way clustering in signed graphs, where the affinity measure between nodes takes either positive or negative values. Our approach is motivated by s…

ClusteringConstrained ClusteringStochastic Block Model

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 directe…

Graph Neural NetworkLink PredictionNode ClusteringStochastic Block Model+2