Computer Science > Data Structures and Algorithms
[Submitted on 29 Nov 2017 (this version), latest version 5 Dec 2020 (v3)]
Title:Local-Access Generators for Basic Random Graph Models
View PDFAbstract:Consider a computation on a massive random graph: Does one need to generate the whole random graph up front, prior to performing the computation? Or, is it possible to provide an oracle to answer queries to the random graph "on-the-fly" in a much more efficient manner overall? That is, to provide a $local\ access\ generator$ which incrementally constructs the random graph locally, at the queried portions, in a manner consistent with the random graph model and all previous choices. Local access generators can be useful when studying the local behavior of specific random graph models. Our goal is to design local access generators whose required resource overhead for answering each query is significantly more efficient than generating the whole random graph.
Our results focus on undirected graphs with independent edge probabilities, that is, each edge is chosen as an independent Bernoulli random variable. We provide a general implementation for generators in this model. Then, we use this construction to obtain the first efficient local implementations for the Erdös-Rényi $G(n,p)$ model, and the Stochastic Block model.
As in previous local-access implementations for random graphs, we support $vertex$-$pair$, $next$-$neighbor$ queries, and $all$-$neighbors$ queries. In addition, we introduce a new $random$-$neighbor$ query. We also give the first local-access generation procedure for $all$-$neighbors$ queries in the (sparse and directed) Kleinberg's Small-World model. Note that, in the sparse case, an $all$-$neighbors$ query can be used to simulate the other types of queries efficiently. All of our generators require no pre-processing time, and answer each query using $polylog(n) $ time, random bits, and additional space.
Submission history
From: Amartya Shankha Biswas [view email][v1] Wed, 29 Nov 2017 06:08:01 UTC (61 KB)
[v2] Tue, 7 Jan 2020 02:26:10 UTC (3,250 KB)
[v3] Sat, 5 Dec 2020 12:32:28 UTC (3,261 KB)
References & Citations
Bibliographic and Citation Tools
Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
Papers with Code (What is Papers with Code?)
ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.