Improved Distance Oracles and Spanners for Vertex-Labeled Graphs
Shiri Chechik

TL;DR
This paper presents improved distance oracles for vertex-labeled graphs with significantly reduced stretch, and introduces vertex-label spanners that efficiently preserve distances, advancing the state of the art in graph distance approximation.
Contribution
The authors improve the stretch bounds of vertex-label distance oracles from exponential to polynomial in k, and introduce vertex-label spanners with near-optimal stretch-size tradeoffs.
Findings
Reduced stretch from exponential to polynomial in k for distance oracles.
Constructed vertex-label spanners with near-optimal stretch and size.
Enhanced dynamic label handling with efficient updates.
Abstract
Consider an undirected weighted graph G=(V,E) with |V|=n and |E|=m, where each vertex v is assigned a label from a set L of \ell labels. We show how to construct a compact distance oracle that can answer queries of the form: "what is the distance from v to the closest lambda-labeled node" for a given node v in V and label lambda in L. This problem was introduced by Hermelin, Levy, Weimann and Yuster [ICALP 2011] where they present several results for this problem. In the first result, they show how to construct a vertex-label distance oracle of expected size O(kn^{1+1/k}) with stretch (4k - 5) and query time O(k). In a second result, they show how to reduce the size of the data structure to O(kn \ell^{1/k}) at the expense of a huge stretch, the stretch of this construction grows exponentially in k, (2^k-1). In the third result they present a dynamic vertex-label distance oracle that…
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 · Algorithms and Data Compression
