CLGNN is a contrastive-learning GNN that predicts temporal betweenness centrality with lower error and higher ranking quality than existing static and temporal GNN baselines.
Identifying high betweenness centrality nodes in large social networks
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
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 centrality have high node betweenness centrality. The randomized algorithm runs in time $O(\kappa^{3}n^{2-2\alpha}\log n)$ and outputs, for each vertex v, an estimate of its k-path centrality up to additive error of $\pm n^{1/2+ \alpha}$ with probability $1-1/n^2$. Experimental evaluations on real and synthetic social networks show improved accuracy in detecting high betweenness centrality nodes and significantly reduced execution time when compared with existing randomized algorithms.
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
CLGNN: A Contrastive Learning-based GNN Model for Betweenness Centrality Prediction on Temporal Graphs
CLGNN is a contrastive-learning GNN that predicts temporal betweenness centrality with lower error and higher ranking quality than existing static and temporal GNN baselines.