English

Sublinear-Space Distance Labeling using Hubs

Data Structures and Algorithms 2016-07-21 v3

Abstract

A distance labeling scheme is an assignment of bit-labels to the vertices of an undirected, unweighted graph such that the distance between any pair of vertices can be decoded solely from their labels. We propose a series of new labeling schemes within the framework of so-called hub labeling (HL, also known as landmark labeling or 2-hop-cover labeling), in which each node uu stores its distance to all nodes from an appropriately chosen set of hubs S(u)VS(u) \subseteq V. For a queried pair of nodes (u,v)(u,v), the length of a shortest uvu-v-path passing through a hub node from S(u)S(v)S(u)\cap S(v) is then used as an upper bound on the distance between uu and vv. We present a hub labeling which allows us to decode exact distances in sparse graphs using labels of size sublinear in the number of nodes. For graphs with at most nn nodes and average degree Δ\Delta, the tradeoff between label bit size LL and query decoding time TT for our approach is given by L=O(nloglogΔT/logΔT)L = O(n \log \log_\Delta T / \log_\Delta T), for any TnT \leq n. Our simple approach is thus the first sublinear-space distance labeling for sparse graphs that simultaneously admits small decoding time (for constant Δ\Delta, we can achieve any T=ω(1)T=\omega(1) while maintaining L=o(n)L=o(n)), and it also provides an improvement in terms of label size with respect to previous slower approaches. By using similar techniques, we then present a 22-additive labeling scheme for general graphs, i.e., one in which the decoder provides a 2-additive-approximation of the distance between any pair of nodes. We achieve almost the same label size-time tradeoff L=O(nlog2logT/logT)L = O(n \log^2 \log T / \log T), for any TnT \leq n. To our knowledge, this is the first additive scheme with constant absolute error to use labels of sublinear size. The corresponding decoding time is then small (any T=ω(1)T=\omega(1) is sufficient).

Keywords

Cite

@article{arxiv.1507.06240,
  title  = {Sublinear-Space Distance Labeling using Hubs},
  author = {Paweł Gawrychowski and Adrian Kosowski and Przemysław Uznański},
  journal= {arXiv preprint arXiv:1507.06240},
  year   = {2016}
}
R2 v1 2026-06-22T10:16:36.556Z