English

Pruning based Distance Sketches with Provable Guarantees on Random Graphs

Social and Information Networks 2019-02-12 v3 Data Structures and Algorithms Probability Physics and Society

Abstract

Measuring the distances between vertices on graphs is one of the most fundamental components in network analysis. Since finding shortest paths requires traversing the graph, it is challenging to obtain distance information on large graphs very quickly. In this work, we present a preprocessing algorithm that is able to create landmark based distance sketches efficiently, with strong theoretical guarantees. When evaluated on a diverse set of social and information networks, our algorithm significantly improves over existing approaches by reducing the number of landmarks stored, preprocessing time, or stretch of the estimated distances. On Erd\"{o}s-R\'{e}nyi graphs and random power law graphs with degree distribution exponent 2<β<32 < \beta < 3, our algorithm outputs an exact distance data structure with space between Θ(n5/4)\Theta(n^{5/4}) and Θ(n3/2)\Theta(n^{3/2}) depending on the value of β\beta, where nn is the number of vertices. We complement the algorithm with tight lower bounds for Erdos-Renyi graphs and the case when β\beta is close to two.

Keywords

Cite

@article{arxiv.1712.08709,
  title  = {Pruning based Distance Sketches with Provable Guarantees on Random Graphs},
  author = {Hongyang Zhang and Huacheng Yu and Ashish Goel},
  journal= {arXiv preprint arXiv:1712.08709},
  year   = {2019}
}

Comments

Full version for the conference paper to appear in The Web Conference'19

R2 v1 2026-06-22T23:27:59.304Z