English

Maximum Defective Clique Computation: Improved Time Complexities and Practical Performance

Data Structures and Algorithms 2024-03-13 v1 Social and Information Networks

Abstract

The concept of kk-defective clique, a relaxation of clique by allowing up-to kk missing edges, has been receiving increasing interests recently. Although the problem of finding the maximum kk-defective clique is NP-hard, several practical algorithms have been recently proposed in the literature, with kDC being the state of the art. kDC not only runs the fastest in practice, but also achieves the best time complexity. Specifically, it runs in O(γkn)O^*(\gamma_k^n) time when ignoring polynomial factors; here, γk\gamma_k is a constant that is smaller than two and only depends on kk, and nn is the number of vertices in the input graph GG. In this paper, we propose the kDC-Two algorithm to improve the time complexity as well as practical performance. kDC-Two runs in O((αΔ)k+2γk1α)O^*( (\alpha\Delta)^{k+2} \gamma_{k-1}^\alpha) time when the maximum kk-defective clique size ωk(G)\omega_k(G) is at least k+2k+2, and in O(γk1n)O^*(\gamma_{k-1}^n) time otherwise, where α\alpha and Δ\Delta are the degeneracy and maximum degree of GG, respectively. In addition, with slight modification, kDC-Two also runs in O((αΔ)k+2(k+1)α+k+1ωk(G))O^*( (\alpha\Delta)^{k+2} (k+1)^{\alpha+k+1-\omega_k(G)}) time by using the degeneracy gap α+k+1ωk(G)\alpha+k+1-\omega_k(G) parameterization; this is better than O((αΔ)k+2γk1α)O^*( (\alpha\Delta)^{k+2}\gamma_{k-1}^\alpha) when ωk(G)\omega_k(G) is close to the degeneracy-based upper bound α+k+1\alpha+k+1. Finally, to further improve the practical performance, we propose a new degree-sequence-based reduction rule that can be efficiently applied, and theoretically demonstrate its effectiveness compared with those proposed in the literature. Extensive empirical studies on three benchmark graph collections show that our algorithm outperforms the existing fastest algorithm by several orders of magnitude.

Keywords

Cite

@article{arxiv.2403.07561,
  title  = {Maximum Defective Clique Computation: Improved Time Complexities and Practical Performance},
  author = {Lijun Chang},
  journal= {arXiv preprint arXiv:2403.07561},
  year   = {2024}
}
R2 v1 2026-06-28T15:17:08.330Z