WSDM2021

DeepIS: Susceptibility Estimation on Social Networks

Wenwen Xia 1 Yuchen Li 2 Jun Wu 1 Shenghong Li 1
1Shanghai Jiao Tong University, China
2Singapore Management University, Singapore

Influence diffusion estimation is a crucial problem in social network analysis. Most prior works mainly focus on predicting the total influence spread, i.e., the expected number of influenced nodes given an initial set of active nodes (aka. seeds). However, accurate estimation of susceptibility, i.e., the probability of being influenced for the individual, is more appealing and challenging in real-world applications. Previous methods generally adopt the Monte Carlo simulation or heuristic rules to estimate the influence, resulting in high computational cost or unsatisfactory estimation error when these methods are used to estimate susceptibility. In this work, we propose to leverage graph neural networks (GNNs) for predicting susceptibility. As GNNs aggregate multi-hop neighbor information and could generate over-smoothed representations, the prediction quality for susceptibility is undesirable. To address the shortcomings of GNNs for susceptibility estimation, we propose a novel \deepis model with a two-step approach: (1) a coarse-grained step where we estimate each node's susceptibility with GNNs; (2) a fine-grained step where we aggregate neighbors' coarse-grained susceptibility estimations to compute the fine-grained estimate for each node. We conduct extensive experiments and show that on average \deepis achieves five times smaller estimation error than state-of-the art GNN approaches and two magnitudes faster than the Monte Carlo simulation.