SILGMLJan 21, 2016

Local Network Community Detection with Continuous Optimization of Conductance and Weighted Kernel K-Means

arXiv:1601.05775v244 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of efficiently finding high-quality communities around seed nodes in networks, which is incremental as it builds on existing conductance-based methods with a new optimization approach.

The paper tackles local network community detection by introducing a continuous relaxation of conductance called σ-conductance and proposing two algorithms (EMc and PGDc) to optimize it, showing that on large graphs, these methods produce more localized and accurate communities compared to state-of-the-art graph diffusion algorithms.

Local network community detection is the task of finding a single community of nodes concentrated around few given seed nodes in a localized way. Conductance is a popular objective function used in many algorithms for local community detection. This paper studies a continuous relaxation of conductance. We show that continuous optimization of this objective still leads to discrete communities. We investigate the relation of conductance with weighted kernel k-means for a single community, which leads to the introduction of a new objective function, $σ$-conductance. Conductance is obtained by setting $σ$ to $0$. Two algorithms, EMc and PGDc, are proposed to locally optimize $σ$-conductance and automatically tune the parameter $σ$. They are based on expectation maximization and projected gradient descent, respectively. We prove locality and give performance guarantees for EMc and PGDc for a class of dense and well separated communities centered around the seeds. Experiments are conducted on networks with ground-truth communities, comparing to state-of-the-art graph diffusion algorithms for conductance optimization. On large graphs, results indicate that EMc and PGDc stay localized and produce communities most similar to the ground, while graph diffusion algorithms generate large communities of lower quality.

Foundations

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

Your Notes