K-clique-graphs for Dense Subgraph Discovery
G. Nikolentzos, P. Meladianos, Y. Stavrakas, M. Vazirgiannis

TL;DR
This paper introduces a novel k-clique-graph densest subgraph formulation for discovering dense subgraphs, focusing on the triangle-graph case, with an efficient greedy algorithm validated on real datasets and applied to keyword extraction.
Contribution
It proposes the k-clique-graph densest subgraph model and an efficient greedy algorithm for the triangle case, improving dense subgraph discovery methods.
Findings
The algorithm effectively finds high-quality dense subgraphs.
It scales well to large graphs.
It successfully applies to keyword extraction from text.
Abstract
Finding dense subgraphs in a graph is a fundamental graph mining task, with applications in several fields. Algorithms for identifying dense subgraphs are used in biology, in finance, in spam detection, etc. Standard formulations of this problem such as the problem of finding the maximum clique of a graph are hard to solve. However, some tractable formulations of the problem have also been proposed, focusing mainly on optimizing some density function, such as the degree density and the triangle density. However, maximization of degree density usually leads to large subgraphs with small density. In this paper, we introduce the k-clique-graph densest subgraph problem, k >= 3, a novel formulation for the discovery of dense subgraphs. Given an input graph, its k-clique-graph is a new graph created from the input graph where each vertex of the new graph corresponds to a k-clique of the input…
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
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks · Data Management and Algorithms
