The Query Complexity of Local Search in Rounds on General Graphs
Simina Br\^anzei, Ioannis Panageas, Dimitris Paparas

TL;DR
This paper investigates the query complexity of finding local minima in general graphs within a limited number of rounds, providing new bounds and insights that extend understanding beyond grid graphs, with implications for optimization tasks.
Contribution
It introduces new deterministic upper bounds and randomized lower bounds for local minimum search in general graphs, expanding the theoretical understanding of query complexity in this context.
Findings
Deterministic upper bound of O(t n^{1/t} (sΔ)^{1-1/t}) for local minimum search
Randomized lower bound of Ω(t n^{1/t}-t) for connected graphs
Parallel steepest descent improves bounds on graphs with high separation number and bounded degree
Abstract
We analyze the query complexity of finding a local minimum in rounds on general graphs. More precisely, given a graph and oracle access to an unknown function , the goal is to find a local minimum--a vertex such that for all --using at most 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 vertices, we prove a deterministic upper bound of , where is the separation number and is the maximum degree of the graph. We complement this result with a randomized lower bound of that holds for any connected graph. We also find…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGraph Theory and Algorithms · Complexity and Algorithms in Graphs · Advanced Graph Neural Networks
