SIApr 8

STEC-Net: A Spatiotemporal Graph Neural Framework for Community Discovery in Dynamic Social Networks

arXiv:2501.122081.1h-index: 10
Predicted impact top 98% in SI · last 90 daysOriginality Incremental advance
AI Analysis

This addresses the problem of capturing richer spatial and temporal dependencies in dynamic social networks for researchers and practitioners, though it appears incremental as it builds on existing graph neural and recurrent methods.

The paper tackled community discovery in dynamic social networks by proposing STEC-Net, a spatiotemporal graph neural framework that integrates spatial structure and temporal dynamics, and it consistently outperformed traditional methods on metrics like purity and normalized mutual information across four dynamic network types.

Community discovery is a central problem in the analysis of dynamic social networks. Traditional community discovery methods mainly focus on the formation and dissolution of links between nodes, and therefore often fail to capture the richer spatial structure and temporal dependency underlying network evolution. To address this limitation, we propose STEC-Net, a spatiotemporal graph neural framework for community discovery in dynamic social networks. STEC-Net integrates spatial structure and temporal dynamics within a unified embedding architecture. First, Graph Convolutional Networks (GCNs) are used to learn snapshot-level node representations from network topology. To adapt the spatial encoder to structural evolution, a GRU-based weight evolution mechanism is introduced to update the GCN parameters over time. Then, a second Gated Recurrent Unit (GRU) is employed to model temporal dependencies across snapshot embeddings and to learn spatiotemporal node representations. Finally, a Self-Organizing Map (SOM) is applied to the learned embeddings to cluster nodes and infer their community affiliations. Experiments on four types of dynamic networks show that STEC-Net consistently outperforms traditional community discovery methods in terms of purity, normalized mutual information, homogeneity, and completeness. These results demonstrate that STEC-Net can effectively uncover evolving community structures in dynamic social networks.

Foundations

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

Your Notes