Parallel and I/O-Efficient Algorithms for Non-Linear Preferential Attachment

11/13/2022
by   Daniel Allendorf, et al.
0

Preferential attachment lies at the heart of many network models aiming to replicate features of real world networks. To simulate the attachment process, conduct statistical tests, or obtain input data for benchmarks, efficient algorithms are required that are capable of generating large graphs according to these models. Existing graph generators are optimized for the most simple model, where new nodes that arrive in the network are connected to earlier nodes with a probability P(h) ∝ d that depends linearly on the degree d of the earlier node h. Yet, some networks are better explained by a more general attachment probability P(h) ∝ f(d) for some function f ℕ → ℝ. Here, the polynomial case f(d) = d^α where α∈ℝ_>0 is of particular interest. In this paper, we present efficient algorithms that generate graphs according to the more general models. We first design a simple yet optimal sequential algorithm for the polynomial model. We then parallelize the algorithm by identifying batches of independent samples and obtain a near-optimal speedup when adding many nodes. In addition, we present an I/O-efficient algorithm that can even be used for the fully general model. To showcase the efficiency and scalability of our algorithms, we conduct an experimental study and compare their performance to existing solutions.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
02/06/2019

Bandit Multiclass Linear Classification: Efficient Algorithms for the Separable Case

We study the problem of efficient online multiclass linear classificatio...
research
05/16/2019

Efficiently Generating Geometric Inhomogeneous and Hyperbolic Random Graphs

Hyperbolic random graphs (HRG) and geometric inhomogeneous random graphs...
research
05/14/2020

Parallel Minimum Spanning Tree Algorithms and Evaluation

Minimum Spanning Tree (MST) is an important graph algorithm that has wid...
research
04/12/2023

Recognizing and generating unswitchable graphs

In this paper, we show that unswitchable graphs are a proper subclass of...
research
01/25/2022

On the Feasible Region of Efficient Algorithms for Attributed Graph Alignment

Graph alignment aims at finding the vertex correspondence between two co...
research
07/14/2020

Algorithmic applications of the corestriction of central simple algebras

Let L be a separable quadratic extension of either ℚ or 𝔽_q(t). We propo...
research
04/10/2019

An In-Depth Comparison of s-t Reliability Algorithms over Uncertain Graphs

Uncertain, or probabilistic, graphs have been increasingly used to repre...

Please sign up or login with your details

Forgot password? Click here to reset