Scaling up Group Closeness Maximization
Elisabetta Bergamini, Tanya Gonser, Henning Meyerhenke

TL;DR
This paper introduces Greedy++, a significantly faster and more effective algorithm for identifying groups with maximum closeness in large social networks, overcoming previous computational limitations.
Contribution
The paper develops new techniques to accelerate the greedy algorithm for group closeness maximization, achieving orders of magnitude speedup and better solutions than heuristics.
Findings
Greedy++ is capable of analyzing networks with hundreds of millions of edges in minutes or hours.
It consistently finds solutions closer to the optimum compared to previous heuristics.
The approach is significantly faster than earlier methods, reducing computation time from days to hours.
Abstract
Closeness is a widely-used centrality measure in social network analysis. For a node it indicates the reciprocal of the average shortest-path distance to the other nodes of the network. While the identification of the k nodes with highest closeness received significant attention, many applications are actually interested in finding a group of nodes that is central as a whole. For this problem, only recently a greedy algorithm has been proposed [Chen et al., ADC 2016]. The approximation factor of (1 - 1/e) proposed by Chen et al. for this algorithm does not hold, though, as we show in this version of our paper. Since their implementation of the greedy algorithm was still too slow for large networks, Chen et al. also proposed a heuristic without approximation guarantee. In the present paper we develop new techniques to speed up the greedy algorithm. Compared to the previous…
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 · Peer-to-Peer Network Technologies
