Influence Maximization in Temporal Social Networks with a Cold-Start Problem: A Supervised Approach
Laixin Xie, Ying Zhang, Xiyuan Wang, Shiyi Liu, Shenghan Gao, Xingxing Xing, Wei Wan, Haipeng Zhang, Quan Li
TL;DR
This work tackles Influence Maximization in temporal social networks under a cold-start scenario. It defines Influence Propagation Paths (IPPs) and uses Motif-Based Filtering to generate ground-truth IPPs, paired with a tensorized Temporal Graph Network (TGN) for multi-relational graphs to predict seeds efficiently. A novel cold-start augmentation serializes IPPs and employs a prefix-tree retrieval to connect sparse neighborhoods, improving diffusion, especially in early propagation. Offline evaluations and online A/B tests in a real team-based game demonstrate consistent improvements in network growth, with significant gains for cold-start cases and substantial training-speedups over traditional TGNN approaches.
Abstract
Influence Maximization (IM) in temporal graphs focuses on identifying influential "seeds" that are pivotal for maximizing network expansion. We advocate defining these seeds through Influence Propagation Paths (IPPs), which is essential for scaling up the network. Our focus lies in efficiently labeling IPPs and accurately predicting these seeds, while addressing the often-overlooked cold-start issue prevalent in temporal networks. Our strategy introduces a motif-based labeling method and a tensorized Temporal Graph Network (TGN) tailored for multi-relational temporal graphs, bolstering prediction accuracy and computational efficiency. Moreover, we augment cold-start nodes with new neighbors from historical data sharing similar IPPs. The recommendation system within an online team-based gaming environment presents subtle impact on the social network, forming multi-relational (i.e., weak and strong) temporal graphs for our empirical IM study. We conduct offline experiments to assess prediction accuracy and model training efficiency, complemented by online A/B testing to validate practical network growth and the effectiveness in addressing the cold-start issue.
