中文
相关论文

相关论文: Betweenness Centrality -- Incremental and Faster

200 篇论文

Betweenness Centrality (BC) is an important measure used widely in complex network analysis, such as social network, web page search, etc. Computing the exact BC values is highly time consuming. Currently the fastest exact BC determining…

社会与信息网络 · 计算机科学 2017-12-21 Shiyu Ji , Zenghui Yan

The problem of computing the Betweenness Centrality (BC) is important in analyzing graphs in many practical applications like social networks, biological networks, transportation networks, electrical circuits, etc. Since this problem is…

社会与信息网络 · 计算机科学 2014-09-30 Saad Quader

Betweenness centrality is a graph parameter that has been successfully applied to network analysis. In the context of computer networks, it was considered for various objectives, ranging from routing to service placement. However, as…

社会与信息网络 · 计算机科学 2020-01-23 Pierluigi Crescenzi , Pierre Fraigniaud , Ami Paz

Betweenness centrality is one of the most popular vertex centrality measures in network analysis. Hence, many (sequential and parallel) algorithms to compute or approximate betweenness have been devised. Recent algorithmic advances have…

分布式、并行与集群计算 · 计算机科学 2019-10-25 Alexander van der Grinten , Henning Meyerhenke

Betweeness centrality is one of the most important concepts in graph analysis. It was recently extended to link streams, a graph generalization where links arrive over time. However, its computation raises non-trivial issues, due in…

数据结构与算法 · 计算机科学 2023-11-27 Frédéric Simard , Clémence Magnien , Matthieu Latapy

Betweenness centrality is a fundamental centrality measure in social network analysis. Given a large-scale network, how can we find the most central nodes? This question is of key importance to numerous important applications that rely on…

社会与信息网络 · 计算机科学 2016-09-06 Ahmad Mahmoody , Charalampos E. Tsourakakis , Eli Upfal

Betweenness Centrality (BC) is steadily growing in popularity as a metrics of the influence of a vertex in a graph. The BC score of a vertex is proportional to the number of all-pairs-shortest-paths passing through it. However, complete and…

分布式、并行与集群计算 · 计算机科学 2022-02-22 Flavio Vella , Giancarlo Carbone , Massimo Bernaschi

The betweenness centrality (BC) of a node in a network (or graph) is a measure of its importance in the network. BC is widely used in a large number of environments such as social networks, transport networks, security/mobile networks and…

数据结构与算法 · 计算机科学 2019-02-06 Matteo Pontecorvi , Vijaya Ramachandran

An important index widely used to analyze social and information networks is betweenness centrality. In this paper, first given a directed network $G$ and a vertex $r\in V(G)$, we present a novel adaptive algorithm for estimating…

数据结构与算法 · 计算机科学 2018-10-25 Mostafa Haghir Chehreghani , Albert Bifet , Talel Abdessalem

This paper proposes an alternative way to identify nodes with high betweenness centrality. It introduces a new metric, k-path centrality, and a randomized algorithm for estimating it, and shows empirically that nodes with high k-path…

数据结构与算法 · 计算机科学 2017-02-23 Nicolas Kourtellis , Tharaka Alahakoon , Ramanuja Simha , Adriana Iamnitchi , Rahul Tripathi

Triangle centrality is introduced for finding important vertices in a graph based on the concentration of triangles surrounding each vertex. It has the distinct feature of allowing a vertex to be central if it is in many triangles or none…

数据结构与算法 · 计算机科学 2024-10-16 Paul Burkhardt

The degree centrality of a node, defined as the number of nodes adjacent to it, is often used as a measure of importance of a node to the structure of a network. This metric can be extended to paths in a network, where the degree centrality…

数据结构与算法 · 计算机科学 2025-12-19 Johnson Phosavanh , Dmytro Matsypura

The betweenness centrality (BC) is an important quantity for understanding the structure of complex large networks. However, its calculation is in general difficult and known in simple cases only. In particular, the BC has been exactly…

物理与社会 · 物理学 2022-05-18 Vincent Verbavatz , Marc Barthelemy

Betweenness centrality is an important index widely used in different domains such as social networks, traffic networks and the world wide web. However, even for mid-size networks that have only a few hundreds thousands vertices, it is…

数据结构与算法 · 计算机科学 2017-05-05 Mostafa Haghir Chehreghani , Talel Abdessalem , and Albert Bifet

Betweenness centrality is a metric that seeks to quantify a sense of the importance of a vertex in a network graph in terms of its "control" on the distribution of information along geodesic paths throughout that network. This quantity…

网络与互联网体系结构 · 计算机科学 2009-08-28 Eric D. Kolaczyk , David B. Chua , Marc Barthelemy

We consider the all pairs all shortest paths (APASP) problem, which maintains the shortest path dag rooted at every vertex in a directed graph G=(V,E) with positive edge weights. For this problem we present a decremental algorithm (that…

数据结构与算法 · 计算机科学 2014-11-18 Meghana Nasre , Matteo Pontecorvi , Vijaya Ramachandran

Robustness estimation is critical for the design and maintenance of resilient networks, one of the global challenges of the 21st century. Existing studies exploit network metrics to generate attack strategies, which simulate intentional…

社会与信息网络 · 计算机科学 2016-08-16 Sebastian Wandelt , Xiaoqian Sun

In static graphs, the betweenness centrality of a graph vertex measures how many times this vertex is part of a shortest path between any two graph vertices. Betweenness centrality is efficiently computable and it is a fundamental tool in…

数据结构与算法 · 计算机科学 2021-05-28 Maciej Rymar , Hendrik Molter , André Nichterlein , Rolf Niedermeier

In this comment, we investigate a common used algorithm proposed by Newman [M. E. J. Newman, Phys. Rev. E {\bf 64}, 016132(2001)] to calculate the betweenness centrality for all vertices. The inaccurateness of Newman's algorithm is pointed…

物理与社会 · 物理学 2009-11-11 Tao Zhou , Jian-Guo Liu , Bing-Hong Wang

Betweenness centrality (BC) is a crucial graph problem that measures the significance of a vertex by the number of shortest paths leading through it. We propose Maximal Frontier Betweenness Centrality (MFBC): a succinct BC algorithm based…

分布式、并行与集群计算 · 计算机科学 2017-08-10 Edgar Solomonik , Maciej Besta , Flavio Vella , Torsten Hoefler