Sublinear Random Access Generators for Preferential Attachment Graphs
Guy Even, Reut Levi, Moti Medina, Adi Rosen

TL;DR
This paper introduces on-the-fly algorithms for efficiently generating and querying preferential attachment graphs, significantly reducing resource requirements compared to traditional full graph storage methods.
Contribution
It presents novel on-the-fly generation algorithms for BA-graphs and recursive trees, enabling efficient random access with polylogarithmic time, space, and randomness per query.
Findings
Queries answered in polylogarithmic time with high probability
Space and random bits per query are polylogarithmic in graph size
Enables efficient simulation and analysis of large BA-graphs
Abstract
We consider the problem of sampling from a distribution on graphs, specifically when the distribution is defined by an evolving graph model, and consider the time, space and randomness complexities of such samplers. In the standard approach, the whole graph is chosen randomly according to the randomized evolving process, stored in full, and then queries on the sampled graph are answered by simply accessing the stored graph. This may require prohibitive amounts of time, space and random bits, especially when only a small number of queries are actually issued. Instead, we propose to generate the graph on-the-fly, in response to queries, and therefore to require amounts of time, space, and random bits which are a function of the actual number of queries. We focus on two random graph models: the Barab{\'{a}}si-Albert Preferential Attachment model (BA-graphs) and the random recursive…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
