TL;DR
This paper extends current flow closeness centrality to groups of vertices in weighted networks, formulates the problem of maximizing group CFCC, proves NP-hardness, and proposes efficient greedy algorithms with theoretical guarantees, validated by extensive experiments.
Contribution
It introduces a novel group CFCC measure, proves the NP-hardness of maximizing it, and develops two scalable greedy algorithms with provable approximation guarantees.
Findings
The problem of maximizing group CFCC is NP-hard.
The proposed algorithms achieve near-optimal solutions with theoretical guarantees.
Algorithms are effective and scalable, handling networks with over a million vertices.
Abstract
Current flow closeness centrality (CFCC) has a better discriminating ability than the ordinary closeness centrality based on shortest paths. In this paper, we extend this notion to a group of vertices in a weighted graph, and then study the problem of finding a subset of vertices to maximize its CFCC , both theoretically and experimentally. We show that the problem is NP-hard, but propose two greedy algorithms for minimizing the reciprocal of with provable guarantees using the monotoncity and supermodularity. The first is a deterministic algorithm with an approximation factor and cubic running time; while the second is a randomized algorithm with a -approximation and nearly-linear running time for any . Extensive experiments on model and real networks demonstrate that our…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
