English

Listing Maximal k-Plexes in Large Real-World Graphs

Data Structures and Algorithms 2022-02-22 v2 Artificial Intelligence Social and Information Networks

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, kk-plex, -- graph with each vertex adjacent to all but at most kk vertices, is introduced as a relaxed version of clique. Often, to better simulate cohesive communities, an emphasis is placed on connected kk-plexes with small kk. In this paper, we continue the research line of listing all maximal kk-plexes and maximal kk-plexes of prescribed size. Our first contribution is algorithm ListPlex that lists all maximal kk-plexes in O(γD)O^*(\gamma^D) time for each constant kk, where γ\gamma is a value related to kk but strictly smaller than 2, and DD is the degeneracy of the graph that is far less than the vertex number nn in real-word graphs. Compared to the trivial bound of 2n2^n, the improvement is significant, and our bound is better than all previously known results. In practice, we further use several techniques to accelerate listing kk-plexes of a given size, such as structural-based prune rules, cache-efficient data structures, and parallel techniques. All these together result in a very practical algorithm. Empirical results show that our approach outperforms the state-of-the-art solutions by up to orders of magnitude.

Keywords

Cite

@article{arxiv.2202.08737,
  title  = {Listing Maximal k-Plexes in Large Real-World Graphs},
  author = {Zhengren Wang and Yi Zhou and Mingyu Xiao and Bakhadyr Khoussainov},
  journal= {arXiv preprint arXiv:2202.08737},
  year   = {2022}
}

Comments

WWW'2022

R2 v1 2026-06-24T09:42:55.771Z