A Fast Greedy Algorithm for Finding Minimum Positive Influence Dominating Sets in Social Networks.

Jiehui Pan,Tian-Ming Bu
DOI: https://doi.org/10.1109/infcomw.2019.8845129
2019-01-01
Abstract:As a variant of the dominating set problem, the positive influence dominating set problem tries to find a set such that at least half neighbors of every node in the graph are included by it. Because this problem has wide applications in social networks, it has received more and more attention. This paper presents a fast greedy algorithm to solve the problem. Sufficient experiments on typical real networks show that compared with the existing algorithms, the quality of the solutions obtained by the algorithm is close to or even better, while the running time is greatly reduced. Especially, when the network becomes larger, the running time can be reduced by several orders of magnitude.
What problem does this paper attempt to address?