English

Improved Online Correlated Selection

Data Structures and Algorithms 2021-12-17 v2

Abstract

This paper studies the online correlated selection (OCS) problem. It was introduced by Fahrbach, Huang, Tao, and Zadimoghaddam (2020) to obtain the first edge-weighted online bipartite matching algorithm that breaks the 0.50.5 barrier. Suppose that we receive a pair of elements in each round and immediately select one of them. Can we select with negative correlation to be more effective than independent random selections? Our contributions are threefold. For semi-OCS, which considers the probability that an element remains unselected after appearing in kk rounds, we give an optimal algorithm that minimizes this probability for all kk. It leads to 0.5360.536-competitive unweighted and vertex-weighted online bipartite matching algorithms that randomize over only two options in each round, improving the 0.5080.508-competitive ratio by Fahrbach et al. (2020). Further, we develop the first multi-way semi-OCS that allows an arbitrary number of elements with arbitrary masses in each round. As an application, it rounds the Balance algorithm in unweighted and vertex-weighted online bipartite matching and is 0.5930.593-competitive. Finally, we study OCS, which further considers the probability that an element is unselected in an arbitrary subset of rounds. We prove that the optimal "level of negative correlation" is between 0.1670.167 and 0.250.25, improving the previous bounds of 0.1090.109 and 11 by Fahrbach et al. (2020). Our OCS gives a 0.5190.519-competitive edge-weighted online bipartite matching algorithm, improving the previous 0.5080.508-competitive ratio by Fahrbach et al. (2020).

Keywords

Cite

@article{arxiv.2106.04224,
  title  = {Improved Online Correlated Selection},
  author = {Ruiquan Gao and Zhongtian He and Zhiyi Huang and Zipei Nie and Bijun Yuan and Yan Zhong},
  journal= {arXiv preprint arXiv:2106.04224},
  year   = {2021}
}

Comments

Compared to the first version, this version adds a discussion on two concurrent works on the same topic, gives a more accurate description of previous results, and improves the presentation based on the feedbacks by anonymous reviewers. The conference version appears in FOCS 2021

R2 v1 2026-06-24T02:57:05.139Z