- The paper presents a novel result showing that any O(log Δ)-approximate non-signaling algorithm for dominating set requires locality at least Ω((log n)/(log Δ · polyloglog Δ)).
- It extends lower bound results to the quantum-LOCAL model by eliminating degree-dependent factors, establishing a bound of Ω(√(log n/log log n)) for certain approximations.
- The work introduces low-soundness sensitivity-preserving reductions that blend PCP techniques with distributed computing to set new benchmarks for locality-approximation trade-offs.
Non-Signaling Locality Lower Bounds for Minimum Dominating Set
Context and Motivation
The minimum dominating set (DS) problem, a foundational local covering problem in distributed computing, seeks a minimal vertex subset such that every vertex is either in the set or adjacent to it. Its distributed complexity, especially the trade-off between locality (algorithm communication rounds) and approximation factor, remains incompletely understood, particularly in stronger distributed models. Previous work has established that, in the LOCAL model, constant-factor approximations require Ω(logn) locality [Chang-Li, PODC'23], and that degree-dependent approximation factors can circumvent this bound with more nuanced trade-offs [Kuhn-Moscibroda-Wattenhofer, JACM'16]. However, two core open questions persist:
- Does any O(logΔ)-approximation to DS require Ω(logn) locality, matching what is known for constant factors?
- Can such lower bounds be extended to the non-signaling regime, which subsumes LOCAL, quantum-LOCAL, and bounded-dependence models?
This work provides the first substantial progress by establishing new lower bounds for DS approximation in the non-signaling model, which imposes only local, causality-preserving constraints on vertex output distributions. The results both sharpen and generalize existing bounds—yielding important implications for distributed lower bounds across classical, quantum, and non-signaling settings.
Main Results
Two principal locality lower bounds for dominating set approximation in the non-signaling model are established:
- Theorem 1: Any O(logΔ)-approximate non-signaling algorithm for DS on n-vertex, degree-Δ graphs requires locality at least
Ω(logΔ⋅polyloglogΔlogn)
where the dependence on Δ only weakens the lower bound for large degrees.
- Theorem 2: For some β∈(0,1), any O(logβΔ)-approximate non-signaling DS algorithm requires locality at least
O(logΔ)0
allowing, via classic reductions, a degree-independent lower bound for quantum-LOCAL algorithms:
O(logΔ)1
for O(logΔ)2-approximation. This removes the degree-dependent term present in all classic results for the quantum-LOCAL model.
The lower bounds hold throughout the entire non-signaling regime—which strictly contains all classic and quantum distributed models of the same locality—thus applying broadly, including to models with quantum or even general bounds on correlations.
Significant technical advances include:
- Extending Chang–Li's O(logΔ)3 lower bound from constant-factor to O(logΔ)4-approximate algorithms in the non-signaling setting.
- Removing the degree-dependent term in quantum-LOCAL lower bounds for O(logΔ)5-approximation, showing the bound depends only on O(logΔ)6 for a polynomial window of approximation factors.
Implications and Technical Innovations
Non-Signaling as a Universal Lower Bound Model
These results provide unconditional lower bounds for DS approximation in any realistic distributed setting (including quantum protocols and general bounded-dependence models), as the non-signaling assumption captures locality without assuming a specific communication or physical constraint. The distinctions between the locality–approximation trade-offs for DS previously known in LOCAL and quantum-LOCAL settings are now shown to persist at the outermost boundaries of causal locality.
Low-Soundness Sensitivity Reductions
The technical centerpiece is the development of low-soundness label cover sensitivity lower bounds—a substantial generalization over earlier reductions, which were confined to the high-soundness regime. These new bounds are achieved via:
- Parallel repetition framework (Impagliazzo–Kabanets–Wigderson): Amplifies the difficulty of satisfying label cover instances to extremely low soundness regimes, bypassing bottlenecks in degree reduction.
- Sensitivity-preserving reductions: A precise transfer analysis allowing one to reduce the question of distributed locality to the perturbative sensitivity of algorithms on constraint satisfaction instances, even as soundness and degrees scale with instance size.
The paper introduces two new low-soundness sensitivity lower bounds:
| Method |
Approximation Factor |
Locality Lower Bound |
Degree/Alphabet Parameters |
| Parallel Repetition |
O(logΔ)7 |
O(logΔ)8 |
O(logΔ)9 |
| Dinur–Harsha PCP |
Ω(logn)0 |
Ω(logn)1 |
Ω(logn)2 |
These results clarify previously unresolved trade-offs and obstacles in reduction chains for DS, most notably the extreme technical difficulty of constructing low-soundness, instance-local reductions suitable for downstream lifting to dominating set, covering all degrees and approximation scales.
Synthesis of PCP Reductions with Sensitivity Analysis
Through careful sensitivity-preserving PCP reductions and degree/alphabet management, the work achieves robust lower bounds throughout the entire relevant regime for distributed DS. Notably, the sensitivity lower bounds for low-soundness label cover required new forms of compositional analysis, decoding mechanisms, and the design of stability-preserving proof verifiers—a notable advance at the interface of PCP theory and distributed complexity.
Future Directions
These results leave two crucial technical frontiers:
- Removing the Ω(logn)3 factor: The remaining gap in the Ω(logn)4 trade-off may be closed by further advances in PCP theory to reduce alphabet size without sacrificing low soundness, a central open problem (the "sliding scale" conjecture).
- Best-of-both-worlds lower bounds: Achieving both optimal approximation ratios and tight degree-independent lower bounds may require new PCP-based innovations or combinatorial constructions to overcome current barriers in embedding/routing steps and alphabet–soundness trade-offs.
There is also the possibility to transfer the sensitivity-preserving machinery to other distributed covering and CSP-type problems, thereby obtaining robust non-signaling lower bounds in regimes not accessible via classic reductions.
Conclusion
This paper decisively advances our understanding of dominating set approximation in distributed models. By establishing strong lower bounds in the non-signaling model—thereby enveloping the classic, quantum, and causality-limited settings—it confirms that the Ω(logn)5 "barrier" for locality extends as far as current models of distributed and quantum computation permit for a rich family of approximation regimes. The innovative low-soundness sensitivity techniques developed herein should inform the design and analysis of distributed lower bounds across a range of graph covering and CSP problems.
Reference: "Non-Signaling Locality Lower Bounds for Dominating Set" (2604.02582)