Bipartite Matching in the Semi-Streaming Model

We present the first deterministic 1+eps approximation algorithm for finding a large matching in a bipartite graph in the semi-streaming model which requires only $O(1/eps^5)$ passes over the input stream. In this model, the input graph $G=(V,E)$ is given as a stream of its edges in some arbitrary order, and storage of the algorithm is bounded by $O(n polylog n)$ bits, where $n = |V|$. The only previously known arbitrarily good approximation for general graphs is achieved by the randomized algorithm of McGregor (2005), which uses $\Omega((1/eps)^(1/eps))$ passes. We show that even for bipartite graphs, McGregor's algorithm needs $\Omega(1/eps)^\Omega(1/eps)$ passes, thus it is necessarily exponential in the approximation parameter. The design as well as the analysis of our algorithm require the introduction of some new techniques. A novelty of our algorithm is a new deterministic assignment of matching edges to augmenting paths which is responsible for the complexity reduction, and gets rid of randomization. We repeatedly grow an initial matching using augmenting paths up to a length of $2k+1 for k=2/eps$. We terminate when the number of augmenting paths found in one iteration falls below a certain threshold also depending on $k$, that guarantees a $1+eps$ approximation. The main challenge is to find those augmenting paths without requiring an excessive number of passes. In each iteration, using multiple passes, we grow a set of alternating paths in parallel, considering multiple passes, we grow a set of alternating paths in parallel, considering each edge as a possible extension as it comes along in the stream. Backtracking is used on paths that fail to grow any further. Crucial are the so-called position limits: when a matching edge is the i-th matching edge in a path and it is then removed by backtracking, it will only be inserted into a path again at a position strictly lesser than i. This rule strikes a balance between terminating quickly on the one hand and giving the procedure enough freedom on the other hand.

Logo BII

Rights

Use and reproduction:

No license. The provisions of the German Copyright Act (UrhG) apply.

Please note that individual components of the publication may be subject to other licensing or copyright conditions.

Cite

Citation style:
Could not load citation form.