Finding Top-K Nodes For Temporal Closeness In Large Temporal Graphs

ALGORITHMS(2020)

引用 12|浏览22
暂无评分
摘要
The harmonic closeness centrality measure associates, to each node of a graph, the average of the inverse of its distances from all the other nodes (by assuming that unreachable nodes are at infinite distance). This notion has been adapted to temporal graphs (that is, graphs in which edges can appear and disappear during time) and in this paper we address the question of finding the top-knodes for this metric. Computing the temporal closeness for one node can be done inO(m)time, wheremis the number of temporal edges. Therefore computing exactly the closeness for all nodes, in order to find the ones with top closeness, would requireO(nm)time, wherenis the number of nodes. This time complexity is intractable for large temporal graphs. Instead, we show how this measure can be efficiently approximated by using a "backward" temporal breadth-first search algorithm and a classical sampling technique. Our experimental results show that the approximation is excellent for nodes with high closeness, allowing us to detect them in practice in a fraction of the time needed for computing the exact closeness of all nodes. We validate our approach with an extensive set of experiments.
更多
查看译文
关键词
temporal graph, link stream, temporal path, temporal closeness, montecarlo method
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要