English

Near-Optimal Distributed Dominating Set in Bounded Arboricity Graphs

Data Structures and Algorithms 2022-06-13 v1 Distributed, Parallel, and Cluster Computing

Abstract

We describe a simple deterministic O(ε1logΔ)O( \varepsilon^{-1} \log \Delta) round distributed algorithm for (2α+1)(1+ε)(2\alpha+1)(1 + \varepsilon) approximation of minimum weighted dominating set on graphs with arboricity at most α\alpha. Here Δ\Delta denotes the maximum degree. We also show a lower bound proving that this round complexity is nearly optimal even for the unweighted case, via a reduction from the celebrated KMW lower bound on distributed vertex cover approximation [Kuhn, Moscibroda, and Wattenhofer JACM'16]. Our algorithm improves on all the previous results (that work only for unweighted graphs) including a randomized O(α2)O(\alpha^2) approximation in O(logn)O(\log n) rounds [Lenzen and Wattenhofer DISC'10], a deterministic O(αlogΔ)O(\alpha \log \Delta) approximation in O(logΔ)O(\log \Delta) rounds [Lenzen and Wattenhofer DISC'10], a deterministic O(α)O(\alpha) approximation in O(log2Δ)O(\log^2 \Delta) rounds [implicit in Bansal and Umboh IPL'17 and Kuhn, Moscibroda, and Wattenhofer SODA'06], and a randomized O(α)O(\alpha) approximation in O(αlogn)O(\alpha\log n) rounds [Morgan, Solomon and Wein DISC'21]. We also provide a randomized O(αlogΔ)O(\alpha \log\Delta) round distributed algorithm that sharpens the approximation factor to α(1+o(1))\alpha(1+o(1)). If each node is restricted to do polynomial-time computations, our approximation factor is tight in the first order as it is NP-hard to achieve α1ε\alpha - 1 - \varepsilon approximation [Bansal and Umboh IPL'17].

Keywords

Cite

@article{arxiv.2206.05174,
  title  = {Near-Optimal Distributed Dominating Set in Bounded Arboricity Graphs},
  author = {Michal Dory and Mohsen Ghaffari and Saeed Ilchi},
  journal= {arXiv preprint arXiv:2206.05174},
  year   = {2022}
}

Comments

PODC 2022

R2 v1 2026-06-24T11:46:45.744Z