Distance Oracles for Sparse Graphs

Christian Sommer, Elad Verbin, and Wei Yu
FOCS 2009 - 50th IEEE Symposium on Foundations of Computer Science (pp. 703-712)

Thorup and Zwick, in their seminal work, introduced the approximate distance oracle, which is a data structure that answers distance queries in a graph. For any integer k, they showed an efficient algorithm to construct an approximate distance oracle using space \(O(kn^{1+1/k})\) that can answer queries in time \(O(k)\) with a distance estimate that is at most \(2k-1\) times larger than the actual shortest distance (this ratio is called the stretch).

They proved that, under a combinatorial conjecture, their data structure is optimal in terms of space: if a stretch of at most \(2k-1\) is desired, then the space complexity is at least \(n^{1+1/k}\). Their proof holds even if infinite query time is allowed: it is essentially an "incompressibility" result. Also, the proof only holds for dense graphs, and the best bound it can prove only implies that the size of the data structure is lower bounded by the number of edges of the graph. Naturally, the following question arises: what happens for sparse graphs?

In this paper we give a new lower bound for approximate distance oracles in the cell-probe model. This lower bound holds even for sparse (polylog(n)-degree) graphs, and it is not an "incompressibility" bound: we prove a three-way tradeoff between space, stretch, and query time. We show that when the query time is \(t\) and the stretch is \(\alpha\), then the space \(S\) must be at least \(n^{1+\Omega\left( {1 \over \alpha \cdot t} \right) } / \lg n\).

This lower bound follows by a reduction from lopsided set disjointness to distance oracles, based on and motivated by recent work of Pătraşcu. Our results in fact show that for any high-girth regular graph, an approximate distance oracle that supports efficient queries for all subgraphs of G must obey this tradeoff. We also prove some lemmas that count sets of paths in high-girth regular graphs and high-girth regular expanders, which might be of independent interest.

@inproceedings{SVY09,
 author    = {Christian Sommer 
              and Elad Verbin 
              and Wei Yu},
 title     = {Distance Oracles for Sparse Graphs},
 booktitle = {50th IEEE Symposium on 
              Foundations of Computer Science (FOCS)},
 year      = {2009},
 pages     = {703--712},
 url       = {http://dx.doi.org/10.1109/FOCS.2009.27},
 doi       = {10.1109/FOCS.2009.27},
}

Official version
Local version (224.0 KB)

See also Chapter 4 of my Ph.D. thesis.


HomePublications → Distance Oracles for Sparse Graphs