Maximum Edge-based Quasi-Clique: Novel Iterative Frameworks
Hongbo Xia, Shengxin Liu, Zhaoquan Gu

TL;DR
This paper introduces a new iterative framework for efficiently extracting maximum edge-based quasi-cliques in large graphs, significantly outperforming existing algorithms in scalability and speed.
Contribution
The paper proposes a novel iterative approach that reformulates the problem into hereditary subproblems, enabling better pruning and reduction, and introduces a heuristic for enhanced practical efficiency.
Findings
EQC-Pro outperforms existing algorithms by up to four orders of magnitude.
The new framework effectively scales to large real-world graphs.
Experimental results validate the efficiency and scalability of the proposed method.
Abstract
Extracting cohesive subgraphs from complex networks is a fundamental task in graph analytics and is essential for understanding biological, social, and web graphs. The edge-based -quasi-clique model offers a flexible alternative by identifying subgraphs whose edge densities exceed a specified threshold . However, finding the exact maximum edge-based quasi-clique is computationally challenging, as the problem is NP-hard and lacks the hereditary property. These characteristics limit the effectiveness of conventional pruning methods and the development of efficient reduction rules. As a result, existing algorithms, such as QClique and FPCE, struggle to scale to large graphs. In this paper, we revisit the problem and propose a novel iterative framework that reformulates the problem as a sequence of hereditary subproblems, enabling more effective pruning and reduction…
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.
Taxonomy
TopicsComplex Network Analysis Techniques · Graph Theory and Algorithms · Advanced Graph Neural Networks
