Efficient Maximum $k$-Defective Clique Computation with Improved Time Complexity
Lijun Chang

TL;DR
This paper introduces a new algorithmic framework for exactly computing maximum $k$-defective cliques that improves both theoretical time complexity and practical performance over existing methods, with extensive empirical validation.
Contribution
The paper develops a novel framework, kDC, that surpasses the trivial exponential time complexity and outperforms current algorithms in practical efficiency for maximum $k$-defective clique computation.
Findings
kDC outperforms KDBB by several orders of magnitude in experiments.
The new framework achieves better theoretical time complexity than existing algorithms.
Extensive experiments on 290 graphs validate the efficiency of kDC.
Abstract
-defective cliques relax cliques by allowing up-to missing edges from being a complete graph. This relaxation enables us to find larger near-cliques and has applications in link prediction, cluster detection, social network analysis and transportation science. The problem of finding the largest -defective clique has been recently studied with several algorithms being proposed in the literature. However, the currently fastest algorithm KDBB does not improve its time complexity from being the trivial , and also, KDBB's practical performance is still not satisfactory. In this paper, we advance the state of the art for exact maximum -defective clique computation, in terms of both time complexity and practical performance. Moreover, we separate the techniques required for achieving the time complexity from others purely used for practical performance consideration; this…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
