Settling the Pass Complexity of Approximate Matchings in Dynamic Graph Streams
Sepehr Assadi, Soheil Behnezhad, Christian Konrad, Kheeran K. Naidu, Janani Sundaresan
TL;DR
The paper resolves the pass complexity for approximating maximum matchings in dynamic graph streams under semi-streaming space, achieving an $O( ext{log log } n)$-pass upper bound that scales to a $(1+ ε)$-approximation on weighted graphs, and proving a matching Ω$( ext{log log } n)$-pass lower bound. The upper bound hinges on a model-independent fractional-matching to MIS reduction, executed via sampling and sparse-recovery within a dynamic streaming MIS framework. The lower bound leverages a novel Augmented Hidden Matrices construction and a multi-round hierarchical embedding with a refined round-elimination argument to translate communication lower bounds into streaming space requirements. Together, these results precisely pin the pass complexity of $O(1)$-approximate dynamic-matchings at Θ$( ext{log log } n)$ and demonstrate the power and limits of graph sketching in dynamic streaming. The work also highlights implications for MPC and related models, illustrating that graph sketching suffices to achieve efficient multi-round approximations with near-optimal memory.
Abstract
A semi-streaming algorithm in dynamic graph streams processes any $n$-vertex graph by making one or multiple passes over a stream of insertions and deletions to edges of the graph and using $O(n \cdot \mbox{polylog}(n))$ space. Semi-streaming algorithms for dynamic streams were first obtained in the seminal work of Ahn, Guha, and McGregor in 2012, alongside the introduction of the graph sketching technique, which remains the de facto way of designing algorithms in this model and a highly popular technique for designing graph algorithms in general. We settle the pass complexity of approximating maximum matchings in dynamic streams via semi-streaming algorithms by improving the state-of-the-art in both upper and lower bounds. We present a randomized sketching based semi-streaming algorithm for $O(1)$-approximation of maximum matching in dynamic streams using $O(\log\log{n})$ passes. The approximation ratio of this algorithm can be improved to $(1+ε)$ for any fixed $ε> 0$ even on weighted graphs using standard techniques. This exponentially improves upon several $O(\log{n})$ pass algorithms developed for this problem since the introduction of the dynamic graph streaming model. In addition, we prove that any semi-streaming algorithm (not only sketching based) for $O(1)$-approximation of maximum matching in dynamic streams requires $Ω(\log\log{n})$ passes. This presents the first multi-pass lower bound for this problem, which is already also optimal, settling a longstanding open question in this area.
