In-depth Analysis of Densest Subgraph Discovery in a Unified Framework
Yingli Zhou, Qingshuo Guo, Yi Yang, Yixiang Fang, Chenhao Ma, Laks Lakshmanan
TL;DR
This work introduces a unified three-stage framework for Densest Subgraph Discovery (DSD) that encompasses existing exact and approximation algorithms via graph reduction, vertex weight updating, and candidate extraction/verification. It conducts a large-scale, cross-domain empirical study of 12 undirected and 7 directed DSD methods, demonstrating that combining established techniques yields faster variants without sacrificing accuracy (up to 10x improvements). The framework is extended to directed graphs, and the results highlight the practical impact of graph reduction, simultaneous weight updates, and careful control of the search space in directed settings. The study provides actionable guidance for practitioners and identifies opportunities in distributed computing, GPU acceleration, privacy-aware DSD, and heterogeneous graphs. The authors also release code to enable reproducibility and further exploration.
Abstract
As a fundamental topic in graph mining, Densest Subgraph Discovery (DSD) has found a wide spectrum of real applications. Several DSD algorithms, including exact and approximation algorithms, have been proposed in the literature. However, these algorithms have not been systematically and comprehensively compared under the same experimental settings. In this paper, we first propose a unified framework to incorporate all DSD algorithms from a high-level perspective. We then extensively compare representative DSD algorithms over a range of graphs -- from small to billion-scale -- and examine the effectiveness of all methods. Moreover, we suggest new variants of the DSD algorithms by combining the existing techniques, which are up to 10 X faster than the state-of-the-art algorithm with the same accuracy guarantee. Finally, based on the findings, we offer promising research opportunities. We believe that a deeper understanding of the behavior of existing algorithms can provide new valuable insights for future research. The codes are released at https://anonymous.4open.science/r/DensestSubgraph-245A
