Gradient Method for Continuous Influence Maximization with Budget-Saving Considerations

Proceedings of the 34th AAAI Conference on Artificial Intelligence (AAAI) |

Related File

Continuous influence maximization (CIM) generalizes the original influence maximization by  incorporating general marketing strategies: a marketing strategy mix is a vector x = (x_1, … ,x_d) such that for each node v in a social network,  v could be activated as a seed of diffusion with probability h_v(x),  where h_v is a strategy activation function satisfying DR-submodularity. CIM is the task of selecting a strategy mix x with constraint x_1+ … + x_d <= k where k is a budget constraint, such that the total number of activated nodes after the diffusion process, called influence spread and denoted as g(x) is maximized. In this paper, we extend CIM to consider budget saving, that is, each strategy mix x has a cost c(x) where c is a convex cost function, and we want to maximize the balanced sum g(x) + \lambda(k – c(x)) where \lambda is a balance parameter, subject to the constraint of c(x) <= k. We denote this problem as CIM-BS. The objective function of CIM-BS is neither monotone, nor DR-submodular or concave, and thus neither the greedy algorithm nor the standard result on gradient method could be directly applied. Our key innovation is the combination of the gradient method with reverse influence sampling to design algorithms that solve CIM-BS: For the general case, we give an algorithm that achieves (1/2-\varepsilon)-approximation, and for the case of independent strategy activations, we present an algorithm that achieves (1-1/e-\varepsilon) approximation.