Scalable $k$-clique Densest Subgraph Search
Abstract
In this paper, we present a collection of novel and scalable algorithms designed to tackle the challenges inherent in the -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 -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 edges. By leveraging the \ccpath algorithm as a uniform -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 -clique densest subgraph discovery. In experimental evaluations, our algorithms demonstrate orders of magnitude faster performance compared to the current state-of-the-art solutions.
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}
}