Semi-Streaming Matching in a Single Pass II: Greedy is Optimal
This paper proves that no single-pass semi-streaming algorithm can achieve a better-than-half approximation to the maximum matching problem, implying the optimality of the naive greedy algorithm.
Provides the first proof of a lower bound for semi-streaming matching
Before reading this…
Applications
- →Graph streaming, online matching
To understand this paper, make sure you know these concepts first:
- Understanding of graph theory, streaming algorithmsfind papers →
Abstract
More Like ThisWe prove that no single-pass semi-streaming algorithm (deterministic or randomized) can achieve a better-than-half approximation to the maximum matching problem. This implies the optimality of the naive greedy algorithm, answering an outstanding open question in the graph streaming literature since the introduction of the model over two decades ago. Our proof follows the "blueprint framework" introduced previously by the authors, which reduced proving lower bounds for semi-streaming matching to constructing certain combinatorial objects called blueprints. We present an optimal construction of blueprints that when used in this framework implies our semi-streaming matching lower bound. Our results also imply that the optimal competitive ratio of online matching with preemption is half, again matching the naive greedy algorithm, settling this open question as well.