...
首页> 外文期刊>ACM transactions on knowledge discovery from data >Computing top-k Closeness Centrality Faster in Unweighted Graphs
【24h】

Computing top-k Closeness Centrality Faster in Unweighted Graphs

机译:在非加权图中更快地计算top-k紧密度中心度

获取原文
获取原文并翻译 | 示例
   

获取外文期刊封面封底 >>

       

摘要

Given a connected graph G = (V, E), where V denotes the set of nodes and E the set of edges of the graph, the length (that is, the number of edges) of the shortest path between two nodes v and w is denoted by d(v, w). The closeness centrality of a vertex v is then defined as n-1/(Sigma is an element of w) d(v,w), where n = vertical bar V vertical bar. 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 analyzed in the last decade. However, this problem is computationally not easy, especially for large networks: in the first part of the article, we prove that it is not solvable in time O(vertical bar E vertical bar(2-epsilon)) on directed graphs, for any constant epsilon > 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 Internet Movie Database (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.
机译:给定一个连通图G =(V,E),其中V表示节点集,E表示图的边集,即两个节点v和w之间最短路径的长度(即边数)用d(v,w)表示。然后将顶点v的紧密中心定义为n-1 /(Sigma是w的元素)d(v,w),其中n =垂直线V垂直线。该方法广泛用于现实世界中复杂网络的分析,并且在最近十年中已对选择k个最中心顶点的问题进行了深入分析。但是,此问题在计算上并不容易,尤其是对于大型网络:在本文的第一部分中,我们证明了在有向图上,对于任何时间O(vertical bar E vertical bar(2-epsilon))都无法解决。在合理的复杂度假设下,常数epsilon> 0。此外,我们提出了一种新的算法来选择图中的k个最中心节点:实验表明,该算法显着改善了基于计算所有顶点对之间距离的教科书算法和现有技术。例如,在具有数百万个节点和边缘的现实网络中,我们能够在几十秒内计算出前k个节点。最后,作为案例研究,我们在互联网电影数据库(IMDB)协作网络中计算了10个最中心的演员,如果两个演员一起在电影中一起播放,则链接其中的两个演员;在Wikipedia引用网络中,该链接包含有向优势如果p包含指向q的链接,则从页面p到页面q。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号