Revisiting the Maximum Defective Clique Problem: Faster Branching and a Tighter Upper Bound
Kewu Yang, Kaiqiang Yu, Shengxin Liu, Zhaoquan Gu

TL;DR
This paper introduces BBRes, a novel framework for the maximum k-defective clique problem that combines early termination, specialized branching, and a tighter upper bound, leading to significant speedups.
Contribution
The paper proposes BBRes, a new recursive framework with early termination and a double graph coloring upper bound, improving both theoretical complexity and practical performance.
Findings
BBRes achieves at least 2X speedup over existing methods.
The double graph coloring upper bound improves pruning efficiency.
Extensive experiments validate the effectiveness of BBRes.
Abstract
The -defective clique model relaxes the strict completeness constraint of the traditional clique by allowing up to missing edges, providing a robust formulation for detecting cohesive structures in noisy graphs. Consequently, the maximum -defective clique problem has attracted significant attention. State-of-the-art exact algorithms predominantly adopt the branch-and-bound framework, which recursively partitions the current problem instance (or branch) into two sub-problems via a branching procedure, until each sub-problem becomes trivially solvable. However, this strategy often leads to excessive branching by overlooking intermediate sub-problems that are non-trivial yet efficiently solvable. While recent studies have attempted to refine branching procedures, they fail to address this structural redundancy. To address this, we propose BBRes, a framework that incorporates a…
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.
