Local methods for detecting community structure are necessary when a graph's size or node-expansion cost make global community-detection methods infeasible.
![](/themes/mitre/img/defaults/hero_mobile/MITRE-Building.jpeg)
Context-Sensitive Detection of Local Community Structure
Download Resources
PDF Accessibility
One or more of the PDF files on this page fall under E202.2 Legacy Exceptions and may not be completely accessible. You may request an accessible version of a PDF using the form on the Contact Us page.
Local methods for detecting community structure are necessary when a graph's size or node-expansion cost make global community-detection methods infeasible. Various algorithms for local community detection have been proposed, but there has been little analysis of the circumstances under which one approach is preferable to another. This paper describes an evaluation comparing the accuracy of five alternative local community-detection algorithms in detecting two distinct types of community structures—vertex partitions that maximize modularity, and link clusters that maximize partition density—in a variety of graphs. In this evaluation, the algorithm that most accurately identified modularity-maximizing community structure in a given graph depended on how closely the graph's degree distribution approximated a power-law distribution. When the target community structure was partition-density maximization, however, an algorithm based on spreading activation generally performed best, regardless of degree distribution.