English

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

Machine Learning 2024-11-11 v2 Social and Information Networks

Abstract

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 the true importance of nodes in a temporal graph. To address this issue, temporal generalizations of betweenness and closeness have been defined that are based on the shortest time-respecting paths between pairs of nodes. However, a major issue of those generalizations is that the calculation of such paths is computationally expensive. Addressing this issue, we study the application of De Bruijn Graph Neural Networks (DBGNN), a time-aware graph neural network architecture, to predict temporal path-based centralities in time series data. We experimentally evaluate our approach in 13 temporal graphs from biological and social systems and show that it considerably improves the prediction of betweenness and closeness centrality compared to (i) a static Graph Convolutional Neural Network, (ii) an efficient sampling-based approximation technique for temporal betweenness, and (iii) two state-of-the-art time-aware graph learning techniques for dynamic graphs.

Keywords

Cite

@article{arxiv.2310.15865,
  title  = {Using Time-Aware Graph Neural Networks to Predict Temporal Centralities in Dynamic Graphs},
  author = {Franziska Heeg and Ingo Scholtes},
  journal= {arXiv preprint arXiv:2310.15865},
  year   = {2024}
}

Comments

Accepted at NeurIPS 2024

R2 v1 2026-06-28T13:00:20.114Z