English

Dynamic Influence Maximization

Data Structures and Algorithms 2021-12-30 v2 Social and Information Networks

Abstract

We initiate a systematic study on dynamic\mathit{dynamic} influence\mathit{influence} maximization\mathit{maximization} (DIM). In the DIM problem, one maintains a seed set SS of at most kk nodes in a dynamically involving social network, with the goal of maximizing the expected influence spread while minimizing the amortized updating cost. We consider two evolution models. In the incremental\mathit{incremental} model, the social network gets enlarged over time and one only introduces new users and establishes new social links, we design an algorithm that achieves (11/eϵ)(1-1/e-\epsilon)-approximation to the optimal solution and has kpoly(logn,ϵ1)k \cdot\mathsf{poly}(\log n, \epsilon^{-1}) amortized running time, which matches the state-of-art offline algorithm with only poly-logarithmic overhead. In the fully\mathit{fully} dynamic\mathit{dynamic} model, users join in and leave, influence propagation gets strengthened or weakened in real time, we prove that under the Strong Exponential Time Hypothesis (SETH), no algorithm can achieve 2(logn)1o(1)2^{-(\log n)^{1-o(1)}}-approximation unless the amortized running time is n1o(1)n^{1-o(1)}. On the technical side, we exploit novel adaptive sampling approaches that reduce DIM to the dynamic MAX-k coverage problem, and design an efficient (11/eϵ)(1-1/e-\epsilon)-approximation algorithm for it. Our lower bound leverages the recent developed distributed PCP framework.

Keywords

Cite

@article{arxiv.2110.12602,
  title  = {Dynamic Influence Maximization},
  author = {Binghui Peng},
  journal= {arXiv preprint arXiv:2110.12602},
  year   = {2021}
}
R2 v1 2026-06-24T07:08:44.990Z