SILGCOMLSep 20, 2020

Overlapping community detection in networks via sparse spectral decomposition

arXiv:2009.10641v24 citations
AI Analysis

This addresses the problem of identifying overlapping communities in networks for researchers and practitioners, but it appears incremental as it builds on existing spectral methods with a sparsity focus.

The paper tackles overlapping community detection in networks by focusing on sparse node membership vectors, developing an algorithm based on sparse principal subspace estimation with iterative thresholding. The method shows good statistical performance and computational efficiency in experiments on simulated and real-world networks.

We consider the problem of estimating overlapping community memberships in a network, where each node can belong to multiple communities. More than a few communities per node are difficult to both estimate and interpret, so we focus on sparse node membership vectors. Our algorithm is based on sparse principal subspace estimation with iterative thresholding. The method is computationally efficient, with a computational cost equivalent to estimating the leading eigenvectors of the adjacency matrix, and does not require an additional clustering step, unlike spectral clustering methods. We show that a fixed point of the algorithm corresponds to correct node memberships under a version of the stochastic block model. The methods are evaluated empirically on simulated and real-world networks, showing good statistical performance and computational efficiency.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes