The Query Complexity of Local Search in Rounds on General Graphs
Simina Brânzei, Ioannis Panageas, Dimitris Paparas
TL;DR
This work studies the query complexity of finding a local minimum in $t$ rounds on general graphs with oracle access to an unknown function $f:V\to\mathbb{R}$. It provides a deterministic upper bound of $O(t\,n^{1/t}\,(s\Delta)^{1-1/t})$ and a randomized lower bound of $\Omega(t\,n^{1/t}-t)$, where $s$ is the graph separation number and $\Delta$ the maximum degree; it also shows that parallel steepest descent with a warm start improves performance for graphs with large $s$ and bounded degree. The paper introduces a hierarchical separator decomposition and a shattering lemma to drive the deterministic analysis, and a staircase-based adversarial construction to establish lower bounds via spanning-tree arguments. It unifies local-search-round results from grids to general graphs and informs parallel optimization when loss evaluations are expensive. Overall, the results illuminate how graph structure, via separation number and degree, governs the benefits of adaptivity and parallelization in local search tasks with practical optimization implications.
Abstract
We analyze the query complexity of finding a local minimum in $t$ rounds on general graphs. More precisely, given a graph $G = (V,E)$ and oracle access to an unknown function $f : V \to \mathbb{R}$, the goal is to find a local minimum--a vertex $v$ such that $f(v) \leq f(u)$ for all $(u,v) \in E$--using at most $t$ rounds of interaction with the oracle. The query complexity is well understood on grids, but much less is known beyond. This abstract problem captures many optimization tasks, such as finding a local minimum of a loss function during neural network training. For each graph with $n$ vertices, we prove a deterministic upper bound of $O(t n^{1/t} (sΔ)^{1-1/t})$, where $s$ is the separation number and $Δ$ is the maximum degree of the graph. We complement this result with a randomized lower bound of $Ω(t n^{1/t}-t)$ that holds for any connected graph. We also find that parallel steepest descent with a warm start provides improved bounds for graphs with high separation number and bounded degree.
