Table of Contents
Fetching ...

When MIS and Maximal Matching are Easy in the Congested Clique

Keren Censor-Hillel, Tomer Even, Maxime Flin, Magnús M. Halldórsson

TL;DR

The paper characterizes when MIS and MM can be solved in constant rounds in the Congested Clique, tying feasibility to graph parameters such as average degree $d(G)$, neighborhood independence $\beta(G)$, and independence number $\alpha(G)$. It introduces average-degree–driven sparsification and a non-uniform sampling scheme across degree classes to push the residual maximum degree down, enabling constant-round MIS/MM under specific bounds, and provides tight analyses showing these bounds are tight for current methods. A key ingredient is opportunistic routing to learn $r$-hop neighborhoods, enabling LOCAL-style techniques to be simulated in the Congested Clique. The paper also constructs hard graph distributions to prove that, beyond these parameter regimes, existing approaches require at least $\Omega(\log\log n)$ rounds, underscoring the need for new ideas for broader classes. Overall, the work clarifies the boundary between fast and slow MIS/MM in the Congested Clique and offers practical algorithms for graph families common in applications.

Abstract

Two of the most fundamental distributed symmetry-breaking problems are that of finding a maximal independent set (MIS) and a maximal matching (MM) in a graph. It is a major open question whether these problems can be solved in constant rounds of the all-to-all communication model of \textsf{Congested\ Clique}, with $O(\log\log Δ)$ being the best upper bound known (where $Δ$ is the maximum degree). We explore in this paper the boundary of the feasible, asking for \emph{which graphs} we can solve the problems in constant rounds. We find that for several graph parameters, ranging from sparse to highly dense graphs, the problems do have a constant-round solution. In particular, we give algorithms that run in constant rounds when: (1) the average degree is at most $d(G) \le 2^{O(\sqrt{\log n})}$, (2) the neighborhood independence number is at most $β(G) \le 2^{O(\sqrt{\log n})}$, or (3) the independence number is at most $α(G) \le |V(G)|/d(G)^μ$, for any constant $μ> 0$. Further, we establish that these are tight bounds for the known methods, for all three parameters, suggesting that new ideas are needed for further progress.

When MIS and Maximal Matching are Easy in the Congested Clique

TL;DR

The paper characterizes when MIS and MM can be solved in constant rounds in the Congested Clique, tying feasibility to graph parameters such as average degree , neighborhood independence , and independence number . It introduces average-degree–driven sparsification and a non-uniform sampling scheme across degree classes to push the residual maximum degree down, enabling constant-round MIS/MM under specific bounds, and provides tight analyses showing these bounds are tight for current methods. A key ingredient is opportunistic routing to learn -hop neighborhoods, enabling LOCAL-style techniques to be simulated in the Congested Clique. The paper also constructs hard graph distributions to prove that, beyond these parameter regimes, existing approaches require at least rounds, underscoring the need for new ideas for broader classes. Overall, the work clarifies the boundary between fast and slow MIS/MM in the Congested Clique and offers practical algorithms for graph families common in applications.

Abstract

Two of the most fundamental distributed symmetry-breaking problems are that of finding a maximal independent set (MIS) and a maximal matching (MM) in a graph. It is a major open question whether these problems can be solved in constant rounds of the all-to-all communication model of \textsf{Congested\ Clique}, with being the best upper bound known (where is the maximum degree). We explore in this paper the boundary of the feasible, asking for \emph{which graphs} we can solve the problems in constant rounds. We find that for several graph parameters, ranging from sparse to highly dense graphs, the problems do have a constant-round solution. In particular, we give algorithms that run in constant rounds when: (1) the average degree is at most , (2) the neighborhood independence number is at most , or (3) the independence number is at most , for any constant . Further, we establish that these are tight bounds for the known methods, for all three parameters, suggesting that new ideas are needed for further progress.

Paper Structure

This paper contains 38 sections, 26 theorems, 36 equations.

Key Result

theorem 2.1

The following is equivalent to the Congested Clique model: In every round each node can send (receive) $\lbrace b_i\rbrace_{i\in[n]}$ bits to (from) the $i$-th node, for any sequence $\lbrace b_i\rbrace_{i\in[n]}$ satisfying $\sum_{i=1}^n b_i=O(n\log n)$. In other words, any routing scheme in which

Theorems & Definitions (46)

  • theorem 2.1: Lenzen's Routing Lemma lenzen2013optimal
  • proposition 2.1: Opportunistic Routing, ST22
  • proposition 2.1: Simulating Algorithms
  • corollary 2.2
  • lemma 3.1: ghaffari2018improved (MIS), behnezhad2023exponentially (MM)
  • lemma 3.2
  • corollary 3.3
  • proposition 3.4
  • theorem 3.5
  • lemma 3.6: assadi2018fully
  • ...and 36 more