English

The Effect of Sparsity on $k$-Dominating Set and Related First-Order Graph Properties

Data Structures and Algorithms 2023-12-25 v1

Abstract

We revisit kk-Dominating Set, one of the first problems for which a tight nko(1)n^k-o(1) conditional lower bound (for k3k\ge 3), based on SETH, was shown (P\u{a}tra\c{s}cu and Williams, SODA 2007). However, the underlying reduction creates dense graphs, raising the question: how much does the sparsity of the graph affect its fine-grained complexity? We first settle the fine-grained complexity of kk-Dominating Set in terms of both the number of nodes nn and number of edges mm. Specifically, we show an mnk2o(1)mn^{k-2-o(1)} lower bound based on SETH, for any dependence of mm on nn. This is complemented by an mnk2+o(1)mn^{k-2+o(1)}-time algorithm for all k3k\ge 3. For the k=2k=2 case, we give a randomized algorithm that employs a Bloom-filter inspired hashing to improve the state of the art of nω+o(1)n^{\omega+o(1)} to mω/2+o(1)m^{\omega/2+o(1)}. If ω=2\omega=2, this yields a conditionally tight bound for all k2k\ge 2. To study if kk-Dominating Set is special in its sensitivity to sparsity, we consider a class of very related problems. The kk-Dominating Set problem belongs to a type of first-order definable graph properties that we call monochromatic basic problems. These problems are the natural monochromatic variants of the basic problems that were proven complete for the class FOP of first-order definable properties (Gao, Impagliazzo, Kolokolova, and Williams, TALG 2019). We show that among these problems, kk-Dominating Set is the only one whose fine-grained complexity decreases in sparse graphs. Only for the special case of reflexive properties, is there an additional basic problem that can be solved faster than nk±o(1)n^{k\pm o(1)} on sparse graphs. For the natural variant of distance-rr kk-dominating set, we obtain a hardness of nko(1)n^{k-o(1)} under SETH for every r2r\ge 2 already on sparse graphs, which is tight for sufficiently large kk.

Keywords

Cite

@article{arxiv.2312.14593,
  title  = {The Effect of Sparsity on $k$-Dominating Set and Related First-Order Graph Properties},
  author = {Nick Fischer and Marvin Künnemann and Mirza Redzic},
  journal= {arXiv preprint arXiv:2312.14593},
  year   = {2023}
}