Weighted Matchings via Unweighted Augmentations

11/07/2018
by   Buddhima Gamlath, et al.
0

We design a generic method for reducing the task of finding weighted matchings to that of finding short augmenting paths in unweighted graphs. This method enables us to provide efficient implementations for approximating weighted matchings in the streaming model and in the massively parallel computation (MPC) model. In the context of streaming with random edge arrivals, our techniques yield a (1/2+c)-approximation algorithm thus breaking the natural barrier of 1/2. For multi-pass streaming and the MPC model, we show that any algorithm computing a (1-δ)-approximate unweighted matching in bipartite graphs can be translated into an algorithm that computes a (1-ε(δ))-approximate maximum weighted matching. Furthermore, this translation incurs only a constant factor (that depends on ε> 0) overhead in the complexity. Instantiating this with the current best multi-pass streaming and MPC algorithms for unweighted matchings yields the following results for maximum weighted matchings: * A (1-ε)-approximation streaming algorithm that uses O_ε(1) passes and O_ε(n poly ( n)) memory. This is the first (1-ε)-approximation streaming algorithm for weighted matchings that uses a constant number of passes (only depending on ε). * A (1 - ε)-approximation algorithm in the MPC model that uses O_ε( n) rounds, O(m/n) machines per round, and O_ε(n poly( n)) memory per machine. This improves upon the previous best approximation guarantee of (1/2-ε) for weighted graphs.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
07/14/2018

Matching and MIS for Uniformly Sparse Graphs in the Low-Memory MPC Model

The Massively Parallel Computation (MPC) model serves as a common abstra...
research
09/28/2020

Constructing Large Matchings via Query Access to a Maximal Matching Oracle

Multi-pass streaming algorithm for Maximum Matching have been studied si...
research
09/21/2020

Distributed Algorithms for Matching in Hypergraphs

We study the d-Uniform Hypergraph Matching (d-UHM) problem: given an n-v...
research
07/18/2023

Scalable Auction Algorithms for Bipartite Maximum Matching Problems

In this paper, we give new auction algorithms for maximum weighted bipar...
research
07/17/2018

Sparsifying Distributed Algorithms with Ramifications in Massively Parallel Computation and Centralized Local Computation

We introduce a method for sparsifying distributed algorithms and exhibit...
research
09/13/2020

Breaking the n-Pass Barrier: A Streaming Algorithm for Maximum Weight Bipartite Matching

Given a weighted bipartite graph with n vertices and m edges, the 𝑚𝑎𝑥𝑖𝑚𝑢...
research
07/06/2023

A Simple (1-ε)-Approximation Semi-Streaming Algorithm for Maximum (Weighted) Matching

We present a simple semi-streaming algorithm for (1-ϵ)-approximation of ...

Please sign up or login with your details

Forgot password? Click here to reset