English

Sublinear Estimation of Weighted Matchings in Dynamic Data Streams

Data Structures and Algorithms 2015-07-10 v2

Abstract

This paper presents an algorithm for estimating the weight of a maximum weighted matching by augmenting any estimation routine for the size of an unweighted matching. The algorithm is implementable in any streaming model including dynamic graph streams. We also give the first constant estimation for the maximum matching size in a dynamic graph stream for planar graphs (or any graph with bounded arboricity) using O~(n4/5)\tilde{O}(n^{4/5}) space which also extends to weighted matching. Using previous results by Kapralov, Khanna, and Sudan (2014) we obtain a polylog(n)\mathrm{polylog}(n) approximation for general graphs using polylog(n)\mathrm{polylog}(n) space in random order streams, respectively. In addition, we give a space lower bound of Ω(n1ε)\Omega(n^{1-\varepsilon}) for any randomized algorithm estimating the size of a maximum matching up to a 1+O(ε)1+O(\varepsilon) factor for adversarial streams.

Keywords

Cite

@article{arxiv.1505.02019,
  title  = {Sublinear Estimation of Weighted Matchings in Dynamic Data Streams},
  author = {Marc Bury and Chris Schwiegelshohn},
  journal= {arXiv preprint arXiv:1505.02019},
  year   = {2015}
}
R2 v1 2026-06-22T09:30:24.337Z