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

📅 2025-06-17
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Addressing the high computational cost of exact temporal betweenness centrality (TBC) computation and the severe label imbalance (predominantly zero values) that hinders model identification of critical nodes in temporal networks, this paper proposes KContrastNet—the first TBC prediction framework integrating stability-driven clustering-guided contrastive learning with a dual-path aggregation graph neural network (GNN). Methodologically, it introduces instance-graph modeling, dual-path aggregation via mean pooling and edge-to-node multi-head attention, time encoding, path-counting enhancement, and support for multi-semantic optimal path definitions. Experiments demonstrate that KContrastNet achieves up to 663.7× faster inference than exact algorithms, reduces mean absolute error (MAE) by 31.4× compared to static GNNs, and improves Spearman correlation by 16.7×, significantly outperforming state-of-the-art temporal GNN approaches.

Technology Category

Application Category

📝 Abstract
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 distributions are extremely imbalanced. The severe imbalance leads learning-based models to overfit to zero-centrality nodes, resulting in inaccurate TBC predictions and failure to identify truly central nodes. Existing graph neural network (GNN) methods either fail to handle such imbalance or ignore temporal dependencies altogether. To address these issues, we propose a scalable and inductive contrastive learning-based GNN (CLGNN) for accurate and efficient TBC prediction. CLGNN builds an instance graph to preserve path validity and temporal order, then encodes structural and temporal features using dual aggregation, i.e., mean and edge-to-node multi-head attention mechanisms, enhanced by temporal path count and time encodings. A stability-based clustering-guided contrastive module (KContrastNet) is introduced to separate high-, median-, and low-centrality nodes in representation space, mitigating class imbalance, while a regression module (ValueNet) estimates TBC values. CLGNN also supports multiple optimal path definitions to accommodate diverse temporal semantics. Extensive experiments demonstrate the effectiveness and efficiency of CLGNN across diverse benchmarks. CLGNN achieves up to a 663.7~$ imes$ speedup compared to state-of-the-art exact TBC computation methods. It outperforms leading static GNN baselines with up to 31.4~$ imes$ lower MAE and 16.7~$ imes$ higher Spearman correlation, and surpasses state-of-the-art temporal GNNs with up to 5.7~$ imes$ lower MAE and 3.9~$ imes$ higher Spearman correlation.
Problem

Research questions and friction points this paper is trying to address.

Predicts Temporal Betweenness Centrality efficiently on imbalanced graphs
Addresses class imbalance in learning-based TBC prediction models
Handles temporal dependencies ignored by existing GNN methods
Innovation

Methods, ideas, or system contributions that make the work stand out.

Contrastive learning GNN for TBC prediction
Dual aggregation with temporal path encoding
Stability-based clustering mitigates class imbalance
🔎 Similar Papers
No similar papers found.
T
Tianming Zhang
School of Computer Science and Technology, Zhejiang University of Technology, 288 Liuhe Road, Hangzhou, 310023, Zhejiang, China
R
Renbo Zhang
Center for Data Science, Zhejiang University, 866 Yuhangtang Road, Hangzhou, 310030, Zhejiang, China; School of Computer Science and Technology, Zhejiang University, 38 Zheda Road, Hangzhou, 310013, Zhejiang, China
Z
Zhengyi Yang
School of Computer Science and Engineering, University of New South Wales, Sydney, 2052, New South Wales, Australia
Yunjun Gao
Yunjun Gao
Professor of Computer Science, Zhejiang University
DatabaseBig Data Management and Analyticsand AI Interaction with DB Technology
B
Bin Cao
School of Computer Science and Technology, Zhejiang University of Technology, 288 Liuhe Road, Hangzhou, 310023, Zhejiang, China
Jing Fan
Jing Fan
Research Assistant, Vanderbilt University
Human Robot InteractionBrain Computer InterfaceArtificial IntelligenceMachine LearningVirtual Reality