Maximum Degree-Based Quasi-Clique Search via an Iterative Framework

May 21, 2025 Β· Declared Dead Β· πŸ› Knowledge Discovery and Data Mining

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Hongbo Xia, Kaiqiang Yu, Shengxin Liu, Cheng Long, Xun Zhou arXiv ID 2505.15118 Category cs.SI: Social & Info Networks Cross-listed cs.DB Citations 2 Venue Knowledge Discovery and Data Mining Last Checked 4 months ago
Abstract
Cohesive subgraph mining is a fundamental problem in graph theory with numerous real-world applications, such as social network analysis and protein-protein interaction modeling. Among various cohesive subgraphs, the $Ξ³$-quasi-clique is widely studied for its flexibility in requiring each vertex to connect to at least a $Ξ³$ proportion of other vertices in the subgraph. However, solving the maximum $Ξ³$-quasi-clique problem is NP-hard and further complicated by the lack of the hereditary property, which makes designing efficient pruning strategies challenging. Existing algorithms, such as DDA and FastQC, either struggle with scalability or exhibit significant performance declines for small values of $Ξ³$. In this paper, we propose a novel algorithm, IterQC, which reformulates the maximum $Ξ³$-quasi-clique problem as a series of $k$-plex problems that possess the hereditary property. IterQC introduces a non-trivial iterative framework and incorporates two key optimization techniques: (1) the pseudo lower bound (pseudo LB) technique, which leverages information across iterations to improve the efficiency of branch-and-bound searches, and (2) the preprocessing technique that reduces problem size and unnecessary iterations. Extensive experiments demonstrate that IterQC achieves up to four orders of magnitude speedup and solves significantly more graph instances compared to state-of-the-art algorithms DDA and FastQC.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Social & Info Networks

Died the same way β€” πŸ‘» Ghosted