Learning-Augmented Online Bipartite Matching in the Random Arrival Order Model
By: Kunanon Burathep, Thomas Erlebach, William K. Moses
Potential Business Impact:
Helps computers make better match-ups with bad guesses.
We study the online unweighted bipartite matching problem in the random arrival order model, with $n$ offline and $n$ online vertices, in the learning-augmented setting: The algorithm is provided with untrusted predictions of the types (neighborhoods) of the online vertices. We build upon the work of Choo et al. (ICML 2024, pp. 8762-8781) who proposed an approach that uses a prefix of the arrival sequence as a sample to determine whether the predictions are close to the true arrival sequence and then either follows the predictions or uses a known baseline algorithm that ignores the predictions and is $β$-competitive. Their analysis is limited to the case that the optimal matching has size $n$, i.e., every online vertex can be matched. We generalize their approach and analysis by removing any assumptions on the size of the optimal matching while only requiring that the size of the predicted matching is at least $αn$ for any constant $0 < α\le 1$. Our learning-augmented algorithm achieves $(1-o(1))$-consistency and $(β-o(1))$-robustness. Additionally, we show that the competitive ratio degrades smoothly between consistency and robustness with increasing prediction error.
Similar Papers
Online matching on stochastic block model
Data Structures and Algorithms
Helps online matching work better on complex networks.
Online Stochastic Matching with Unknown Arrival Order: Beating $0.5$ against the Online Optimum
Data Structures and Algorithms
Finds better matches when things arrive randomly.
Revisiting Ranking for Online Bipartite Matching with Random Arrivals: the Primal-Dual Analysis
Data Structures and Algorithms
Helps computers match jobs to people better.