English

Improved Competitive Ratios for Online Bipartite Matching on Degree Bounded Graphs

Data Structures and Algorithms 2023-12-05 v2

Abstract

We consider the online bipartite matching problem on (k,d)(k,d)-bounded graphs, where each online vertex has at most dd neighbors, each offline vertex has at least kk neighbors, and kd2k\geq d\geq 2. The model of (k,d)(k,d)-bounded graphs is proposed by Naor and Wajc (EC 2015 and TEAC 2018) to model the online advertising applications in which offline advertisers are interested in a large number of ad slots, while each online ad slot is interesting to a small number of advertisers. They proposed deterministic and randomized algorithms with a competitive ratio of 1(11/d)k1 - (1-1/d)^k for the problem, and show that the competitive ratio is optimal for deterministic algorithms. They also raised the open questions of whether strictly better competitive ratios can be achieved using randomized algorithms, for both the adversarial and stochastic arrival models. In this paper we answer both of their open problems affirmatively. For the adversarial arrival model, we propose a randomized algorithm with competitive ratio 1(11/d)k+Ω(d4ekd)1 - (1-1/d)^k + \Omega(d^{-4}\cdot e^{-\frac{k}{d}}) for all kd2k\geq d\geq 2. We also consider the stochastic model and show that even better competitive ratios can be achieved. We show that for all kd2k\geq d\geq 2, the competitive ratio is always at least 0.82370.8237. We further consider the bb-matching problem when each offline vertex can be matched at most bb times, and provide several competitive ratio lower bounds for the adversarial and stochastic model.

Keywords

Cite

@article{arxiv.2306.13387,
  title  = {Improved Competitive Ratios for Online Bipartite Matching on Degree Bounded Graphs},
  author = {Yilong Feng and Xiaowei Wu and Shengwei Zhou},
  journal= {arXiv preprint arXiv:2306.13387},
  year   = {2023}
}

Comments

Some error was discovered in the analysis for the stochastic setting