Faster Semi-streaming Matchings via Alternating Trees
Slobodan Mitrović, Anish Mukherjee, Piotr Sankowski, Wen-Horng Sheu
TL;DR
The paper tackles the problem of computing a $ $ (1+\epsilon) $-approximate maximum matching in general graphs under the semi-streaming model. It introduces a deterministic algorithm that searches for short augmentations via parallel alternating trees and blossoms, with careful management of structures and edge labels to guarantee correctness. By employing a scale-based approach and preserving key invariants, the method achieves $O(1/\epsilon^6)$ passes and $O(n/\epsilon^6)$ space while delivering a $$(1+\epsilon)$$-approximation, significantly improving prior pass complexity from $O(1/\epsilon^{19})$. The framework extends to related distributed models (MPC and CONGEST) using FMU's paradigm, enabling analogous speedups, and offers a simpler, blossom-based correctness argument relative to prior ad-hoc structures.
Abstract
We design a deterministic algorithm for the $(1+ε)$-approximate maximum matching problem. Our primary result demonstrates that this problem can be solved in $O(ε^{-6})$ semi-streaming passes, improving upon the $O(ε^{-19})$ pass-complexity algorithm by [Fischer, Mitrović, and Uitto, STOC'22]. This contributes substantially toward resolving Open question 2 from [Assadi, SOSA'24]. Leveraging the framework introduced in [FMU'22], our algorithm achieves an analogous round complexity speed-up for computing a $(1+ε)$-approximate maximum matching in both the Massively Parallel Computation (MPC) and CONGEST models. The data structures maintained by our algorithm are formulated using blossom notation and represented through alternating trees. This approach enables a simplified correctness analysis by treating specific components as if operating on bipartite graphs, effectively circumventing certain technical intricacies present in prior work.
