ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2211.01945
58
8

Distributed Maximal Matching and Maximal Independent Set on Hypergraphs

3 November 2022
Alkida Balliu
S. Brandt
Fabian Kuhn
Dennis Olivetti
ArXiv (abs)PDFHTML
Abstract

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=(VH,EH)H=(V_H,E_H)H=(VH​,EH​) is a maximal disjoint set M⊆EHM\subseteq E_HM⊆EH​ of hyperedges and an MIS S⊆VHS\subseteq V_HS⊆VH​ is a maximal set of nodes such that no hyperedge is fully contained in SSS. Both problems can be solved by a simple sequential greedy algorithm, which can be implemented naively in O(Δr+log⁡∗n)O(\Delta r + \log^* n)O(Δr+log∗n) rounds, where Δ\DeltaΔ is the maximum degree, rrr is the rank, and nnn 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⁡Δrn})\Omega(\min\{\Delta r, \log_{\Delta r} n\})Ω(min{Δr,logΔr​n}) rounds, and any randomized one requires Ω(min⁡{Δr,log⁡Δrlog⁡n})\Omega(\min\{\Delta r, \log_{\Delta r} \log n\})Ω(min{Δr,logΔr​logn}) rounds. Hence, for any algorithm with a complexity of the form O(f(Δ,r)+g(n))O(f(\Delta, r) + g(n))O(f(Δ,r)+g(n)), we have f(Δ,r)∈Ω(Δr)f(\Delta, r) \in \Omega(\Delta r)f(Δ,r)∈Ω(Δr) if g(n)g(n)g(n) is not too large, and in particular if g(n)=log⁡∗ng(n) = \log^* ng(n)=log∗n (which is the optimal asymptotic dependency on nnn 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 Δ\DeltaΔ-vertex coloring problem in hypergraphs. For the MIS problem on hypergraphs, we show that for Δ≪r\Delta\ll rΔ≪r, there are significant improvements over the naive O(Δr+log⁡∗n)O(\Delta r + \log^* n)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)O(\Delta^2\cdot\log r + \Delta\cdot\log r\cdot \log^* r + \log^* n)O(Δ2⋅logr+Δ⋅logr⋅log∗r+log∗n) rounds. We further show that at the cost of a worse dependency on Δ\DeltaΔ, the dependency on rrr can be removed almost entirely, by giving an algorithm with complexity ΔO(Δ)⋅log⁡∗r+O(log⁡∗n)\Delta^{O(\Delta)}\cdot\log^* r + O(\log^* n)ΔO(Δ)⋅log∗r+O(log∗n).

View on arXiv
Comments on this paper