paper-with-me

홈 › Papers

Learning for Edge-Weighted Online Bipartite Matching with Robustness Guarantees

2023-05-31 · Pengfei Li, Jianyi Yang, Shaolei Ren

Many problems, such as online ad display, can be formulated as online bipartite matching. The crucial challenge lies in the nature of sequentially-revealed online item information, based on which we make irreversible matching decisions at each step. While numerous expert online algorithms have been proposed with bounded worst-case competitive ratios, they may not offer satisfactory performance in average cases. On the other hand, reinforcement learning (RL) has been applied to improve the average performance, but it lacks robustness and can perform arbitrarily poorly. In this paper, we propose a novel RL-based approach to edge-weighted online bipartite matching with robustness guarantees (LOMAR), achieving both good average-case and worst-case performance. The key novelty of LOMAR is a new online switching operation which, based on a judicious condition to hedge against future uncertainties, decides whether to follow the expert's decision or the RL decision for each online item. We prove that for any $\rho\in[0,1]$, LOMAR is $\rho$-competitive against any given expert online algorithm. To improve the average performance, we train the RL policy by explicitly considering the online switching operation. Finally, we run empirical experiments to demonstrate the advantages of LOMAR compared to existing baselines. Our code is available at: https://github.com/Ren-Research/LOMAR

📄 PDF Abstract BibTeX arXiv:2306.00172

Code (1)

ren-research/lomar 공식 구현 pytorch

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

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…

Deep Policies for Online Bipartite Matching: A Reinforcement Learning Approach

2021-09-21 · Mohammad Ali Alomrani, Reza Moravej, Elias B. Khalil

The challenge in the widely applicable online matching problem lies in making irrevocable assignments while there is uncertainty about future inputs. Most theoretically-grounded policies are myopic or greedy in nature. I…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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 predictio…

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…

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…