# Hardness of Exact Distance Queries in Sparse Graphs Through Hub Labeling

**Authors:** Adrian Kosowski, Przemys{\l}aw Uzna\'nski, Laurent Viennot

arXiv: 1902.07055 · 2019-06-25

## TL;DR

This paper investigates the complexity of exact distance queries in sparse graphs using hub labeling schemes, establishing lower bounds and constructions that relate to longstanding open problems in combinatorics and communication complexity.

## Contribution

It provides new lower bounds and constructions for hub labelings in sparse graphs, linking their size to the Ruzsa-Szemerédi function and the Sum-Index problem.

## Key findings

- Lower bound of n/2^{O(√log n)} for hub set sizes in sparse graphs.
- Construction of hub labelings with size O(n/RS(n)^c), connecting to the Ruzsa-Szemerédi function.
- Lower bound on general distance labeling size involving the Sum-Index communication complexity.

## 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. An important class of distance labeling schemes is that of hub labelings, where a node $v \in G$ stores its distance to the so-called hubs $S_v \subseteq V$, chosen so that for any $u,v \in V$ there is $w \in S_u \cap S_v$ belonging to some shortest $uv$ path. Notice that for most existing graph classes, the best distance labelling constructions existing use at some point a hub labeling scheme at least as a key building block. Our interest lies in hub labelings of sparse graphs, i.e., those with $|E(G)| = O(n)$, for which we show a lowerbound of $\frac{n}{2^{O(\sqrt{\log n})}}$ for the average size of the hubsets. Additionally, we show a hub-labeling construction for sparse graphs of average size $O(\frac{n}{RS(n)^{c}})$ for some $0 < c < 1$, where $RS(n)$ is the so-called Ruzsa-Szemer{\'e}di function, linked to structure of induced matchings in dense graphs. This implies that further improving the lower bound on hub labeling size to $\frac{n}{2^{(\log n)^{o(1)}}}$ would require a breakthrough in the study of lower bounds on $RS(n)$, which have resisted substantial improvement in the last 70 years. For general distance labeling of sparse graphs, we show a lowerbound of $\frac{1}{2^{O(\sqrt{\log n})}} SumIndex(n)$, where $SumIndex(n)$ is the communication complexity of the Sum-Index problem over $Z_n$. Our results suggest that the best achievable hub-label size and distance-label size in sparse graphs may be $\Theta(\frac{n}{2^{(\log n)^c}})$ for some $0<c < 1$.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.07055/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1902.07055/full.md

## References

40 references — full list in the complete paper: https://tomesphere.com/paper/1902.07055/full.md

---
Source: https://tomesphere.com/paper/1902.07055