A Local Algorithm for Constructing Spanners in Minor-Free Graphs
Reut Levi, Dana Ron, Ronitt Rubinfeld

TL;DR
This paper presents a new local algorithm for constructing sparse spanning subgraphs in minor-free graphs, achieving improved efficiency, distance approximation, and error probability compared to previous methods.
Contribution
It introduces a local algorithm for minor-free graphs that inspects only polynomially many edges, with better distance bounds and lower error probability than prior work.
Findings
Inspects only polynomially many edges in minor-free graphs.
Achieves a distance stretch factor of O(h log(d)/) in the spanning subgraph.
Reduces error probability to 10^{-1}.
Abstract
Constructing a spanning tree of a graph is one of the most basic tasks in graph theory. We consider this problem in the setting of local algorithms: one wants to quickly determine whether a given edge is in a specific spanning tree, without computing the whole spanning tree, but rather by inspecting the local neighborhood of . The challenge is to maintain consistency. That is, to answer queries about different edges according to the same spanning tree. Since it is known that this problem cannot be solved without essentially viewing all the graph, we consider the relaxed version of finding a spanning subgraph with edges (where is the number of vertices and is a given sparsity parameter). It is known that this relaxed problem requires inspecting edges in general graphs, which motivates the study of natural restricted families of…
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Optimization and Search Problems
