Fast Maximum k-Plex Algorithms Parameterized by Small Degeneracy Gaps

Abstract

Given a graph, a k-plex is a set of vertices in which each vertex is not adjacent to at most k-1 other vertices in the set. The maximum k-plex problem, which asks for the largest k-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), the gap between the degeneracy bound and the size of the maximum k-plex in the given graph, and present an exact algorithm parameterized by this gk(G), which has a worst-case running time polynomial in the size of the input graph and exponential in gk(G). In real-world inputs, gk(G) is very small, usually bounded by O((|V|)), indicating that the algorithm runs in polynomial time. We further extend our discussion to an even smaller parameter cgk(G), the gap between the community-degeneracy bound and the size of the maximum k-plex, and show that without much modification, our algorithm can also be parameterized by cgk(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 k values such as 15 and 20, 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.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…