Hyperparametric Robust and Dynamic Influence Maximization
Arkaprava Saha, Bogdan Cautis, Xiaokui Xiao, Laks V. S. Lakshmanan
TL;DR
This work addresses robust influence maximization on dynamic diffusion networks where edge probabilities are given by a hyperparametric function p_e = H(\theta, x_e). It introduces RIME, a method that combines multiplicative weight updates over a sampled hyperparameter set with a greedy RR-set based seed finder to maintain high-quality seeds as the network evolves, including node/edge insertions and deletions. The authors prove bi-criteria approximation guarantees with high probability and derive an amortized running time bound that scales with the number of hyperparameters and dynamic factors. Empirically, RIME achieves orders-of-magnitude speedups over restarting IM from scratch while delivering seed sets with competitive or superior worst-case influence across the hyperparameter space on both synthetic and real networks.
Abstract
We study the problem of robust influence maximization in dynamic diffusion networks. In line with recent works, we consider the scenario where the network can undergo insertion and removal of nodes and edges, in discrete time steps, and the influence weights are determined by the features of the corresponding nodes and a global hyperparameter. Given this, our goal is to find, at every time step, the seed set maximizing the worst-case influence spread across all possible values of the hyperparameter. We propose an approximate solution using multiplicative weight updates and a greedy algorithm, with provable quality guarantees. Our experiments validate the effectiveness and efficiency of the proposed methods.
