Approximation Analysis of Influence Spread in Social Networks
Amit Goyal, Francesco Bonchi, Laks V. S. Lakshmanan, Suresh, Venkatasubramanian

TL;DR
This paper explores approximation algorithms for influence spread problems in social networks, focusing on minimizing seed sets for target coverage and minimizing propagation time under resource constraints.
Contribution
It introduces new approximation algorithms for MINTSS and MINTIME, addressing their NP-hardness and providing bicriteria solutions with theoretical bounds.
Findings
Greedy algorithm for MINTSS achieves bicriteria approximation.
Exact polynomial-time solution for MINTIME with logarithmic budget boost.
Heuristic comparisons demonstrate the effectiveness of proposed algorithms.
Abstract
In the context of influence propagation in a social graph, we can identify three orthogonal dimensions - the number of seed nodes activated at the beginning (known as budget), the expected number of activated nodes at the end of the propagation (known as expected spread or coverage), and the time taken for the propagation. We can constrain one or two of these and try to optimize the third. In their seminal paper, Kempe et al. constrained the budget, left time unconstrained, and maximized the coverage: this problem is known as Influence Maximization. In this paper, we study alternative optimization problems which are naturally motivated by resource and time constraints on viral marketing campaigns. In the first problem, termed Minimum Target Set Selection (or MINTSS for short), a coverage threshold n is given and the task is to find the minimum size seed set such that by activating it,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Complexity and Algorithms in Graphs · Optimization and Search Problems
