English

Scaling Up Maximal k-plex Enumeration

Data Structures and Algorithms 2022-05-03 v3

Abstract

Finding all maximal kk-plexes on networks is a fundamental research problem in graph analysis due to many important applications, such as community detection, biological graph analysis, and so on. A kk-plex is a subgraph in which every vertex is adjacent to all but at most kk vertices within the subgraph. In this paper, we study the problem of enumerating all large maximal kk-plexes of a graph and develop several new and efficient techniques to solve the problem. Specifically, we first propose several novel upper-bounding techniques to prune unnecessary computations during the enumeration procedure. We show that the proposed upper bounds can be computed in linear time. Then, we develop a new branch-and-bound algorithm with a carefully-designed pivot re-selection strategy to enumerate all kk-plexes, which outputs all kk-plexes in O(n2γkn)O(n^2\gamma_k^n) time theoretically, where nn is the number of vertices of the graph and γk\gamma_k is strictly smaller than 2. In addition, a parallel version of the proposed algorithm is further developed to scale up to process large real-world graphs. Finally, extensive experimental results show that the proposed sequential algorithm can achieve up to 2×2\times to 100×100\times speedup over the state-of-the-art sequential algorithms on most benchmark graphs. The results also demonstrate the high scalability of the proposed parallel algorithm. For example, on a large real-world graph with more than 200 million edges, our parallel algorithm can finish the computation within two minutes, while the state-of-the-art parallel algorithm cannot terminate within 24 hours.

Keywords

Cite

@article{arxiv.2203.10760,
  title  = {Scaling Up Maximal k-plex Enumeration},
  author = {Qiangqiang Dai and Rong-Hua Li and Hongchao Qin and Meihao Liao and Guoren Wang},
  journal= {arXiv preprint arXiv:2203.10760},
  year   = {2022}
}
R2 v1 2026-06-24T10:20:02.309Z