English

Spectral Lower Bounds for Local Search

Computational Complexity 2024-11-19 v3

Abstract

Local search is a powerful heuristic in optimization and computer science, the complexity of which has been studied in the white box and black box models. In the black box model, we are given a graph G=(V,E)G = (V,E) and oracle access to a function f:VRf : V \to \mathbb{R}. The local search problem is to find a vertex vv that is a local minimum, i.e. with f(v)f(u)f(v) \leq f(u) for all (u,v)E(u,v) \in E, using as few queries to the oracle as possible. We show that if a graph GG admits a lazy, irreducible, and reversible Markov chain with stationary distribution π\pi, then the randomized query complexity of local search on GG is Ω(ntmixexp(3σ))\Omega\left( \frac{\sqrt{n}}{t_{mix} \cdot \exp(3\sigma)}\right), where tmixt_{mix} is the mixing time of the chain and σ=maxu,vV(G)π(v)π(u).\sigma = \max_{u,v \in V(G)} \frac{\pi(v)}{\pi(u)}. This theorem formally establishes a connection between the query complexity of local search and the mixing time of the fastest mixing Markov chain for the given graph. We also get several corollaries that lower bound the complexity as a function of the spectral gap, one of which slightly improves a lower bound based on spectral gaps from prior work.

Keywords

Cite

@article{arxiv.2403.06248,
  title  = {Spectral Lower Bounds for Local Search},
  author = {Simina Brânzei and Nicholas J. Recker},
  journal= {arXiv preprint arXiv:2403.06248},
  year   = {2024}
}

Comments

arXiv admin note: text overlap with arXiv:2305.08269

R2 v1 2026-06-28T15:15:02.288Z