English

Updating Dynamic Random Hyperbolic Graphs in Sublinear Time

Data Structures and Algorithms 2018-02-12 v1

Abstract

Generative network models play an important role in algorithm development, scaling studies, network analysis, and realistic system benchmarks for graph data sets. A complex network model gaining considerable popularity builds random hyperbolic graphs, generated by distributing points within a disk in the hyperbolic plane and then adding edges between points with a probability depending on their hyperbolic distance. We present a dynamic extension to model gradual network change, while preserving at each step the point position probabilities. To process the dynamic changes efficiently, we formalize the concept of a probabilistic neighborhood: Let PP be a set of nn points in Euclidean or hyperbolic space, qq a query point, dist\operatorname{dist} a distance metric, and f:R+[0,1]f : \mathbb{R}^+ \rightarrow [0,1] a monotonically decreasing function. Then, the probabilistic neighborhood N(q,f)N(q, f) of qq with respect to ff is a random subset of PP and each point pPp \in P belongs to N(q,f)N(q,f) with probability f(dist(p,q))f(\operatorname{dist}(p,q)). We present a fast, sublinear-time query algorithm to sample probabilistic neighborhoods from planar point sets. For certain distributions of planar PP, we prove that our algorithm answers a query in O((N(q,f)+n)logn)O((|N(q,f)| + \sqrt{n})\log n) time with high probability. This enables us to process a node movement in random hyperbolic graphs in sublinear time, resulting in a speedup of about one order of magnitude in practice compared to the fastest previous approach. Apart from that, our query algorithm is also applicable to Euclidean geometry, making it of independent interest for other sampling or probabilistic spreading scenarios.

Keywords

Cite

@article{arxiv.1802.03297,
  title  = {Updating Dynamic Random Hyperbolic Graphs in Sublinear Time},
  author = {Moritz von Looz and Henning Meyerhenke},
  journal= {arXiv preprint arXiv:1802.03297},
  year   = {2018}
}

Comments

arXiv admin note: text overlap with arXiv:1509.01990

R2 v1 2026-06-23T00:17:08.505Z