TL;DR
This paper introduces an efficient, provable method for counting near-cliques with 1 or 2 missing edges in large graphs, significantly outperforming previous algorithms by adapting the Turán Shadow sampling technique.
Contribution
It presents the first space-efficient, scalable algorithm for near-clique counting using a novel adaptation of the Turán Shadow approach, enabling faster analysis of large graphs.
Findings
Achieves 10x to 100x speedup over existing methods.
Successfully counts near-cliques in graphs with tens of millions of edges.
Provides a provable approximation framework for near-clique enumeration.
Abstract
Clique and near-clique counts are important graph properties with applications in graph generation, graph modeling, graph analytics, community detection among others. They are the archetypal examples of dense subgraphs. While there are several different definitions of near-cliques, most of them share the attribute that they are cliques that are missing a small number of edges. Clique counting is itself considered a challenging problem. Counting near-cliques is significantly harder more so since the search space for near-cliques is orders of magnitude larger than that of cliques. We give a formulation of a near-clique as a clique that is missing a constant number of edges. We exploit the fact that a near-clique contains a smaller clique, and use techniques for clique sampling to count near-cliques. This method allows us to count near-cliques with 1 or 2 missing edges, in graphs with…
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.
