Scalable detection of statistically significant communities and hierarchies, using message-passing for modularity

arXiv:1403.5787v3181 citations
Originality Highly original
AI Analysis

This addresses the issue of statistically significant community detection for network scientists, offering a scalable method that improves reliability over previous approaches.

The paper tackled the problem of unreliable community detection in networks due to modularity maximization producing many competing partitions and false communities in random graphs. The result was a belief propagation algorithm that finds consensus partitions, works down to the detectability transition, and efficiently reveals hierarchical structures in real-world networks.

Modularity is a popular measure of community structure. However, maximizing the modularity can lead to many competing partitions, with almost the same modularity, that are poorly correlated with each other. It can also produce illusory "communities" in random graphs where none exist. We address this problem by using the modularity as a Hamiltonian at finite temperature, and using an efficient Belief Propagation algorithm to obtain the consensus of many partitions with high modularity, rather than looking for a single partition that maximizes it. We show analytically and numerically that the proposed algorithm works all the way down to the detectability transition in networks generated by the stochastic block model. It also performs well on real-world networks, revealing large communities in some networks where previous work has claimed no communities exist. Finally we show that by applying our algorithm recursively, subdividing communities until no statistically-significant subcommunities can be found, we can detect hierarchical structure in real-world networks more efficiently than previous methods.

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