A New Impossibility Result for Online Bipartite Matching Problems
Flavio Chierichetti, Mirko Giacchini, Alessandro Panconesi, Andrea Vattani
TL;DR
The authors address online bipartite matching with random arrivals by constructing a simple irregular cuckoo hashing instance with $n$ users and $n$ ads, where $\Pr[D=d] = \frac{1}{d(d-1)}$ for $d\ge 2$. They prove that no online algorithm can achieve a competitive ratio exceeding $1 - \frac{e}{e^e}$, approximately $0.82062$, across several problem variants, while the constructed instance admits a quasi-complete offline maximum matching of size $(1-o(1))\,n$. The analysis combines a configuration-model coupling with a refined Karp–Sipser argument extended to unbounded degrees, and an extremality result showing the construction is worst-case within a natural family. They further generalize the approach to non-equibipartite graphs and demonstrate that the worst case occurs at unit user-to-ads ratio, $u=1$, within the generalized class. The work raises open questions about tightness and whether the bound is achievable in broader settings, while providing a clean analytic bound with a near-unity gap to prior results and strong theoretical insight into the problem structure.
Abstract
Online Bipartite Matching with random user arrival is a fundamental problem in the online advertisement ecosystem. Over the last 30 years, many algorithms and impossibility results have been developed for this problem. In particular, the latest impossibility result was established by Manshadi, Oveis Gharan and Saberi in 2011. Since then, several algorithms have been published in an effort to narrow the gap between the upper and the lower bounds on the competitive ratio. In this paper we show that no algorithm can achieve a competitive ratio better than $1- \frac e{e^e} = 0.82062\ldots$, improving upon the $0.823$ upper bound presented in (Manshadi, Oveis Gharan and Saberi, SODA 2011). Our construction is simple to state, accompanied by a fully analytic proof, and yields a competitive ratio bound intriguingly similar to $1 - \frac1e$, the optimal competitive ratio for the fully adversarial Online Bipartite Matching problem. Although the tightness of our upper bound remains an open question, we show that our construction is extremal in a natural class of instances.
