English

A Faster Branching Algorithm for the Maximum $k$-Defective Clique Problem

Data Structures and Algorithms 2024-07-25 v2 Artificial Intelligence

Abstract

A kk-defective clique of an undirected graph GG is a subset of its vertices that induces a nearly complete graph with a maximum of kk missing edges. The maximum kk-defective clique problem, which asks for the largest kk-defective clique from the given graph, is important in many applications, such as social and biological network analysis. In the paper, we propose a new branching algorithm that takes advantage of the structural properties of the kk-defective clique and uses the efficient maximum clique algorithm as a subroutine. As a result, the algorithm has a better asymptotic running time than the existing ones. We also investigate upper-bounding techniques and propose a new upper bound utilizing the \textit{conflict relationship} between vertex pairs. Because conflict relationship is common in many graph problems, we believe that this technique can be potentially generalized. Finally, experiments show that our algorithm outperforms state-of-the-art solvers on a wide range of open benchmarks.

Keywords

Cite

@article{arxiv.2407.16588,
  title  = {A Faster Branching Algorithm for the Maximum $k$-Defective Clique Problem},
  author = {Chunyu Luo and Yi Zhou and Zhengren Wang and Mingyu Xiao},
  journal= {arXiv preprint arXiv:2407.16588},
  year   = {2024}
}

Comments

The accepted paper of confernece ECAI-2024 as well as the appendix

R2 v1 2026-06-28T17:51:02.785Z