中文
相关论文

相关论文: A (Somewhat Dated) Comparative Study of Betweennes…

200 篇论文

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

Betweenness centrality (BC) is an important graph analytical application for large-scale graphs. While there are many efforts for parallelizing betweenness centrality algorithms on multi-core CPUs and many-core GPUs, in this work, we…

分布式、并行与集群计算 · 计算机科学 2020-08-14 Ashirbad Mishra , Sathish Vadhiyar , Rupesh Nasre , Keshav Pingali

Recent decades have witnessed the tremendous development of network science, which indeed brings a new and insightful language to model real systems of different domains. Betweenness, a widely employed centrality in network science, is a…

社会与信息网络 · 计算机科学 2017-01-24 Rui Fan , Ke Xu , Jichang Zhao

Betweenness centrality (BC) is one of the most used centrality measures for network analysis, which seeks to describe the importance of nodes in a network in terms of the fraction of shortest paths that pass through them. It is key to many…

社会与信息网络 · 计算机科学 2019-08-30 Changjun Fan , Li Zeng , Yuhui Ding , Muhao Chen , Yizhou Sun , Zhong Liu

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

The problem of efficiently computing the betweenness centrality of nodes has been researched extensively. To date, the best known exact and centralized algorithm for this task is an algorithm proposed in 2001 by Brandes. The contribution of…

数据结构与算法 · 计算机科学 2015-06-05 Dora Erdos , Vatche Ishakian , Azer Bestavros , Evimaria Terzi

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

A central task in network analysis is to identify important nodes in a graph. Betweenness centrality (BC) is a popular centrality measure that captures the significance of nodes based on the number of shortest paths each node intersects…

社会与信息网络 · 计算机科学 2024-08-05 Charalampos E. Tsourakakis

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

Betweenness centrality is a classic measure that quantifies the importance of a graph element (vertex or edge) according to the fraction of shortest paths passing through it. This measure is notoriously expensive to compute, and the best…

数据结构与算法 · 计算机科学 2015-04-29 Nicolas Kourtellis , Gianmarco De Francisci Morales , Francesco Bonchi

Betweenness centrality is essential in complex network analysis; it characterizes the importance of nodes and edges in networks. It is a crucial problem that exactly computes the betweenness centrality in large networks faster, which…

计算工程、金融与科学 · 计算机科学 2023-06-22 Yelai Feng , Huaixi 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

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---measuring how many shortest paths pass through a vertex---is one of the most important network analysis concepts for assessing the relative importance of a vertex. The well-known algorithm of Brandes [J. Math.…

数据结构与算法 · 计算机科学 2020-05-14 Matthias Bentert , Alexander Dittmann , Leon Kellerhals , André Nichterlein , Rolf Niedermeier

The Betweenness Centrality index is a very important centrality measure in the analysis of a large number of networks. Despite its significance in a lot of interdisciplinary applications, its computation is very expensive. The fastest known…

社会与信息网络 · 计算机科学 2012-07-13 B Vignesh , Siddharth S , Shridhar Ramachandran , Dr. Sudarshan Iyengar , Dr. C Pandu Rangan

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

We consider the incremental computation of the betweenness centrality of all vertices in a large complex network modeled as a graph G = (V, E), directed or undirected, with positive real edge-weights. The current widely used algorithm to…

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

One of the most fundamental problems in large scale network analysis is to determine the importance of a particular node in a network. Betweenness centrality is the most widely used metric to measure the importance of a node in a network.…

数据结构与算法 · 计算机科学 2008-10-19 Shiva Kintali

Betweenness is a well-known centrality measure that ranks the nodes of a network according to their participation in shortest paths. Since an exact computation is prohibitive in large networks, several approximation algorithms have been…

数据结构与算法 · 计算机科学 2015-07-06 Elisabetta Bergamini , Henning Meyerhenke

Betweenness centrality ranks the importance of nodes by their participation in all shortest paths of the network. Therefore computing exact betweenness values is impractical in large networks. For static networks, approximation based on…

社会与信息网络 · 计算机科学 2014-09-23 Elisabetta Bergamini , Henning Meyerhenke , Christian L. Staudt
‹ 上一页 1 2 3 10 下一页 ›