Computing Top-k Closeness Centrality Faster in Unweighted Graphs.

ACM Transactions on Knowledge Discovery from Data (TKDD)(2019)

引用 57|浏览122
暂无评分
摘要
Given a connected graph G = (V,E), the closeness centrality of a vertex v is defined as (n-1 / Sigma_{w V} d(v,w). This measure is widely used in the analysis of real-world complex networks, and the problem of selecting the k most central vertices has been deeply analysed in the last decade. However, this problem is computationally not easy, especially for large networks: in the first part of the paper, we prove that it is not solvable in time O(|E|^{2-epsilonu000f) on directed graphs, for any constant u000fepsilon u003e 0, under reasonable complexity assumptions. Furthermore, we propose a new algorithm for selecting the k most central nodes in a graph: we experimentally show that this algorithm improves significantly both the textbook algorithm, which is based on computing the distance between all pairs of vertices, and the state of the art. For example, we are able to compute the top k nodes in few dozens of seconds in real-world networks with millions of nodes and edges. Finally, as a case study, we compute the 10 most central actors in the IMDB collaboration network, where two actors are linked if they played together in a movie, and in the Wikipedia citation network, which contains a directed edge from a page p to a page q if p contains a link to q.
更多
查看译文
关键词
Centrality, closeness, complex networks
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要