Phase Transition for Stochastic Block Model with more than $ qrt{n}$ Communities

· Source: stat.ML updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Mathematics & Computational Sciences · Depth: Expert, extended

Summary

This research investigates the phase transition for community recovery in the Stochastic Block Model (SBM) when the number of communities, K, is greater than or equal to the square root of the number of nodes, √n. It provides strong evidence confirming a new threshold conjectured by Chin et al. (2025). Specifically, the authors prove that low-degree polynomials fail to recover communities below this new threshold, λ ≲ᴼₚₚ(ĭ + λ/K)^(1-log_n(K)), across all graph densities. Conversely, they demonstrate that polynomial-time community recovery is possible above this threshold in certain moderately sparse regimes, specifically when the inter-community connection probability ĭ scales as n^(-2/(m+1)) for m ∈ {3,4,5,…}. This recovery is achieved using an algorithm based on m-clique counting combined with a Median-of-Means layer.

Key takeaway

For research scientists developing community detection algorithms for large-scale networks, this work highlights a critical shift in computational feasibility when the number of communities K exceeds √n. You should investigate clique-counting methods, particularly for moderately sparse regimes where ĭ ≈ n^(-2/(m+1)), as they offer polynomial-time recovery above the new theoretical threshold. This suggests moving beyond traditional low-degree polynomial approaches in such "many communities" scenarios.

Key insights

A new phase transition threshold governs SBM community recovery when K ≥ √n, confirmed by low-degree hardness and clique-counting success.

Principles

Method

Community recovery is achieved by counting m-cliques in a modified graph, combined with a Median-of-Means layer for robust estimation of node co-community probabilities.

In practice

Topics

Best for: AI Scientist, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.