Discovering Top-k Structural Hole Spanners in Dynamic Networks
Diksha Goel, Hong Shen, Hui Tian, Mingyu Guo

TL;DR
This paper introduces efficient algorithms, including a GNN-based model, for identifying top-k structural hole spanners in dynamic networks, significantly reducing computational costs while maintaining high accuracy.
Contribution
It proposes a novel Tracking-SHS algorithm for dynamic networks and a GNN-based model, GNN-SHS, to efficiently discover top-k structural hole spanners with reduced computation.
Findings
Tracking-SHS achieves at least 3.24 times speedup over static algorithms.
GNN-SHS is on average 671.6 times faster than Tracking-SHS.
Theoretical analysis shows speedup of 1.6 times on Preferential Attachment graphs.
Abstract
Structural Hole (SH) theory states that the node which acts as a connecting link among otherwise disconnected communities gets positional advantages in the network. These nodes are called Structural Hole Spanners (SHS). Numerous solutions are proposed to discover SHSs; however, most of the solutions are only applicable to static networks. Since real-world networks are dynamic networks; consequently, in this study, we aim to discover SHSs in dynamic networks. Discovering SHSs is an NP-hard problem, due to which, instead of discovering exact k SHSs, we adopt a greedy approach to discover Top-k SHSs. We first propose an efficient Tracking-SHS algorithm for updating SHSs in dynamic networks. Our algorithm reuses the information obtained during the initial runs of the static algorithm and avoids the recomputations for the nodes unaffected by the updates. Besides, motivated from the success…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Bayesian Modeling and Causal Inference
