English

Distributed Weighted Matching via Randomized Composable Coresets

Distributed, Parallel, and Cluster Computing 2019-06-06 v1 Data Structures and Algorithms

Abstract

Maximum weight matching is one of the most fundamental combinatorial optimization problems with a wide range of applications in data mining and bioinformatics. Developing distributed weighted matching algorithms is challenging due to the sequential nature of efficient algorithms for this problem. In this paper, we develop a simple distributed algorithm for the problem on general graphs with approximation guarantee of 2+ε2+\varepsilon that (nearly) matches that of the sequential greedy algorithm. A key advantage of this algorithm is that it can be easily implemented in only two rounds of computation in modern parallel computation frameworks such as MapReduce. We also demonstrate the efficiency of our algorithm in practice on various graphs (some with half a trillion edges) by achieving objective values always close to what is achievable in the centralized setting.

Keywords

Cite

@article{arxiv.1906.01993,
  title  = {Distributed Weighted Matching via Randomized Composable Coresets},
  author = {Sepehr Assadi and MohammadHossein Bateni and Vahab Mirrokni},
  journal= {arXiv preprint arXiv:1906.01993},
  year   = {2019}
}
R2 v1 2026-06-23T09:43:12.546Z