LGDSFeb 3, 2023

Online Ad Allocation with Predictions

arXiv:2302.01827v26 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses the inefficiency of conservative worst-case algorithms in ad allocation for advertisers and platforms, offering an incremental improvement through learning-augmented methods.

The paper tackles the problem of online ad allocation by incorporating machine-learned predictions to improve performance beyond worst-case algorithms, showing that their algorithm consistently outperforms the worst-case baseline in experiments on synthetic and real-world data.

Display Ads and the generalized assignment problem are two well-studied online packing problems with important applications in ad allocation and other areas. In both problems, ad impressions arrive online and have to be allocated immediately to budget-constrained advertisers. Worst-case algorithms that achieve the ideal competitive ratio are known, but might act overly conservative given the predictable and usually tame nature of real-world input. Given this discrepancy, we develop an algorithm for both problems that incorporate machine-learned predictions and can thus improve the performance beyond the worst-case. Our algorithm is based on the work of Feldman et al. (2009) and similar in nature to Mahdian et al. (2007) who were the first to develop a learning-augmented algorithm for the related, but more structured Ad Words problem. We use a novel analysis to show that our algorithm is able to capitalize on a good prediction, while being robust against poor predictions. We experimentally evaluate our algorithm on synthetic and real-world data on a wide range of predictions. Our algorithm is consistently outperforming the worst-case algorithm without predictions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes