Very Sparse Additive Spanners and Emulators
Greg Bodwin, Virginia Vassilevska Williams

TL;DR
This paper advances the understanding of sparse graph structures that approximate shortest path distances, introducing new bounds for distance preservers and additive spanners with improved error guarantees.
Contribution
It provides new bounds on the size of distance preservers based on demand pairs and extends the path-buying framework to larger clusters for better additive spanners.
Findings
Distance preserver size bound of $O(n^{2/3}p^{2/3} + np^{1/3})$ edges.
Existence of sparse spanners with $O(n)$ edges and $+O(n^{3/7 + ext{epsilon}})$ additive error.
A lower bound on the limitations of the consistency property in distance preservers.
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 · Machine Learning and Algorithms · Advanced Graph Theory Research
