paper-with-me

홈 › Papers

ONBRA: Rigorous Estimation of the Temporal Betweenness Centrality in Temporal Networks

2022-03-01 · Diego Santoro, Ilie Sarpe

In network analysis, the betweenness centrality of a node informally captures the fraction of shortest paths visiting that node. The computation of the betweenness centrality measure is a fundamental task in the analysis of modern networks, enabling the identification of the most central nodes in such networks. Additionally to being massive, modern networks also contain information about the time at which their events occur. Such networks are often called temporal networks. The temporal information makes the study of the betweenness centrality in temporal networks (i.e., temporal betweenness centrality) much more challenging than in static networks (i.e., networks without temporal information). Moreover, the exact computation of the temporal betweenness centrality is often impractical on even moderately-sized networks, given its extremely high computational cost. A natural approach to reduce such computational cost is to obtain high-quality estimates of the exact values of the temporal betweenness centrality. In this work we present ONBRA, the first sampling-based approximation algorithm for estimating the temporal betweenness centrality values of the nodes in a temporal network, providing rigorous probabilistic guarantees on the quality of its output. ONBRA is able to compute the estimates of the temporal betweenness centrality values under two different optimality criteria for the shortest paths of the temporal network. In addition, ONBRA outputs high-quality estimates with sharp theoretical guarantees leveraging on the \emph{empirical Bernstein bound}, an advanced concentration inequality. Finally, our experimental evaluation shows that ONBRA significantly reduces the computational resources required by the exact computation of the temporal betweenness centrality on several real world networks, while reporting high-quality estimates with rigorous guarantees.

📄 PDF Abstract BibTeX arXiv:2203.00653

Code (1)

iliesarpe/onbra 공식 구현

Similar Papers 제목 키워드 기반

Temporal Walk Centrality: Ranking Nodes in Evolving Networks

2022-02-08 · Lutz Oettershagen, Petra Mutzel, Nils M. Kriege

We propose the Temporal Walk Centrality, which quantifies the importance of a node by measuring its ability to obtain and distribute information in a temporal network. In contrast to the widely-used betweenness centralit…

Graph Neural Networks for Scalable and Transferable Node Centrality Approximation

2026-07-10 · Samra Sana, Giorgio Mantica, Saul Imbrici arxiv

Graph Neural Networks (GNNs) provide a learning-based framework for approximating graph quantities that are expensive to compute exactly. This paper investigates GNNs for scalable approximation of betweenness and closene…

Using Time-Aware Graph Neural Networks to Predict Temporal Centralities in Dynamic Graphs

2023-10-24 · Franziska Heeg, Ingo Scholtes

Node centralities play a pivotal role in network science, social network analysis, and recommender systems. In temporal data, static path-based centralities like closeness or betweenness can give misleading results about…

Graph LearningGraph Neural NetworkRecommendation SystemsTime Series

CLGNN: A Contrastive Learning-based GNN Model for Betweenness Centrality Prediction on Temporal Graphs

2025-06-17 · Tianming Zhang, Renbo Zhang, Zhengyi Yang, Yunjun Gao 외

Temporal Betweenness Centrality (TBC) measures how often a node appears on optimal temporal paths, reflecting its importance in temporal networks. However, exact computation is highly expensive, and real-world TBC distri…

Contrastive LearningGraph Neural Network

Computing Betweenness Centrality in Link Streams

2021-02-12 · Frédéric Simard, Clémence Magnien, Matthieu Latapy

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 is…