English

Learning-Augmented Online Bipartite Matching in the Random Arrival Order Model

Machine Learning 2025-12-01 v1 Data Structures and Algorithms

Abstract

We study the online unweighted bipartite matching problem in the random arrival order model, with nn offline and nn 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 β\beta-competitive. Their analysis is limited to the case that the optimal matching has size nn, 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\alpha n for any constant 0<α10 < \alpha \le 1. Our learning-augmented algorithm achieves (1o(1))(1-o(1))-consistency and (βo(1))(\beta-o(1))-robustness. Additionally, we show that the competitive ratio degrades smoothly between consistency and robustness with increasing prediction error.

Keywords

Cite

@article{arxiv.2511.23388,
  title  = {Learning-Augmented Online Bipartite Matching in the Random Arrival Order Model},
  author = {Kunanon Burathep and Thomas Erlebach and William K. Moses},
  journal= {arXiv preprint arXiv:2511.23388},
  year   = {2025}
}

Comments

17 pages, 1 figure, 1 table. An extended abstract of this paper appears in the proceedings of the 51st International Conference on Current Trends in Theory and Practice of Computer Science (SOFSEM 2026)

R2 v1 2026-07-01T07:59:46.861Z