Table of Contents
Fetching ...

Discovering Structural Hole Spanners in Dynamic Networks via Graph Neural Networks

Diksha Goel, Hong Shen, Hui Tian, Mingyu Guo

TL;DR

A Graph Neural Network-based model to discover Structural Hole Spanners in dynamic networks, aiming to reduce the computational cost while achieving high accuracy, and results show that the proposed GNN-SHS model is at least 31.8 times faster and, on an average 671.6 times faster than the comparative method, providing a considerable efficiency advantage.

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). SHSs have many applications, including viral marketing, information dissemination, community detection, etc. 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. Motivated from the success of Graph Neural Networks (GNNs) on various graph mining problems, we design a Graph Neural Network-based model, GNN-SHS, to discover SHSs in dynamic networks, aiming to reduce the computational cost while achieving high accuracy. We analyze the efficiency of the proposed model through exhaustive experiments, and our results show that the proposed GNN-SHS model is at least 31.8 times faster and, on an average 671.6 times faster than the comparative method, providing a considerable efficiency advantage.

Discovering Structural Hole Spanners in Dynamic Networks via Graph Neural Networks

TL;DR

A Graph Neural Network-based model to discover Structural Hole Spanners in dynamic networks, aiming to reduce the computational cost while achieving high accuracy, and results show that the proposed GNN-SHS model is at least 31.8 times faster and, on an average 671.6 times faster than the comparative method, providing a considerable efficiency advantage.

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). SHSs have many applications, including viral marketing, information dissemination, community detection, etc. 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. Motivated from the success of Graph Neural Networks (GNNs) on various graph mining problems, we design a Graph Neural Network-based model, GNN-SHS, to discover SHSs in dynamic networks, aiming to reduce the computational cost while achieving high accuracy. We analyze the efficiency of the proposed model through exhaustive experiments, and our results show that the proposed GNN-SHS model is at least 31.8 times faster and, on an average 671.6 times faster than the comparative method, providing a considerable efficiency advantage.
Paper Structure (22 sections, 2 theorems, 9 equations, 4 figures, 6 tables, 1 algorithm)

This paper contains 22 sections, 2 theorems, 9 equations, 4 figures, 6 tables, 1 algorithm.

Key Result

Theorem 1

Discovering SHS problem is NP-hard.

Figures (4)

  • Figure 1: Structural Hole Spanner in the network.
  • Figure 2: Embedding of node $i$.
  • Figure 3: Illustration of snapshots of graph.
  • Figure 4: Architecture of proposed model GNN-SHS.

Theorems & Definitions (6)

  • Definition 1
  • Definition 2
  • Theorem 1: Dinh et al. dinh2011new
  • proof
  • Theorem 2
  • proof