Uncovering the Small Community Structure in Large Networks: A Local Spectral Approach
Yixuan Li, Kun He, David Bindel, John Hopcroft

TL;DR
This paper introduces LEMON, a local spectral method for detecting small, overlapping communities in large networks efficiently, outperforming existing methods in accuracy and scalability.
Contribution
The paper presents a novel local spectral algorithm, LEMON, for community detection that is more accurate, scalable, and adaptable across different network types compared to prior global methods.
Findings
LEMON achieves higher detection accuracy than state-of-the-art methods.
The running time depends on community size, not entire network size.
The approach is effective across synthetic and real-world datasets.
Abstract
Large graphs arise in a number of contexts and understanding their structure and extracting information from them is an important research area. Early algorithms on mining communities have focused on the global structure, and often run in time functional to the size of the entire graph. Nowadays, as we often explore networks with billions of vertices and find communities of size hundreds, it is crucial to shift our attention from macroscopic structure to microscopic structure when dealing with large networks. A growing body of work has been adopting local expansion methods in order to identify the community from a few exemplary seed members. In this paper, we propose a novel approach for finding overlapping communities called LEMON (Local Expansion via Minimum One Norm). Different from PageRank-like diffusion methods, LEMON finds the community by seeking a sparse vector in the span of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Opinion Dynamics and Social Influence · Advanced Clustering Algorithms Research
