In-time Estimation for Influence Maximization in Large-Scale Social Networks

Xiaodong Liu,Shanshan Li,Xiangke Liao,Lei Wang,Qingbo Wu
DOI: https://doi.org/10.1145/2181176.2181179
2012-01-01
Abstract:Influence Maximization aims to find the top-K influential individuals to maximize the influence spread within a social network, which remains an important yet challenging problem. Most of the existing studies focus on greedy algorithms and mainly suffer from low computational efficiency, limiting its application to real-world social networks. In this paper, we propose a novel approach ESMCE that can significantly reduce the running time. Utilizing a power-law exponent supervised Monte Carlo method, ESMCE is able to efficiently estimate the influence spread for nodes with specified precision by randomly sampling only a small portion of child nodes, thus is well suitable for large-scale social networks. Extensive experiments on five real-world social network demonstrate that, compared with state-of-the-art influence maximization algorithms, ESMCE is able to achieve more than an order of magnitude speedup in execution time with only negligible error (2.21% on average) in influence spread.
What problem does this paper attempt to address?