Distributed Dominating Set With Optimal Rounds and Message Size in Bounded Arboricity Graphs

📅 2026-06-13
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the distributed minimum dominating set problem on graphs with bounded arboricity. For graphs of arboricity α, the paper proposes a deterministic distributed algorithm that achieves an O(α log Δ / log log Δ)-approximation, where Δ is the maximum node degree. Notably, the algorithm requires only the knowledge of Δ as prior information—without needing to know α—and operates with messages of just one bit per round over O(log Δ / log log Δ) communication rounds. This approach is the first to simultaneously attain optimal round complexity and unit message size, significantly improving upon prior methods that either required Ω(log n) rounds or larger message sizes, thereby simplifying and enhancing the best-known results in this setting.
📝 Abstract
We study the distributed minimum dominating set problem on graphs of arboricity $α$. Dory, Ghaffari, and Ilchi [PODC'22] showed that any algorithm achieving a constant or poly-logarithmic approximation factor needs at least $Ω(\logΔ/\log\logΔ)$ rounds in graphs of maximum degree $Δ$ and arboricity $α$, even when $α=2$ and even when the message sizes are unbounded. Although there is a variety of algorithms with a near-optimal round complexity of $O(\logΔ)$, it is natural to ask: What is the best approximation factor in the optimal round complexity of $O(\logΔ/\log\logΔ)$? We make progress in answering this question by describing a deterministic algorithm that obtains a $O\left( α\log Δ/ \log\log Δ\right)$ approximation without prior knowledge of $α$ with optimal round complexity of $O\left( \log Δ/ \log\log Δ\right)$ and optimal message size of $1$ bit per round. Among all of the previous results, the only algorithm that achieves the optimal round complexity of $O\left( \log Δ/ \log\log Δ\right)$ without prior knowledge of $α$ is due to Lenzen and Wattenhofer [DISC'10] that obtains a $O(α\log^{1+\varepsilon}Δ/ (\varepsilon\log\log Δ))$ approximation in $O(\logΔ/(\varepsilon\log\logΔ))$ rounds and $O(\log(\varepsilon^{-1}\logΔ))$ message size. Our algorithm simplifies and improves upon this result. The only downside of our algorithm compared to the algorithm of Lenzen and Wattenhofer is that it needs prior knowledge of $Δ$. The previous state-of-the-art algorithm by Dory, Ghaffari, and Ilchi [PODC'22] has a dependency on $\log n$ in the round complexity for unknown $α$, which is far from optimal.
Problem

Research questions and friction points this paper is trying to address.

distributed dominating set
bounded arboricity
approximation factor
round complexity
message size
Innovation

Methods, ideas, or system contributions that make the work stand out.

distributed algorithm
dominating set
bounded arboricity
optimal round complexity
message size
🔎 Similar Papers
No similar papers found.