TL;DR
This paper introduces an efficient algorithm for listing all maximal k-plexes in large real-world graphs, significantly improving over previous methods and enabling better community detection in network analysis.
Contribution
The paper presents the ListPlex algorithm with a novel time complexity bound and practical enhancements for fast enumeration of maximal k-plexes in large graphs.
Findings
Outperforms state-of-the-art solutions by up to orders of magnitude.
Provides a theoretical bound of O^*(γ^D) for listing maximal k-plexes.
Demonstrates effectiveness on large real-world graphs.
Abstract
Listing dense subgraphs in large graphs plays a key task in varieties of network analysis applications like community detection. Clique, as the densest model, has been widely investigated. However, in practice, communities rarely form as cliques for various reasons, e.g., data noise. Therefore, -plex, -- graph with each vertex adjacent to all but at most vertices, is introduced as a relaxed version of clique. Often, to better simulate cohesive communities, an emphasis is placed on connected -plexes with small . In this paper, we continue the research line of listing all maximal -plexes and maximal -plexes of prescribed size. Our first contribution is algorithm ListPlex that lists all maximal -plexes in time for each constant , where is a value related to but strictly smaller than 2, and is the degeneracy of the graph that is far…
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.
