Non-Signaling Locality Lower Bounds for Dominating Set
Pith reviewed 2026-05-13 19:58 UTC · model grok-4.3
The pith
Every O(log Δ)-approximate non-signaling distribution for minimum dominating set requires locality Ω(log n / (log Δ ⋅ polyloglog Δ)).
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
We prove that every O(log Δ)-approximate non-signaling distribution for dominating set requires locality Ω(log n/(log Δ ⋅ polyloglog Δ)). Further, for some β ∈ (0,1), every O(log^β Δ)-approximate non-signaling distribution requires locality Ω(log n/log Δ). These statements follow from two new low-soundness sensitivity lower bounds for label cover, combined with the reductions from label cover to set cover to dominating set and the sensitivity-to-locality transfer theorem.
What carries the argument
Sensitivity-to-locality transfer theorem applied to low-soundness sensitivity lower bounds for label cover obtained via parallel repetition and a sensitivity-preserving Dinur-Harsha reworking.
If this is right
- The bound improves the Kuhn-Moscibroda-Wattenhofer locality lower bound for O(log Δ)-approximation.
- For some β < 1 the Ω(log n / log Δ) bound combines with the existing KMW algorithm to give a degree-independent Ω(√(log n / log log n)) quantum-LOCAL lower bound.
- The same sensitivity lower bounds for label cover apply to any problem that reduces from label cover while preserving the non-signaling property.
- The results hold in every model strictly weaker than non-signaling, including quantum-LOCAL and bounded-dependence.
Where Pith is reading between the lines
- Similar locality barriers are likely to appear for other local covering problems once their label-cover reductions are examined at low soundness.
- The parallel-repetition and Dinur-Harsha techniques may yield low-soundness sensitivity bounds for additional CSPs that currently lack non-signaling lower bounds.
- If the transfer theorem extends to other covering problems, the same quantitative gap between classical and non-signaling models would close for set cover as well.
Load-bearing premise
The reductions from label cover to set cover to dominating set preserve the relevant approximation and locality parameters without introducing additional soundness loss.
What would settle it
An explicit construction of an O(log Δ)-approximate non-signaling distribution for dominating set whose locality is o(log n / (log Δ ⋅ polyloglog Δ)) would falsify the primary claim.
Figures
read the original abstract
Minimum dominating set is a basic local covering problem and a core task in distributed computing. Despite extensive study, in the classic LOCAL model there exist significant gaps between known algorithms and lower bounds. Chang and Li prove an $\Omega(\log n)$-locality lower bound for a constant factor approximation, while Kuhn--Moscibroda--Wattenhofer gave an algorithm beating this bound beyond $\log \Delta$-approximation, along with a weaker lower bound for this degree-dependent setting scaling roughly with $\min\{\log \Delta/\log\log \Delta,\sqrt{\log n/\log\log n}\}$. Unfortunately, this latter bound is weak for small $\Delta$, and never recovers the Chang--Li bound, leaving central questions: does $O(\log \Delta)$-approximation require $\Omega(\log n)$ locality, and do such bounds extend beyond LOCAL? In this work, we take a major step toward answering these questions in the non-signaling model, which strictly subsumes the LOCAL, quantum-LOCAL, and bounded-dependence settings. We prove every $O(\log\Delta)$-approximate non-signaling distribution for dominating set requires locality $\Omega(\log n/(\log\Delta \cdot \mathrm{poly}\log\log\Delta))$. Further, we show for some $\beta \in (0,1)$, every $O(\log^\beta \Delta)$-approximate non-signaling distribution requires locality $\Omega(\log n/\log\Delta)$, which combined with the KMW bound yields a degree-independent $\Omega(\sqrt{\log n/\log\log n})$ quantum-LOCAL lower bound for $O(\log^\beta\Delta)$-approximation algorithms. The proof is based on two new low-soundness sensitivity lower bounds for label cover, one via Impagliazzo--Kabanets--Wigderson-style parallel repetition with degree reduction and one from a sensitivity-preserving reworking of the Dinur--Harsha framework, together with the reductions from label cover to set cover to dominating set and the sensitivity-to-locality transfer theorem of Fleming and Yoshida.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript claims to prove that every O(log Δ)-approximate non-signaling distribution for minimum dominating set requires locality Ω(log n / (log Δ ⋅ polyloglog Δ)). It further claims that for some β ∈ (0,1), every O(log^β Δ)-approximate non-signaling distribution requires locality Ω(log n / log Δ). These bounds are derived from new low-soundness sensitivity lower bounds for label cover (via IKW-style parallel repetition with degree reduction and a sensitivity-preserving reworking of the Dinur-Harsha framework), composed with the standard label-cover → set-cover → dominating-set reductions, and transferred to non-signaling locality via the Fleming-Yoshida theorem. The results also yield a degree-independent Ω(√(log n / log log n)) quantum-LOCAL lower bound for O(log^β Δ)-approximations.
Significance. If the central claims hold, the paper meaningfully advances the understanding of locality lower bounds for approximate dominating set beyond the LOCAL model, into the strictly stronger non-signaling setting that subsumes quantum-LOCAL and bounded-dependence models. It tightens the gap left by Chang-Li (Ω(log n) for constant-factor approximations) and Kuhn-Moscibroda-Wattenhofer (weaker degree-dependent bounds), while introducing technically novel low-soundness sensitivity constructions for label cover that may apply more broadly. The combination with existing upper bounds produces a concrete quantum-LOCAL consequence.
major comments (2)
- [Application of Fleming-Yoshida theorem] The proof of the main locality bounds (Abstract and the proof overview) applies the Fleming-Yoshida sensitivity-to-locality transfer theorem to the new low-soundness sensitivity lower bounds. The manuscript must explicitly verify that the achieved soundness (arbitrarily close to 1) and the dependence structure after the degree-reduction step in parallel repetition satisfy the theorem's hypotheses (typically requiring a constant soundness gap and bounded dependence); if these conditions fail, the claimed exponents Ω(log n / (log Δ ⋅ polyloglog Δ)) and Ω(log n / log Δ) may not hold.
- [Low-soundness sensitivity bounds for label cover] The low-soundness sensitivity lower bounds for label cover (via IKW-style parallel repetition with degree reduction and the reworked Dinur-Harsha framework) are load-bearing for both main theorems. The manuscript should provide a self-contained argument that sensitivity is preserved under the degree reduction and that the resulting soundness parameter does not introduce additional polyloglog factors that would weaken the final locality statements.
minor comments (3)
- [Abstract] In the Abstract, the notation 'poly log log Δ' should be expanded to an explicit form such as (log log Δ)^O(1) and the hidden constant clarified if possible.
- [Introduction] The discussion of prior work (Introduction) would benefit from precise page or theorem citations to the Chang-Li Ω(log n) bound and the exact KMW locality expression min{log Δ / log log Δ, √(log n / log log n)}.
- [Notation and statements] Ensure uniform notation for the maximum degree (Δ) and number of vertices (n) across all sections and the statement of the quantum-LOCAL corollary.
Simulated Author's Rebuttal
We thank the referee for the careful reading and for identifying points where additional explicit verification would strengthen the presentation. We address both major comments below and will incorporate the requested clarifications in the revised manuscript.
read point-by-point responses
-
Referee: [Application of Fleming-Yoshida theorem] The proof of the main locality bounds (Abstract and the proof overview) applies the Fleming-Yoshida sensitivity-to-locality transfer theorem to the new low-soundness sensitivity lower bounds. The manuscript must explicitly verify that the achieved soundness (arbitrarily close to 1) and the dependence structure after the degree-reduction step in parallel repetition satisfy the theorem's hypotheses (typically requiring a constant soundness gap and bounded dependence); if these conditions fail, the claimed exponents Ω(log n / (log Δ ⋅ polyloglog Δ)) and Ω(log n / log Δ) may not hold.
Authors: We agree that an explicit verification improves clarity and rigor. In the revised manuscript we will add a dedicated subsection (in the proof overview and before the main theorems) that directly checks the hypotheses of the Fleming-Yoshida theorem. Specifically, we will confirm that the soundness gap remains a fixed positive constant (independent of n and Δ) after the low-soundness construction, and that the dependence structure produced by the degree-reduction step in the IKW-style parallel repetition is bounded by a constant. These verifications ensure that the transfer theorem applies directly and that the stated locality exponents hold without hidden factors. revision: yes
-
Referee: [Low-soundness sensitivity bounds for label cover] The low-soundness sensitivity lower bounds for label cover (via IKW-style parallel repetition with degree reduction and the reworked Dinur-Harsha framework) are load-bearing for both main theorems. The manuscript should provide a self-contained argument that sensitivity is preserved under the degree reduction and that the resulting soundness parameter does not introduce additional polyloglog factors that would weaken the final locality statements.
Authors: We will expand the technical sections on the label-cover sensitivity bounds to include a self-contained argument establishing preservation of sensitivity under degree reduction. We will also show explicitly that the soundness parameter achieved by the reworked Dinur-Harsha framework introduces no extra polyloglog factors beyond those already present in the final locality expressions. These arguments will be presented in a new appendix (or expanded main-text subsection) so that the reader can verify the claims without external references. revision: yes
Circularity Check
No significant circularity; derivation relies on independent new constructions
full rationale
The paper's chain consists of (1) novel low-soundness sensitivity lower bounds for label cover obtained via IKW-style parallel repetition with degree reduction and a sensitivity-preserving reworking of Dinur-Harsha, (2) standard label-cover to set-cover to dominating-set reductions, and (3) application of the cited Fleming-Yoshida sensitivity-to-locality transfer theorem. No equation or claim reduces by construction to a fitted parameter, self-definition, or unverified self-citation chain; the new sensitivity bounds supply independent content that is then transferred. The self-citation is normal and not load-bearing in a circular sense because the theorem is invoked as an external mathematical fact whose hypotheses the paper asserts are met by its constructions.
Axiom & Free-Parameter Ledger
axioms (4)
- standard math Properties of Impagliazzo-Kabanets-Wigderson-style parallel repetition with degree reduction for label cover
- standard math Sensitivity-preserving reworking of the Dinur-Harsha framework
- domain assumption Reductions from label cover to set cover to dominating set
- domain assumption Sensitivity-to-locality transfer theorem of Fleming and Yoshida
Reference graph
Works this paper leans on
- [1]
-
[2]
A. Akbari, X. Coiteux-Roy, F. d’Amore, F. Le Gall, H. Lievonen, D. Melnyk, A. Modanese, S. Pai, M.-O. Renou, V . Rozhoˇn, et al. Online locality meets distributed quantum computing. InProceedings of the 57th Annual ACM Symposium on Theory of Computing (STOC), pages 1295–1306, 2025
work page 2025
-
[3]
N. Alon. Explicit expanders of every degree and size.Combinatorica, 41(4):447–463, 2021
work page 2021
-
[4]
H. Arfaoui and P. Fraigniaud. What can be computed without communications?ACM SIGACT News, 45(3):82–104, 2014
work page 2014
- [5]
-
[6]
M. Bafna and D. Minzer. Characterizing direct product testing via coboundary expansion. InPro- ceedings of the 56th Annual ACM Symposium on Theory of Computing (STOC), pages 1978–1989, 2024
work page 1978
- [7]
-
[8]
A. Balliu, C. Coupette, A. Cruciani, F. d’Amore, M. Equi, H. Lievonen, A. Modanese, D. Olivetti, and J. Suomela. New limits on distributed quantum advantage: Dequantizing linear programs. In International Symposium on Distributed Computing, pages 1–22. Schloss Dagstuhl-Leibniz-Zentrum f¨ur Informatik, 2025
work page 2025
-
[9]
M. Bun, M. Gaboardi, M. Hopkins, R. Impagliazzo, R. Lei, T. Pitassi, J. Sorrell, and S. Sivakumar. Stability is stable: Connections between replicability, privacy, and adaptive generalization. InPro- ceedings of the 55th Annual ACM Symposium on Theory of Computing (STOC), pages 520–527, 2023
work page 2023
-
[10]
Y .-J. Chang and Z. Li. The complexity of distributed approximation of packing and covering integer linear programs. InProceedings of the 2023 ACM Symposium on Principles of Distributed Computing (PODC), pages 32–43, 2023
work page 2023
-
[11]
M. Chleb ´ık and J. Chleb´ıkov´a. Approximation hardness of dominating set problems in bounded degree graphs.Information and Computation, 206(11):1264–1275, 2008
work page 2008
-
[12]
X. Coiteux-Roy, F. d’Amore, R. Gajjala, F. Kuhn, F. Le Gall, H. Lievonen, A. Modanese, M.-O. Renou, G. Schmid, and J. Suomela. No distributed quantum advantage for approximate graph coloring. In Proceedings of the 56th Annual ACM Symposium on Theory of Computing (STOC), pages 1901–1910, 2024
work page 1901
-
[13]
C. Coupette and C. Lenzen. A breezing proof of the KMW bound. InProceedings of the Symposium on Simplicity in Algorithms (SOSA), pages 184–195, 2021
work page 2021
-
[14]
I. Diakonikolas, J. Gao, D. Kane, S. Liu, and C. Ye. Replicable distribution testing.Advances in Neural Information Processing Systems, 38, 2025
work page 2025
-
[15]
Y . Dikstein and I. Dinur. Agreement theorems for high dimensional expanders in the low acceptance regime: The role of covers. InProceedings of the 56th Annual ACM Symposium on Theory of Com- puting (STOC), pages 1967–1977, 2024
work page 1967
-
[16]
Y . Dikstein and I. Dinur. Swap cosystolic expansion. InProceedings of the 56th Annual ACM Sympo- sium on Theory of Computing (STOC), pages 1956–1966, 2024
work page 1956
-
[17]
Y . Dikstein, I. Dinur, and A. Lubotzky. Low acceptance agreement tests via bounded-degree symplectic HDXs. InProceedings of the 65th Annual IEEE Symposium on Foundations of Computer Science (FOCS), pages 826–861, 2024
work page 2024
-
[18]
Y . Dikstein and M. Hopkins. Chernoff bounds and reverse hypercontractivity on HDX. InProceedings of the 65th Annual IEEE Symposium on Foundations of Computer Science (FOCS), pages 870–919, 2024
work page 2024
-
[19]
Y . Dikstein, M. Hopkins, R. Impagliazzo, and T. Pitassi. High rate efficient local list decoding from hdx.arXiv preprint arXiv:2601.22535, 2026
-
[20]
I. Dinur and P. Harsha. Composition of low-error 2-query PCPs using decodable PCPs.SIAM Journal on Computing, 42(6):2452–2486, 2013
work page 2013
-
[21]
I. Dinur and I. Livni Navon. Exponentially small soundness for the direct product z-test.Theory of Computing, 19(1):1–56, 2023. 110
work page 2023
-
[22]
I. Dinur and O. Meir. Derandomized parallel repetition via structured pcps.computational complexity, 20(2):207–327, 2011
work page 2011
-
[23]
M. Dory, M. Ghaffari, and S. Ilchi. Near-optimal distributed dominating set in bounded arboricity graphs. InProceedings of the 2022 ACM Symposium on Principles of Distributed Computing, pages 292–300, 2022
work page 2022
- [24]
- [25]
-
[26]
M. Ebbens and Y . Yoshida. Average sensitivity of geometric algorithms. In17th Innovations in Theoretical Computer Science Conference (ITCS 2026), pages 53–1, 2026
work page 2026
-
[27]
U. Feige. A threshold oflnnfor approximating set cover.Journal of the ACM, 45(4):634–652, 1998
work page 1998
-
[28]
N. Fleming and Y . Yoshida. Sensitivity lower bounds for approximation algorithms. In K. G. Larsen and B. Saha, editors,Proceedings of the 2026 Annual ACM-SIAM Symposium on Discrete Algorithms, SODA 2026, Vancouver, BC, Canada, January 11-14, 2026, pages 4043–4076. SIAM, 2026
work page 2026
-
[29]
C. Gavoille, A. Kosowski, and M. Markiewicz. What can be observed locally? round-based models for quantum distributed computing. InProceedings of the International Symposium on Distributed Computing (DISC), pages 243–257, 2009
work page 2009
-
[30]
M. Ghaffari, F. Kuhn, and Y . Maus. On the complexity of local distributed graph problems. InPro- ceedings of the 49th Annual ACM Symposium on Theory of Computing (STOC), pages 784–797, 2017
work page 2017
-
[31]
S. Hara and Y . Yoshida. Average sensitivity of decision tree learning. InProceedings of the 11th International Conference on Learning Representations (ICLR), 2023
work page 2023
-
[32]
P. Harsha. Limits of approximation algorithms: PCPs and Unique Games. Technical report, Tata Institute of Fundamental Research, 2010
work page 2010
- [33]
-
[34]
A. E. Holroyd, O. Schramm, and D. B. Wilson. Finitary coloring.The Annals of Probability, pages 2867–2898, 2017
work page 2017
-
[35]
M. Hopkins, R. Impagliazzo, D. Kane, S. Liu, and C. Ye. Replicability in high dimensional statistics. InProceedings of the 65th Annual IEEE Symposium on Foundations of Computer Science (FOCS), pages 1–8, 2024
work page 2024
-
[36]
arXiv preprint arXiv:2507.11926 , year=
M. Hopkins, S. Liu, C. Ye, and Y . Yoshida. From generative to episodic: Sample-efficient replicable reinforcement learning.arXiv preprint arXiv:2507.11926, 2025
-
[37]
M. Hopkins and S. Moran. The role of randomness in stability. InProceedings of the 42nd Interna- tional Conference on Machine Learning (ICML), 2025
work page 2025
-
[38]
R. Impagliazzo, V . Kabanets, and A. Wigderson. New direct-product testers and 2-query pcps.SIAM Journal on Computing, 41(6):1722–1768, 2012. 111
work page 2012
-
[39]
R. Impagliazzo, R. Lei, T. Pitassi, and J. Sorrell. Reproducibility in learning. InProceedings of the 54th Annual ACM Symposium on Theory of Computing (STOC), pages 818–831, 2022
work page 2022
-
[40]
L. Jia, R. Rajaraman, and T. Suel. An efficient distributed algorithm for constructing small dominating sets.Distributed Computing, 15(4):193–205, 2002
work page 2002
-
[41]
A. Karbasi, G. Velegkas, L. Yang, and F. Zhou. Replicability in reinforcement learning.Advances in Neural Information Processing Systems, 36:74702–74735, 2023
work page 2023
-
[42]
F. Kuhn, T. Moscibroda, and R. Wattenhofer. Local computation: Lower and upper bounds.Journal of the ACM, 63(2):1–44, 2016
work page 2016
-
[43]
F. Kuhn and R. Wattenhofer. Constant-time distributed dominating set approximation. InProceedings of the twenty-second annual symposium on Principles of distributed computing, pages 25–32, 2003
work page 2003
-
[44]
S. Kumabe and Y . Yoshida. Average sensitivity of dynamic programming. InProceedings of the 2022 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA), pages 1925–1961, 2022
work page 2022
-
[45]
N. Linial. Locality in distributed graph algorithms.SIAM Journal on Computing, 21(1):193–201, 1992
work page 1992
- [46]
-
[47]
C. Lund and M. Yannakakis. On the hardness of approximating minimization problems.Journal of the ACM, 41(5):960–981, 1994
work page 1994
-
[48]
D. Moshkovitz. Sliding scale conjectures in pcp.ACM SIGACT News, 50(3):25–33, 2019
work page 2019
-
[49]
D. Moshkovitz and R. Raz. Two-query PCP with subconstant error.Journal of the ACM, 57(5):1–29, 2008
work page 2008
-
[50]
S. Murai and Y . Yoshida. Sensitivity analysis of centralities on unweighted networks. InProceedings of the Web Conference (WWW), pages 1332–1342, 2019
work page 2019
-
[51]
R. O’Donnell and N. G. Singer. Low-soundness direct-product testers and pcps from kaufman– oppenheim complexes.arXiv preprint arXiv:2511.10514, 2025
-
[52]
R. Raz. A parallel repetition theorem. InProceedings of the twenty-seventh annual ACM symposium on Theory of computing, pages 447–456, 1995
work page 1995
-
[53]
N. Varma and Y . Yoshida. Average sensitivity of graph algorithms.SIAM Journal on Computing, 52(4):1039–1081, 2023
work page 2023
-
[54]
Y . Yoshida and S. Ito. Average sensitivity of euclidean k-clustering.Advances in Neural Information Processing Systems, 35:32487–32498, 2022
work page 2022
-
[55]
Y . Yoshida and Z. Zhang. Low-sensitivity matching via sampling from gibbs distributions. InPro- ceedings of the 2026 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA), pages 120–149, 2026
work page 2026
-
[56]
Y . Yoshida and S. Zhou. Sensitivity analysis of the maximum matching problem. InProceedings of the 12th Innovations in Theoretical Computer Science Conference (ITCS), pages 58–1, 2021. 112
work page 2021
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.