Approximate Distance Oracles with Improved Stretch for Sparse Graphs

COMPUTING AND COMBINATORICS (COCOON 2021)(2021)

引用 2|浏览14
暂无评分
摘要
Thorup and Zwick [19] introduced the notion of approximate distance oracles, a data structure that produces for an n-vertices, m-edges weighted undirected graph G = (V, E), distance estimations in constant query time. They presented a distance oracle of size O(kn(1+1/k)) that given a pair of vertices u, v is an element of V at distance d(u, v) produces in O(k) time an estimation that is bounded by (2k - 1)d(u, v), i.e., a (2k - 1)-multiplicative approximation (stretch). Thorup and Zwick [19] presented also a lower bound based on the girth conjecture of Erdos. For sparse unweighted graphs (i.e., m = (O) over tilde (n)) the lower bound does not apply. Patrascu and Roditty [10] used the sparsity of the graph and obtained a distance oracle that uses (O) over tilde (n(5/3)) space, has O(1) query time and a stretch of 2. Patrascu et al. [11] presented infinity many distance oracles with fractional stretch factors that for graphs with m = (O) over tilde (n) converge exactly to the integral stretch factors and the corresponding space bound of Thorup and Zwick. It is not known, however, whether graph sparsity can help to get a stretch which is better than (2k - 1) using only (O) over tilde (kn(1+1/k)) space. In this paper we answer this open question and prove a separation between sparse and dense graphs by showing that using sparsity it is possible to obtain better stretch/space tradeoffs than those of Thorup and Zwick. We show that for every k >= 2 there is a distance oracle of size O(knm(1/k) log n) that produces in O(k) time an estimation d* (u, v) that satisfies d(u, v) <= d* (u, v) <= (2k - 1)d(u, v) - 4, for k > 2, and d(u, v) <= d* (u, v) <= 3d(u, v) - 2, for k = 2. Another contribution of this paper is a refined stretch analysis of Thorup and Zwick distance oracles that allows us to obtain a better understanding of this important data structure. We present simple conditions for every w is an element of V that characterizes the exact scenarios in which every query that involves w produces an estimation of stretch strictly better than 2k - 1, even in the case of dense graphs. We complement this contribution with an experiment on real world graphs. The main finding in the experiment is that different real world graphs are likely to satisfy the required conditions and hence the stretch of Thorup and Zwick distance oracles is much better than its worst case bound in these real world graphs.
更多
查看译文
关键词
Graph algorithms, Approximate shortest paths, Approximate distance oracles
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要