# Communication complexity of approximate maximum matching in the   message-passing model

**Authors:** Zengfeng Huang, Bozidar Radunovic, Milan Vojnovic, Qin Zhang

arXiv: 1704.08462 · 2017-04-28

## TL;DR

This paper investigates the communication complexity of approximating maximum matchings in distributed graphs, establishing tight bounds and extending results to related graph problems in a multi-party message-passing model.

## Contribution

It provides a tight lower bound on communication complexity for approximate maximum matching, applicable to other graph problems in the message-passing model.

## Key findings

- Lower bound of     bits for approximate maximum matching.
- Matching upper bounds are constructed, showing tightness up to a   log n factor.
- Lower bounds extend to max-flow and graph sparsification problems.

## Abstract

We consider the communication complexity of finding an approximate maximum matching in a graph in a multi-party message-passing communication model. The maximum matching problem is one of the most fundamental graph combinatorial problems, with a variety of applications.   The input to the problem is a graph $G$ that has $n$ vertices and the set of edges partitioned over $k$ sites, and an approximation ratio parameter $\alpha$. The output is required to be a matching in $G$ that has to be reported by one of the sites, whose size is at least factor $\alpha$ of the size of a maximum matching in $G$.   We show that the communication complexity of this problem is $\Omega(\alpha^2 k n)$ information bits. This bound is shown to be tight up to a $\log n$ factor, by constructing an algorithm, establishing its correctness, and an upper bound on the communication cost. The lower bound also applies to other graph combinatorial problems in the message-passing communication model, including max-flow and graph sparsification.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.08462/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1704.08462/full.md

## References

37 references — full list in the complete paper: https://tomesphere.com/paper/1704.08462/full.md

---
Source: https://tomesphere.com/paper/1704.08462