English

Multi-product Influence Maximization in Billboard Advertisement

Data Structures and Algorithms 2025-10-13 v1 Databases

Abstract

Billboard Advertisement has emerged as an effective out-of-home advertisement technique where the goal is to select a limited number of slots and play advertisement content over there with the hope that this will be observed by many people, and effectively, a significant number of them will be influenced towards the brand. Given a trajectory and a billboard database and a positive integer kk, how can we select kk highly influential slots to maximize influence? In this paper, we study a variant of this problem where a commercial house wants to make a promotion of multiple products, and there is an influence demand for each product. We have studied two variants of the problem. In the first variant, our goal is to select kk slots such that the respective influence demand of each product is satisfied. In the other variant of the problem, we are given with \ell integers k1,k2,,kk_1,k_2, \ldots, k_{\ell}, the goal here is to search for \ell many set of slots S1,S2,,SS_1, S_2, \ldots, S_{\ell} such that for all i[]i \in [\ell], Siki|S_{i}| \leq k_i and for all iji \neq j, SiSj=S_i \cap S_j=\emptyset and the influence demand of each of the products gets satisfied. We model the first variant of the problem as a multi-submodular cover problem and the second variant as its generalization. For solving the first variant, we adopt the bi-criteria approximation algorithm, and for the other variant, we propose a sampling-based approximation algorithm. Extensive experiments with real-world trajectory and billboard datasets highlight the effectiveness and efficiency of the proposed solution approach.

Keywords

Cite

@article{arxiv.2510.09050,
  title  = {Multi-product Influence Maximization in Billboard Advertisement},
  author = {Dildar Ali and Rajibul Islam and Suman Banerjee},
  journal= {arXiv preprint arXiv:2510.09050},
  year   = {2025}
}

Comments

This paper has been accepted in ACM IKDD CODS-2025 conference

R2 v1 2026-07-01T06:28:45.710Z