Fast Maximum $k$-Plex Algorithms Parameterized by Small Degeneracy Gaps
Zhengren Wang, Yi Zhou, Chunyu Luo, Mingyu Xiao, Jin-Kao Hao

TL;DR
This paper introduces a new parameterized algorithm for the maximum $k$-plex problem that is efficient on real-world graphs with small degeneracy gaps, outperforming existing methods especially for large $k$ values.
Contribution
The paper proposes a novel parameter, $g_k(G)$, and an exact algorithm for the maximum $k$-plex problem that is efficient when this parameter is small, supported by extensive empirical evaluation.
Findings
Algorithm runs in polynomial time for real-world graphs with small $g_k(G)$
Outperforms state-of-the-art algorithms for large $k$ values like 15 and 20
Empirical analysis confirms the effectiveness of the parameters and implementation components.
Abstract
Given a graph, a -plex is a set of vertices in which each vertex is not adjacent to at most other vertices in the set. The maximum -plex problem, which asks for the largest -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, , the gap between the degeneracy bound and the size of the maximum -plex in the given graph, and present an exact algorithm parameterized by this , which has a worst-case running time polynomial in the size of the input graph and exponential in . In real-world inputs, is very small, usually bounded by , indicating that the algorithm runs in…
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.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Complex Network Analysis Techniques
