Maximum Matching in Turnstile Streams
Christian Konrad

TL;DR
This paper investigates the space complexity of approximating maximum bipartite matching in turnstile streaming models, establishing tight bounds that highlight the difficulty introduced by edge deletions.
Contribution
It provides the first lower bounds for approximation algorithms in turnstile streams with deletions, showing significant space requirements for certain approximation ratios.
Findings
No $O(n)$ space 2-approximation exists with deletions
Lower bounds match upper bounds up to logarithmic factors
Results are proved in the simultaneous message communication model
Abstract
We consider the unweighted bipartite maximum matching problem in the one-pass turnstile streaming model where the input stream consists of edge insertions and deletions. In the insertion-only model, a one-pass -approximation streaming algorithm can be easily obtained with space , where denotes the number of vertices of the input graph. We show that no such result is possible if edge deletions are allowed, even if space is granted, for every . Specifically, for every , we show that in the one-pass turnstile streaming model, in order to compute a -approximation, space is required for constant error randomized algorithms, and, up to logarithmic factors, space is sufficient. Our lower bound result is proved in the simultaneous message model of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Optimization and Search Problems · DNA and Biological Computing
