Balanced Popularity in Multi-Product Billboard Advertisement

๐Ÿ“… 2025-10-23
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This paper addresses the billboard slot selection problem in multi-product advertising, aiming to maximize aggregate influence under two constraints: a total budget constraint (i.e., cost per product must not exceed its allocated budget) and a fairness constraint (i.e., the influence difference between any two products must be bounded by a given threshold). We formally define this *balanced influence maximization* problem and prove its NP-hardness. To solve it, we propose a linear programming relaxation coupled with randomized rounding, and design an efficient greedy heuristic algorithm augmented with a balancing correction mechanism to ensure both computational scalability and solution quality. Extensive experiments on real-world trajectory and digital billboard datasets demonstrate that our approach significantly outperforms multiple baselines: it achieves higher total influence while effectively maintaining exposure fairness across productsโ€”thus jointly optimizing overall efficacy and equitable allocation.

Technology Category

Application Category

๐Ÿ“ Abstract
The billboard advertisement has emerged as an effective out-of-home advertisement technique where the objective is to choose a limited number of slots to play some advertisement content (e.g., animation, video, etc.) with the hope that the content will be visible to a large number of travelers, and this will be helpful to earn more revenue. In this paper, we study a variant of the influential slot selection problem where the advertiser wants to promote multiple products. Formally, we call this problem the extsc{Multi-Product Influence Maximization Problem for the Balanced Popularity} Problem. The input to our problem is a trajectory and a billboard database, as well as a budget for each product. The goal here is to choose a subset of slots for each product such that the aggregated influence of all the products gets maximized subject to the following two constraints: total selection cost for each product is less than or equal to the allocated budget for that product, and the difference between the influence for any two products is less than or equal to a given threshold. We show that the problem is NP-hard to solve optimally. We formulate this problem as a linear programming problem and use linear programming relaxation with randomized rounding. Further, we propose a greedy-based heuristic with balance correction to solve this problem. We conduct a number of experiments with real-world trajectory and billboard datasets, and the results are reported. From the reported results, we observe that the proposed solution approaches lead to more influence compared to many baseline methods.
Problem

Research questions and friction points this paper is trying to address.

Maximizing multi-product advertisement influence under budget constraints
Balancing product visibility across multiple promotional campaigns
Selecting optimal billboard slots for multiple products efficiently
Innovation

Methods, ideas, or system contributions that make the work stand out.

Linear programming relaxation with randomized rounding
Greedy heuristic with balance correction
Multi-product influence maximization under budget constraints
๐Ÿ”Ž Similar Papers
No similar papers found.