English

Scalable $k$-clique Densest Subgraph Search

Data Structures and Algorithms 2024-03-12 v1

Abstract

In this paper, we present a collection of novel and scalable algorithms designed to tackle the challenges inherent in the kk-clique densest subgraph problem (\kcdsp) within network analysis. We propose \psctl, a novel algorithm based on the Frank-Wolfe approach for addressing \kcdsp, effectively solving a distinct convex programming problem. \textcolor{black}{\psctl is able to approximate \kcdsp with near optimal guarantees.} The notable advantage of \psctl lies in its time complexity, which is independent of the count of kk-cliques, resulting in remarkable efficiency in practical applications. Additionally, we present \spath, a sampling-based algorithm with the capability to handle networks on an unprecedented scale, reaching up to 1.8×1091.8\times 10^9 edges. By leveraging the \ccpath algorithm as a uniform kk-clique sampler, \spath ensures the efficient processing of large-scale network data, accompanied by a detailed analysis of accuracy guarantees. Together, these contributions represent a significant advancement in the field of kk-clique densest subgraph discovery. In experimental evaluations, our algorithms demonstrate orders of magnitude faster performance compared to the current state-of-the-art solutions.

Keywords

Cite

@article{arxiv.2403.05775,
  title  = {Scalable $k$-clique Densest Subgraph Search},
  author = {Xiaowei Ye and Miao Qiao and Rong-Hua Li and Qi Zhang and Guoren Wang},
  journal= {arXiv preprint arXiv:2403.05775},
  year   = {2024}
}
R2 v1 2026-06-28T15:14:18.692Z