English

Efficient Approximation Algorithms for Adaptive Seed Minimization

Social and Information Networks 2019-08-01 v1 Data Structures and Algorithms

Abstract

As a dual problem of influence maximization, the seed minimization problem asks for the minimum number of seed nodes to influence a required number η\eta of users in a given social network GG. Existing algorithms for seed minimization mostly consider the non-adaptive setting, where all seed nodes are selected in one batch without observing how they may influence other users. In this paper, we study seed minimization in the adaptive setting, where the seed nodes are selected in several batches, such that the choice of a batch may exploit information about the actual influence of the previous batches. We propose a novel algorithm, ASTI, which addresses the adaptive seed minimization problem in O(η(m+n)ε2lnn)O\Big(\frac{\eta \cdot (m+n)}{\varepsilon^2}\ln n \Big) expected time and offers an approximation guarantee of (lnη+1)2(1(11/b)b)(11/e)(1ε)\frac{(\ln \eta+1)^2}{(1 - (1-1/b)^b) (1-1/e)(1-\varepsilon)} in expectation, where η\eta is the targeted number of influenced nodes, bb is size of each seed node batch, and ε(0,1)\varepsilon \in (0, 1) is a user-specified parameter. To the best of our knowledge, ASTI is the first algorithm that provides such an approximation guarantee without incurring prohibitive computation overhead. With extensive experiments on a variety of datasets, we demonstrate the effectiveness and efficiency of ASTI over competing methods.

Keywords

Cite

@article{arxiv.1907.09668,
  title  = {Efficient Approximation Algorithms for Adaptive Seed Minimization},
  author = {Jing Tang and Keke Huang and Xiaokui Xiao and Laks V. S. Lakshmanan and Xueyan Tang and Aixin Sun and Andrew Lim},
  journal= {arXiv preprint arXiv:1907.09668},
  year   = {2019}
}

Comments

A short version of the paper appeared in 2019 International Conference on Management of Data (SIGMOD '19), June 30--July 5, 2019, Amsterdam, Netherlands. ACM, New York, NY, USA, 18 pages

R2 v1 2026-06-23T10:27:52.462Z