Efficiently Finding a Maximal Clique Summary via Effective Sampling
Xiaofan Li, Rui Zhou, Lu Chen, Chengfei Liu, Qiang He, Yun Yang

TL;DR
This paper introduces a novel sampling strategy for maximal clique enumeration that produces smaller, less overlapping summaries while maintaining coverage, and demonstrates its effectiveness through theoretical proofs and extensive experiments.
Contribution
It proposes a new, more effective sampling method for summarizing maximal cliques, with proven optimality and practical improvements over existing approaches.
Findings
Smaller clique summaries with less overlap.
Faster enumeration on benchmark datasets.
Outperforms state-of-the-art methods in size and speed.
Abstract
Maximal clique enumeration (MCE) is a fundamental problem in graph theory and is used in many applications, such as social network analysis, bioinformatics, intelligent agent systems, cyber security, etc. Most existing MCE algorithms focus on improving the efficiency rather than reducing the output size. The output unfortunately could consist of a large number of maximal cliques. In this paper, we study how to report a summary of less overlapping maximal cliques. The problem was studied before, however, after examining the pioneer approach, we consider it still not satisfactory. To advance the research along this line, our paper attempts to make four contributions: (a) we propose a more effective sampling strategy, which produces a much smaller summary but still ensures that the summary can somehow witness all the maximal cliques and the expectation of each maximal clique witnessed by…
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
TopicsData Management and Algorithms · Data Visualization and Analytics · Advanced Database Systems and Queries
