English

Fast Maximum $k$-Plex Algorithms Parameterized by Small Degeneracy Gaps

Data Structures and Algorithms 2023-11-15 v3 Artificial Intelligence Social and Information Networks

Abstract

Given a graph, a kk-plex is a set of vertices in which each vertex is not adjacent to at most k1k-1 other vertices in the set. The maximum kk-plex problem, which asks for the largest kk-plex from the given graph, is an important but computationally challenging problem in applications such as graph mining and community detection. So far, there are many practical algorithms, but without providing theoretical explanations on their efficiency. We define a novel parameter of the input instance, gk(G)g_k(G), the gap between the degeneracy bound and the size of the maximum kk-plex in the given graph, and present an exact algorithm parameterized by this gk(G)g_k(G), which has a worst-case running time polynomial in the size of the input graph and exponential in gk(G)g_k(G). In real-world inputs, gk(G)g_k(G) is very small, usually bounded by O(log(V))O(\log{(|V|)}), indicating that the algorithm runs in polynomial time. We further extend our discussion to an even smaller parameter cgk(G)cg_k(G), the gap between the community-degeneracy bound and the size of the maximum kk-plex, and show that without much modification, our algorithm can also be parameterized by cgk(G)cg_k(G). To verify the empirical performance of these algorithms, we carry out extensive experiments to show that these algorithms are competitive with the state-of-the-art algorithms. In particular, for large kk values such as 1515 and 2020, our algorithms dominate the existing algorithms. Finally, empirical analysis is performed to illustrate the effectiveness of the parameters and other key components in the implementation.

Keywords

Cite

@article{arxiv.2306.13258,
  title  = {Fast Maximum $k$-Plex Algorithms Parameterized by Small Degeneracy Gaps},
  author = {Zhengren Wang and Yi Zhou and Chunyu Luo and Mingyu Xiao and Jin-Kao Hao},
  journal= {arXiv preprint arXiv:2306.13258},
  year   = {2023}
}

Comments

The paper extends the conference paper "A Fast Maximum $k$-Plex Algorithm Parameterized by the Degeneracy Gap", presented in the 32nd International Joint Conference on Artificial Intelligence (IJCAI'23) in Macao on 19th August 2023

R2 v1 2026-06-28T11:12:27.808Z