Online bipartite matching with imperfect advice
Davin Choo, Themis Gouleakis, Chun Kai Ling, Arnab Bhattacharyya
TL;DR
This work investigates online unweighted bipartite matching with $n$ offline and $n$ online vertices under adversarial and random-order arrival models. It proves that no learning-augmented method can be both $1$-consistent and strictly surpass the $1/2$-robust baseline in the adversarial model, contrasting with the $1-1/e$ benchmark for advice-free algorithms. In the Random Order setting, it introduces TestAndMatch, a meta-algorithm that achieves $1$-consistency and a robust ratio approaching the best advice-free bound, while gracefully degrading with advice quality via a sublinear distribution-testing phase that estimates the $L_1$ distance between realized and predicted type-count distributions. The approach leverages distribution-testing techniques (Poissonization, MinimaxTest) to quantify advice quality using only a small initial sample, enabling practical extensions like remapping and coarsening of advice and patching for imperfect advice. Overall, the paper provides a principled, testable framework for incorporating imperfect predictive information into online matching, with theoretical guarantees that interpolate between baseline performance and optimality depending on advice fidelity.
Abstract
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.
