paper-with-me

홈 › Papers

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

2025-11-28 · Kunanon Burathep, Thomas Erlebach, William K. Moses arxiv

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.

📄 PDF Abstract BibTeX arXiv:2511.23388

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Online bipartite matching with imperfect advice

2024-05-16 · Davin Choo, Themis Gouleakis, Chun Kai Ling, Arnab Bhattacharyya

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…

Learning-Augmented Online Bipartite Fractional Matching

2025-05-25 · Davin Choo, Billy Jin, Yongho Shin

Online bipartite matching is a fundamental problem in online optimization, extensively studied both in its integral and fractional forms due to its theoretical significance and practical applications, such as online adve…

Online Algorithms with Unreliable Guidance

2026-02-24 · Julien Dallot, Yuval Emek, Yuval Gil, Maciej Pacut 외 arxiv

This paper introduces online algorithms with unreliable guidance (OAG), a model for ML-augmented online decision-making that cleanly separates the predictive and algorithmic components, thus offering a single, well-defin…

Learning-Augmented Algorithms for Online Vertex Cover

2026-06-22 · Tianhang Lu, Runtian Ren, Shengcai Liu arxiv

This paper studies learning-augmented online weighted vertex cover with local advice and a tradeoff parameter $λ\in (0,1)$. We consider two graph settings: bipartite graphs and general graphs. In both settings, the onlin…

Sublinear Time Algorithm for Online Weighted Bipartite Matching

2022-08-05 · Hang Hu, Zhao Song, Runzhou Tao, Zhaozhuo Xu 외

Online bipartite matching is a fundamental problem in online algorithms. The goal is to match two sets of vertices to maximize the sum of the edge weights, where for one set of vertices, each vertex and its corresponding…