English

Online Matroid Intersection: Beating Half for Random Arrival

Data Structures and Algorithms 2018-02-20 v4

Abstract

For two matroids M1\mathcal{M}_1 and M2\mathcal{M}_2 defined on the same ground set EE, the online matroid intersection problem is to design an algorithm that constructs a large common independent set in an online fashion. The algorithm is presented with the ground set elements one-by-one in a uniformly random order. At each step, the algorithm must irrevocably decide whether to pick the element, while always maintaining a common independent set. While the natural greedy algorithm---pick an element whenever possible---is half competitive, nothing better was previously known; even for the special case of online bipartite matching in the edge arrival model. We present the first randomized online algorithm that has a 12+δ\frac12 + \delta competitive ratio in expectation, where δ>0\delta >0 is a constant. The expectation is over the random order and the coin tosses of the algorithm. As a corollary, we also obtain the first linear time algorithm that beats half competitiveness for offline matroid intersection.

Keywords

Cite

@article{arxiv.1512.06271,
  title  = {Online Matroid Intersection: Beating Half for Random Arrival},
  author = {Guru Guruganesh and Sahil Singla},
  journal= {arXiv preprint arXiv:1512.06271},
  year   = {2018}
}

Comments

39 pages, 3 figures, 1 notation table, Part of this appeared in IPCO 2017

R2 v1 2026-06-22T12:14:05.439Z