Open AccessPosted Content
Efficient Approximation Algorithms for Adaptive Influence Maximization
TL;DR: This paper proposes a general framework AdaptGreedy that could be instantiated by any existing non-adaptive IM algorithms with expected approximation guarantee, and proposes a novel non- adaptive IM algorithm called EPIC which not only provides strong expected approximation guarantees, but also presents superior performance compared with the existing IM algorithms.
read more
Abstract: Given a social network $G$ and an integer $k$, the influence maximization (IM) problem asks for a seed set $S$ of $k$ nodes from $G$ to maximize the expected number of nodes influenced via a propagation model. The majority of the existing algorithms for the IM problem are developed only under the non-adaptive setting, i.e., where all $k$ seed nodes are selected in one batch without observing how they influence other users in real world. In this paper, we study the adaptive IM problem where the $k$ seed nodes are selected in batches of equal size $b$, such that the $i$-th batch is identified after the actual influence results of the former $i-1$ batches are observed. In this paper, we propose the first practical algorithm for the adaptive IM problem that could provide the worst-case approximation guarantee of $1-\mathrm{e}^{\rho_b(\varepsilon-1)}$, where $\rho_b=1-(1-1/b)^b$ and $\varepsilon \in (0, 1)$ is a user-specified parameter. In particular, we propose a general framework AdaptGreedy that could be instantiated by any existing non-adaptive IM algorithms with expected approximation guarantee. Our approach is based on a novel randomized policy that is applicable to the general adaptive stochastic maximization problem, which may be of independent interest. In addition, we propose a novel non-adaptive IM algorithm called EPIC which not only provides strong expected approximation guarantee, but also presents superior performance compared with the existing IM algorithms. Meanwhile, we clarify some existing misunderstandings in recent work and shed light on further study of the adaptive IM problem. We conduct experiments on real social networks to evaluate our proposed algorithms comprehensively, and the experimental results strongly corroborate the superiorities and effectiveness of our approach.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Adaptive Influence Maximization: If Influential Node Unwilling to Be the Seed
Jianxiong Guo,Weili Wu +1 more
TL;DR: This article studies the adaptive influence maximization with multiple activations (Adaptive-IMMA), which is the problem that maximizing an adaptive monotone and dr-submodular function under the expected knapsack constraint, and proposes a new concept, adaptive dr- Submodularity, which is a non-trivial generalization of existing analysis about adaptive submodularity.
19
Revisiting Modified Greedy Algorithm for Monotone Submodular Maximization with a Knapsack Constraint
TL;DR: This paper revisits the widely known modified greedy algorithm and enhances it to derive a data-dependent upper bound on the optimum, and empirically demonstrate the tightness of the upper bound with a real-world application.
Efficient and Effective Algorithms for Revenue Maximization in Social Advertising
Kai Han,Benwei Wu,Jing Tang,Shuang Cui,Cigdem Aslay,Laks V. S. Lakshmanan +5 more
- 09 Jun 2021
TL;DR: In this article, the authors consider the revenue maximization problem in social advertising, where a social network platform owner needs to select seed users for a group of advertisers, each with a payment budget, such that the total expected revenue that the owner gains from the advertisers by propagating their ads in the network is maximized.
11
Influence Maximization in Real-World Closed Social Networks
TL;DR: This work proposes a highly effective yet efficient method to augment the diffusion network, which initially consists of seed users only, which aims to recommend users a limited number of existing friends who will help propagate the information, such that the seed users’ influence spread can be maximized.
11
Incentive Compatible Mechanism for Influential Agent Selection.
Xiuzhen Zhang,Yao Zhang,Dengji Zhao +2 more
- 21 Sep 2021
TL;DR: In this paper, the authors proposed the Geometric Mechanism, which selects an agent with at least 1/2 of the optimal progeny in expectation under the properties of incentive compatibility and fairness.
References
Maximizing the spread of influence through a social network
David Kempe,Jon Kleinberg,Éva Tardos +2 more
- 24 Aug 2003
TL;DR: An analysis framework based on submodular functions shows that a natural greedy strategy obtains a solution that is provably within 63% of optimal for several classes of models, and suggests a general approach for reasoning about the performance guarantees of algorithms for these types of influence problems in social networks.
{SNAP Datasets}: {Stanford} Large Network Dataset Collection
Jure Leskovec,Andrej Krevl +1 more
- 01 Jun 2014
TL;DR: A collection of more than 50 large network datasets from tens of thousands of node and edges to tens of millions of nodes and edges that includes social networks, web graphs, road networks, internet networks, citation networks, collaboration networks, and communication networks.
4.2K
A threshold of ln n for approximating set cover
TL;DR: It is proved that (1 - o(1) ln n setcover is a threshold below which setcover cannot be approximated efficiently, unless NP has slightlysuperpolynomial time algorithms.
Cost-effective outbreak detection in networks
Jure Leskovec,Andreas Krause,Carlos Guestrin,Christos Faloutsos,Jeanne M. VanBriesen,Natalie S. Glance +5 more
- 12 Aug 2007
TL;DR: This work exploits submodularity to develop an efficient algorithm that scales to large problems, achieving near optimal placements, while being 700 times faster than a simple greedy algorithm and achieving speedups and savings in storage of several orders of magnitude.
•Book
Probability and Computing: Randomized Algorithms and Probabilistic Analysis
Michael Mitzenmacher,Eli Upfal +1 more
- 01 Jan 2005
TL;DR: Preface 1. Events and probability 2. Discrete random variables and expectation 3. Moments and deviations 4. Chernoff bounds 5. Balls, bins and random graphs 6. Probabilistic method 7. Markov chains and random walks 8. Continuous distributions and the Poisson process
2.7K