Finding core subgraphs of directed graphs via discrete Ricci curvature flow
Juan Zhao, Jicheng Ma, Yunyan Yang, Liang Zhao
TL;DR
This work extends discrete Ricci curvature concepts to directed graphs by defining a curvature flow κ_e^α and proving a unique global solution for strongly connected graphs. By augmenting weakly connected graphs with artificial edges, the authors enable curvature flow-based core-subgraph detection, selecting the largest strongly connected component after edge deletions. Experiments on three real-world networks show the proposed method often outperforms traditional centrality-based baselines on core cohesiveness and structural metrics, and demonstrate robustness to edge perturbations. The approach broadens geometric network analysis to directed settings and suggests future extensions to directed hypergraphs and dynamic networks.
Abstract
Ricci curvature and its associated flow offer powerful geometric methods for analyzing complex networks. While existing research heavily focuses on applications for undirected graphs such as community detection and core extraction, there have been relatively less attention on directed graphs. In this paper, we introduce a definition of Ricci curvature and an accompanying curvature flow for directed graphs. Crucially, for strongly connected directed graphs, this flow admits a unique global solution. We then apply this flow to detect strongly connected subgraphs from weakly connected directed graphs. (A weakly connected graph is connected overall but not necessarily strongly connected). Unlike prior work requiring graphs to be strongly connected, our method loosens this requirement. We transform a weakly connected graph into a strongly connected one by adding edges with very large artificial weights. This modification does not compromise our core subgraph detection. Due to their extreme weight, these added edges are automatically discarded during the final iteration of the Ricci curvature flow. For core evaluation, our approach consistently surpasses traditional methods, achieving better results on at least two out of three key metrics. The implementation code is publicly available at https://github.com/12tangze12/Finding-core-subgraphs-on-directed-graphs.
