English

Maximum Edge-based Quasi-Clique: Novel Iterative Frameworks

Social and Information Networks 2026-01-22 v1

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 γ\gamma-quasi-clique model offers a flexible alternative by identifying subgraphs whose edge densities exceed a specified threshold γ\gamma. 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 strategies and improving the worst-case time complexity. Furthermore, we redesign the iterative process and introduce a novel heuristic to further improve practical efficiency. Extensive experiments on 253 large-scale real-world graphs demonstrate that our proposed algorithm EQC-Pro outperforms existing methods by up to four orders of magnitude.

Keywords

Cite

@article{arxiv.2601.14619,
  title  = {Maximum Edge-based Quasi-Clique: Novel Iterative Frameworks},
  author = {Hongbo Xia and Shengxin Liu and Zhaoquan Gu},
  journal= {arXiv preprint arXiv:2601.14619},
  year   = {2026}
}

Comments

Appears in the ACM Web Conference (WWW), 2026

R2 v1 2026-07-01T09:13:29.506Z