Better Distance Preservers and Additive Spanners
Greg Bodwin, Virginia Vassilevska Williams

TL;DR
This paper advances the understanding of distance preservers by establishing new bounds and introduces improved additive spanners with fewer edges and better error guarantees, enhancing graph distance approximation techniques.
Contribution
It provides new bounds for the size of distance preservers based on demand pairs and develops improved additive spanners with fewer edges and tighter error bounds.
Findings
New upper bound for distance preservers: O(n^{2/3}p^{2/3} + np^{1/3}) edges.
Established a construction of additive spanners with O(n) edges and +O(n^{3/7 + ε}) error.
Demonstrated extensions of the path-buying framework to larger clusters.
Abstract
We study two popular ways to sketch the shortest path distances of an input graph. The first is distance preservers, which are sparse subgraphs that agree with the distances of the original graph on a given set of demand pairs. Prior work on distance preservers has exploited only a simple structural property of shortest paths, called consistency, stating that one can break shortest path ties such that no two paths intersect, split apart, and then intersect again later. We prove that consistency alone is not enough to understand distance preservers, by showing both a lower bound on the power of consistency and a new general upper bound that polynomially surpasses it. Specifically, our new upper bound is that any demand pairs in an -node undirected unweighted graph have a distance preserver on edges. We leave a conjecture that the right bound is…
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 · Graph Labeling and Dimension Problems
