Distributed Maximal Matching and Maximal Independent Set on Hypergraphs

11/03/2022
by   Alkida Balliu, et al.
0

We investigate the distributed complexity of maximal matching and maximal independent set (MIS) in hypergraphs in the LOCAL model. A maximal matching of a hypergraph H=(V_H,E_H) is a maximal disjoint set M⊆ E_H of hyperedges and an MIS S⊆ V_H is a maximal set of nodes such that no hyperedge is fully contained in S. Both problems can be solved by a simple sequential greedy algorithm, which can be implemented naively in O(Δ r + log^* n) rounds, where Δ is the maximum degree, r is the rank, and n is the number of nodes. We show that for maximal matching, this naive algorithm is optimal in the following sense. Any deterministic algorithm for solving the problem requires Ω(min{Δ r, log_Δ r n}) rounds, and any randomized one requires Ω(min{Δ r, log_Δ rlog n}) rounds. Hence, for any algorithm with a complexity of the form O(f(Δ, r) + g(n)), we have f(Δ, r) ∈Ω(Δ r) if g(n) is not too large, and in particular if g(n) = log^* n (which is the optimal asymptotic dependency on n due to Linial's lower bound [FOCS'87]). Our lower bound proof is based on the round elimination framework, and its structure is inspired by a new round elimination fixed point that we give for the Δ-vertex coloring problem in hypergraphs. For the MIS problem on hypergraphs, we show that for Δ≪ r, there are significant improvements over the naive O(Δ r + log^* n)-round algorithm. We give two deterministic algorithms for the problem. We show that a hypergraph MIS can be computed in O(Δ^2·log r + Δ·log r·log^* r + log^* n) rounds. We further show that at the cost of a worse dependency on Δ, the dependency on r can be removed almost entirely, by giving an algorithm with complexity Δ^O(Δ)·log^* r + O(log^* n).

READ FULL TEXT

page 1

page 2

page 3

page 4

research
01/08/2019

Lower bounds for maximal matchings and maximal independent sets

There are distributed graph algorithms for finding maximal matchings and...
research
03/09/2023

Distributed Half-Integral Matching and Beyond

By prior work, it is known that any distributed graph algorithm that fin...
research
02/19/2020

Truly Tight-in-Δ Bounds for Bipartite Maximal Matching and Variants

In a recent breakthrough result, Balliu et al. [FOCS'19] proved a determ...
research
02/14/2020

A Breezing Proof of the KMW Bound

In their seminal paper from 2004, Kuhn, Moscibroda, and Wattenhofer (KMW...
research
08/05/2021

Sinkless orientation is hard also in the supported LOCAL model

We show that any algorithm that solves the sinkless orientation problem ...
research
10/01/2021

Distributed Δ-Coloring Plays Hide-and-Seek

We prove several new tight distributed lower bounds for classic symmetry...
research
08/30/2019

The Communication Complexity of Set Intersection and Multiple Equality Testing

In this paper we explore fundamental problems in randomized communicatio...

Please sign up or login with your details

Forgot password? Click here to reset