SIAIMar 31, 2025

GNN-Based Candidate Node Predictor for Influence Maximization in Temporal Graphs

arXiv:2503.23713v11 citationsh-index: 24
Originality Incremental advance
AI Analysis

This incremental method improves influence maximization for applications like viral marketing and social network analysis by addressing inefficiencies in traditional strategies for temporal graphs.

The paper tackled the problem of identifying influential nodes in dynamic networks by proposing a GNN-BiLSTM hybrid framework that captures structural and temporal dynamics, achieving 90% accuracy in predicting candidate seed nodes and reducing computational overhead.

In an age where information spreads rapidly across social media, effectively identifying influential nodes in dynamic networks is critical. Traditional influence maximization strategies often fail to keep up with rapidly evolving relationships and structures, leading to missed opportunities and inefficiencies. To address this, we propose a novel learning-based approach integrating Graph Neural Networks (GNNs) with Bidirectional Long Short-Term Memory (BiLSTM) models. This hybrid framework captures both structural and temporal dynamics, enabling accurate prediction of candidate nodes for seed set selection. The bidirectional nature of BiLSTM allows our model to analyze patterns from both past and future network states, ensuring adaptability to changes over time. By dynamically adapting to graph evolution at each time snapshot, our approach improves seed set calculation efficiency, achieving an average of 90% accuracy in predicting potential seed nodes across diverse networks. This significantly reduces computational overhead by optimizing the number of nodes evaluated for seed selection. Our method is particularly effective in fields like viral marketing and social network analysis, where understanding temporal dynamics is crucial.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes