Girish Mahajan (Editor)

Barabási–Albert model

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Barabási–Albert model

The Barabási–Albert (BA) model is an algorithm for generating random scale-free networks using a preferential attachment mechanism. Several natural and human-made systems, including the Internet, the world wide web, citation networks, and some social networks are thought to be approximately scale-free and certainly contain few nodes (called hubs) with unusually high degree as compared to the other nodes of the network. BA model tries to explain existence of such nodes in real networks. The algorithm is named for its inventors Albert-László Barabási and Réka Albert and is a special case of a more general model called Price's model

Contents

Concepts

Many observed networks (at least approximately) fall into the class of scale-free networks, meaning that they have power-law (or scale-free) degree distributions, while random graph models such as the Erdős–Rényi (ER) model and the Watts–Strogatz (WS) model do not exhibit power laws. The Barabási–Albert model is one of several proposed models that generate scale-free networks. It incorporates two important general concepts: growth and preferential attachment. Both growth and preferential attachment exist widely in real networks.

Growth means that the number of nodes in the network increases over time.

Preferential attachment means that the more connected a node is, the more likely it is to receive new links. Nodes with higher degree have stronger ability to grab links added to the network. Intuitively, the preferential attachment can be understood if we think in terms of social networks connecting people. Here a link from A to B means that person A "knows" or "is acquainted with" person B. Heavily linked nodes represent well-known people with lots of relations. When a newcomer enters the community, s/he is more likely to become acquainted with one of those more visible people rather than with a relative unknown. The BA model was proposed by assuming that in the World Wide Web, new pages link preferentially to hubs, i.e. very well known sites such as Google, rather than to pages that hardly anyone knows. If someone selects a new page to link to by randomly choosing an existing link, the probability of selecting a particular page would be proportional to its degree. The BA model claims that this explains the preferential attachment probability rule. However, in spite of being quite a useful model, empirical evidence suggests that the mechanism in its simplest form does not apply to the World Wide Web as shown in "Technical Comment to 'Emergence of Scaling in Random Networks'".  However, later Bianconi–Barabási model addresses this issue by introducing a fitness parameter. Preferential attachment is an example of a positive feedback cycle where initially random variations (one node initially having more links or having started accumulating links earlier than another) are automatically reinforced, thus greatly magnifying differences. This is also sometimes called the Matthew effect, "the rich get richer", and in chemistry autocatalysis.

Algorithm

The network begins with an initial connected network of m 0 nodes.

New nodes are added to the network one at a time. Each new node is connected to m m 0 existing nodes with a probability that is proportional to the number of links that the existing nodes already have. Formally, the probability p i that the new node is connected to node i is

p i = k i j k j ,

where k i is the degree of node i and the sum is made over all pre-existing nodes j (i.e. the denominator results in twice the current number of edges in the network). Heavily linked nodes ("hubs") tend to quickly accumulate even more links, while nodes with only a few links are unlikely to be chosen as the destination for a new link. The new nodes have a "preference" to attach themselves to the already heavily linked nodes.

Degree distribution

The degree distribution resulting from the BA model is scale free, in particular, it is a power law of the form

P ( k ) k 3

Hirsch index distribution

The h-index or Hirsch index distribution was shown to also be scale free and was proposed as the lobby index, to be used as a centrality measure

H ( k ) k 6

Furthermore, an analytic result for the density of nodes with h-index 1 can be obtained in the case where m 0 = 1

H ( 1 ) | m 0 = 1 = 4 π

Average path length

The average path length of the BA model increases approximately logarithmically with the size of the network. The actual form has a double logarithmic correction and goes as

ln N ln ln N .

The BA model has a systematically shorter average path length than a random graph.

Node degree correlations

Correlations between the degrees of connected nodes develop spontaneously in the BA model because of the way the network evolves. The probability, n k , of finding a link that connects a node of degree k to an ancestor node of degree in the BA model for the special case of m = 1 is given by

