2022
DOI: 10.1609/aaai.v36i9.21257
|View full text |Cite
|
Sign up to set email alerts
|

An Exact Algorithm with New Upper Bounds for the Maximum k-Defective Clique Problem in Massive Sparse Graphs

Abstract: The Maximum k-Defective Clique Problem (MDCP), as a clique relaxation model, has been used to solve various problems. Because it is a hard computational task, previous works can hardly solve the MDCP for massive sparse graphs derived from real-world applications. In this work, we propose a novel branch-and-bound algorithm to solve the MDCP based on several new techniques. First, we propose two new upper bounds of the MDCP as well as corresponding reduction rules to remove redundant vertices and edges. The prop… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

0
21
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
3

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(21 citation statements)
references
References 22 publications
(34 reference statements)
0
21
0
Order By: Relevance
“…RR6. Given a graph 𝐺, for any edge (𝑒, 𝑣) ∈ 𝐸 (𝐺) whose number of common neighbors in 𝐺 is less than 𝑙𝑏 βˆ’ π‘˜ βˆ’ 1, we can remove the edge (𝑒, 𝑣) from 𝐺 [16].…”
Section: Upper Bounds and Reduction Rulesmentioning
confidence: 99%
See 4 more Smart Citations
“…RR6. Given a graph 𝐺, for any edge (𝑒, 𝑣) ∈ 𝐸 (𝐺) whose number of common neighbors in 𝐺 is less than 𝑙𝑏 βˆ’ π‘˜ βˆ’ 1, we can remove the edge (𝑒, 𝑣) from 𝐺 [16].…”
Section: Upper Bounds and Reduction Rulesmentioning
confidence: 99%
“…The state-of-the-art time complexity for maximum π‘˜-defective clique computation that beats the trivial O * (2 𝑛 ) time complexity is achieved by the MADEC + algorithm proposed in [11], which runs in O * (𝜎 𝑛 π‘˜ ) time where 𝜎 π‘˜ < 2 is the largest real root of the equation π‘₯ 2π‘˜+3 βˆ’ 2π‘₯ 2π‘˜+2 + 1 = 0. Although a graph coloringbased upper bound as well as other pruning techniques are proposed in [11] aiming to improve the practical performance of MADEC + , it is shown in [16] that the graph coloring-based upper bound proposed in [16] is ineffective and MADEC + is inefficient in practice especially when π‘˜ β‰₯ 10. For example, for π‘˜ β‰₯ 15 on the Facebook graphs collection (please refer to Section 4 for the description of the dataset), even the version of MADEC + that is further optimized by the authors of [16] was still not able to find the maximum π‘˜defective clique for any graph instance with a time limit of 3 hours.…”
Section: Introductionmentioning
confidence: 99%
See 3 more Smart Citations