English

Constructing Large Matchings via Query Access to a Maximal Matching Oracle

Data Structures and Algorithms 2020-10-02 v2

Abstract

Multi-pass streaming algorithm for Maximum Matching have been studied since more than 15 years and various algorithmic results are known today, including 22-pass streaming algorithms that break the 1/21/2-approximation barrier, and (1ϵ)(1-\epsilon)-approximation streaming algorithms that run in O(poly1ϵ)O(\text{poly} \frac{1}{\epsilon}) passes in bipartite graphs and in O((1ϵ)1ϵ)O( (\frac{1}{\epsilon})^{\frac{1}{\epsilon}}) or O(poly(1ϵ)logn)O(\text{poly} (\frac{1}{\epsilon}) \cdot \log n) passes in general graphs, where nn is the number of vertices of the input graph. However, proving impossibility results for such algorithms has so far been elusive, and, for example, even the existence of 22-pass small space streaming algorithms with approximation factor 0.9990.999 has not yet been ruled out. The key building block of all multi-pass streaming algorithms for Maximum Matching is the Greedy matching algorithm. Our aim is to understand the limitations of this approach: How many passes are required if the algorithm solely relies on the invocation of the Greedy algorithm? In this paper, we initiate the study of lower bounds for restricted families of multi-pass streaming algorithms for Maximum Matching. We focus on the simple yet powerful class of algorithms that in each pass run Greedy on a vertex-induced subgraph of the input graph. In bipartite graphs, we show that 33 passes are necessary and sufficient to improve on the trivial approximation factor of 1/21/2: We give a lower bound of 0.60.6 on the approximation ratio of such algorithms, which is optimal. We further show that Ω(1ϵ)\Omega( \frac{1}{\epsilon}) passes are required for computing a (1ϵ)(1-\epsilon)-approximation, even in bipartite graphs. Last, the considered class of algorithms is not well-suited to general graphs: We show that Ω(n)\Omega(n) passes are required in order to improve on the trivial approximation factor of 1/21/2.

Keywords

Cite

@article{arxiv.2009.13409,
  title  = {Constructing Large Matchings via Query Access to a Maximal Matching Oracle},
  author = {Lidiya Khalidah binti Khalil and Christian Konrad},
  journal= {arXiv preprint arXiv:2009.13409},
  year   = {2020}
}

Comments

To appear at FSTTCS 2020, fixed some typos

R2 v1 2026-06-23T18:51:04.861Z