LGAIDSMLMay 16, 2024

Online bipartite matching with imperfect advice

arXiv:2405.09784v311 citationsh-index: 13ICML
Originality Incremental advance
AI Analysis

This addresses the problem of improving matching algorithms for online platforms with imperfect predictions, though it is incremental in combining existing models.

The paper tackles online bipartite matching by analyzing the limits of learning-augmented algorithms under adversarial arrivals and designing an algorithm under random arrivals that uses external advice to achieve competitive ratios between advice-free methods and optimal, depending on advice quality.

We study the problem of online unweighted bipartite matching with $n$ offline vertices and $n$ online vertices where one wishes to be competitive against the optimal offline algorithm. While the classic RANKING algorithm of Karp et al. [1990] provably attains competitive ratio of $1-1/e > 1/2$, we show that no learning-augmented method can be both 1-consistent and strictly better than $1/2$-robust under the adversarial arrival model. Meanwhile, under the random arrival model, we show how one can utilize methods from distribution testing to design an algorithm that takes in external advice about the online vertices and provably achieves competitive ratio interpolating between any ratio attainable by advice-free methods and the optimal ratio of 1, depending on the advice quality.

Code Implementations1 repo
Foundations

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

Your Notes