Maximum Degree-Based Quasi-Clique Search via an Iterative Framework
Hongbo Xia, Kaiqiang Yu, Shengxin Liu, Cheng Long, Xun Zhou

TL;DR
This paper introduces IterQC, an efficient iterative algorithm for maximum gamma-quasi-clique search that reformulates the problem into hereditary k-plex problems, significantly improving scalability and performance.
Contribution
The paper presents a novel iterative framework with optimization techniques for maximum gamma-quasi-clique detection, outperforming existing algorithms in speed and scalability.
Findings
Achieves up to four orders of magnitude speedup over state-of-the-art methods.
Solves more graph instances efficiently.
Reformulates the problem into hereditary k-plex problems for better optimization.
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 -plex problems that possess the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsConstraint Satisfaction and Optimization · Advanced Database Systems and Queries · Data Mining Algorithms and Applications
