Approximate Distance Oracles with Improved Query Time
Christian Wulff-Nilsen

TL;DR
This paper introduces improved approximate distance oracles for graphs that significantly reduce query time and size while maintaining good approximation ratios, advancing the efficiency of distance queries in large graphs.
Contribution
It presents new constructions of approximate distance oracles with faster query times and better size-approximation tradeoffs, improving upon prior work by Thorup, Zwick, Mendel, and Naor.
Findings
Achieves $O(rac{1}{ ext{epsilon}})$ query time with $(2+ ext{epsilon})k$ approximation.
Constructs oracles with size $O(kn^{1+1/k})$ and improved query times.
Approaches the theoretical best tradeoff between size and stretch under a girth conjecture.
Abstract
Given an undirected graph with edges, vertices, and non-negative edge weights, and given an integer , we show that a -approximate distance oracle for of size and with query time can be constructed in time for some constant . This improves the query time of Thorup and Zwick. Furthermore, for any , we give an oracle of size that answers -approximate distance queries in time. At the cost of a -factor in size, this improves the approximation achieved by the constant query time oracle of Mendel and Naor and approaches the best possible tradeoff between size and stretch, implied by a widely believed girth conjecture of Erd\H{o}s. We can match the size bound of Mendel…
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 · Algorithms and Data Compression · Optimization and Search Problems
