Table of Contents
Fetching ...

Parallel Set Cover and Hypergraph Matching via Uniform Random Sampling

Laxman Dhulipala, Michael Dinitz, Jakub Łącki, Slobodan Mitrović

TL;DR

A new, surprisingly simple, model-independent approach to solving SetCover in unweighted graphs, which leads to many other new algorithms, including improved algorithms for the HypergraphMatching problem in the MPC model, as well as simpler SetCover algorithms that match the existing bounds.

Abstract

The SetCover problem has been extensively studied in many different models of computation, including parallel and distributed settings. From an approximation point of view, there are two standard guarantees: an $O(\log Δ)$-approximation (where $Δ$ is the maximum set size) and an $O(f)$-approximation (where $f$ is the maximum number of sets containing any given element). In this paper, we introduce a new, surprisingly simple, model-independent approach to solving SetCover in unweighted graphs. We obtain multiple improved algorithms in the MPC and CRCW PRAM models. First, in the MPC model with sublinear space per machine, our algorithms can compute an $O(f)$ approximation to SetCover in $\hat{O}(\sqrt{\log Δ} + \log f)$ rounds, where we use the $\hat{O}(x)$ notation to suppress $\mathrm{poly} \log x$ and $\mathrm{poly} \log \log n$ terms, and a $O(\log Δ)$ approximation in $O(\log^{3/2} n)$ rounds. Moreover, in the PRAM model, we give a $O(f)$ approximate algorithm using linear work and $O(\log n)$ depth. All these bounds improve the existing round complexity/depth bounds by a $\log^{Ω(1)} n$ factor. Moreover, our approach leads to many other new algorithms, including improved algorithms for the HypergraphMatching problem in the MPC model, as well as simpler SetCover algorithms that match the existing bounds.

Parallel Set Cover and Hypergraph Matching via Uniform Random Sampling

TL;DR

A new, surprisingly simple, model-independent approach to solving SetCover in unweighted graphs, which leads to many other new algorithms, including improved algorithms for the HypergraphMatching problem in the MPC model, as well as simpler SetCover algorithms that match the existing bounds.

Abstract

The SetCover problem has been extensively studied in many different models of computation, including parallel and distributed settings. From an approximation point of view, there are two standard guarantees: an -approximation (where is the maximum set size) and an -approximation (where is the maximum number of sets containing any given element). In this paper, we introduce a new, surprisingly simple, model-independent approach to solving SetCover in unweighted graphs. We obtain multiple improved algorithms in the MPC and CRCW PRAM models. First, in the MPC model with sublinear space per machine, our algorithms can compute an approximation to SetCover in rounds, where we use the notation to suppress and terms, and a approximation in rounds. Moreover, in the PRAM model, we give a approximate algorithm using linear work and depth. All these bounds improve the existing round complexity/depth bounds by a factor. Moreover, our approach leads to many other new algorithms, including improved algorithms for the HypergraphMatching problem in the MPC model, as well as simpler SetCover algorithms that match the existing bounds.
Paper Structure (23 sections, 28 theorems, 38 equations, 1 figure, 2 tables, 5 algorithms)

This paper contains 23 sections, 28 theorems, 38 equations, 1 figure, 2 tables, 5 algorithms.

Key Result

Theorem 2.1

Let $X_1, \ldots, X_k$ be independent random variables taking values in $[0, 1]$. Let $X \stackrel{\text{\tiny\rm def}}{=} \sum_{i = 1}^k X_i$ and $\mu \stackrel{\text{\tiny\rm def}}{=} \mathbb{E}[X]$. Then,

Figures (1)

  • Figure 1: LP relaxation of the SetCover LP (left) and its dual (right).

Theorems & Definitions (55)

  • Theorem 2.1: Chernoff bound
  • Lemma 3.1
  • Lemma 3.1
  • Lemma 3.2: walker1974new
  • Lemma 3.2
  • Lemma 4.1
  • proof
  • Lemma 4.2
  • proof
  • Lemma 4.3
  • ...and 45 more