n k = 4 ( 1 ) k ( k + 1 ) ( k + ) ( k + + 1 ) ( k + + 2 ) + 12 ( 1 ) k ( k + 1 ) ( k + ) ( k + + 1 ) ( k + + 2 ) .

This is certainly not the result expected if the distributions were uncorrelated, n k = k 3 3 .

For general m , the fraction of links who connect a node of degree k to a node of degree is

p ( k , ) = m ( m + 1 ) k ( k + 1 ) ( + 1 ) [ 1 ( 2 m + 2 m + 1 ) ( k + 2 m m ) ( k + + 2 + 1 ) ] .

Also, the nearest-neighbor degree distribution p ( k ) , that is, the degree distribution of the neighbors of a node with degree k , is given by

p ( k ) = m ( k + 2 ) k ( + 1 ) [ 1 ( 2 m + 2 m + 1 ) ( k + 2 m m ) ( k + + 2 + 1 ) ] .

In other words, if we select a node with degree k , and then select one of its neighbors randomly, the probability that this randomly selected neighbor will have degree is given by the expression p ( | k ) above.

Clustering coefficient

While there is no analytical result for the clustering coefficient of the BA model, the empirically determined clustering coefficients are generally significantly higher for the BA model than for random networks. The clustering coefficient also scales with network size following approximately a power law

C N 0.75 .

Edit: Analytical result for the clustering coefficient of the BA model was obtained by Klemm and Eguíluz and proven by Bollobás. A mean-field approach to study the clustering coefficient was applied by Fronczak, Fronczak and Holyst.

This behavior is still distinct from the behavior of small-world networks where clustering is independent of system size. In the case of hierarchical networks, clustering as a function of node degree also follows a power-law,

C ( k ) = k 1 .

This result was obtained analytically by Dorogovtsev, Goltsev and Mendes.

Spectral properties

The spectral density of BA model has a different shape from the semicircular spectral density of random graph. It has a triangle-like shape with the top lying well above the semicircle and edges decaying as a power law.

Dynamic Scaling

By definition, the BA model describes a time developing phenomenon and hence, besides its scale-free property, one could also look for its dynamic scaling property. In the BA network nodes can also be characterized by generalized degree q , the product of the square root of the birth time of each node and their corresponding degree k , instead of the degree k alone since the time of birth matters in the BA network. We find that the generalized degree distribution F ( q , t ) has some non-trivial features and exhibits dynamic scaling

F ( q , t ) t 1 / 2 ϕ ( q / t 1 / 2 ) .

It implies that the distinct plots of F ( q , t ) vs q would collapse into a universal curve if we plots F ( q , t ) t 1 / 2 vs q / t 1 / 2 .

Model A

Model A retains growth but does not include preferential attachment. The probability of a new node connecting to any pre-existing node is equal. The resulting degree distribution in this limit is geometric, indicating that growth alone is not sufficient to produce a scale-free structure.

Model B

Model B retains preferential attachment but eliminates growth. The model begins with a fixed number of disconnected nodes and adds links, preferentially choosing high degree nodes as link destinations. Though the degree distribution early in the simulation looks scale-free, the distribution is not stable, and it eventually becomes nearly Gaussian as the network nears saturation. So preferential attachment alone is not sufficient to produce a scale-free structure.

The failure of models A and B to lead to a scale-free distribution indicates that growth and preferential attachment are needed simultaneously to reproduce the stationary power-law distribution observed in real networks.

History

The first use of a preferential attachment mechanism to explain power-law distributions appears to have been by Yule in 1925. The modern master equation method, which yields a more transparent derivation, was applied to the problem by Herbert A. Simon in 1955 in the course of studies of the sizes of cities and other phenomena. It was first applied to the growth of networks by Derek de Solla Price in 1976 who was interested in the networks of citation between scientific papers. The name "preferential attachment" and the present popularity of scale-free network models is due to the work of Albert-László Barabási and Réka Albert, who rediscovered the process independently in 1999 and applied it to degree distributions on the web.

References

Barabási–Albert model Wikipedia