Teknologi Informatika    
   
Daftar Isi
(Sebelumnya) Bar chartBarcode reader (Berikutnya)

Barabási–Albert model

The Barabási–Albert (BA) model is an algorithm for generating random scale-free networks using a preferential attachment mechanism. Scale-free networks are widely observed in natural and human-made systems, including the Internet, the world wide web, citation networks, and some social networks.

Contents

Concepts

Many observed networks 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 generates 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. Similarly, on the web, new pages link preferentially to hubs, i.e. very well known sites such as Google or Wikipedia, 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. This explains the preferential attachment probability rule.

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 steps of the growth of the network according to the Barabasi–Albert model

The network begins with an initial network of m0 nodes. m0 ≥ 2 and the degree of each node in the initial network should be at least 1, otherwise it will always remain disconnected from the rest of the network.

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

p_i = \frac{k_i}{\sum_j k_j},

where ki is the degree of node i and the sum is made over all preexisting nodes j. 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.

A network generated according to the Barabasi Albert model. The network is made of 50 vertices with initial degrees m=1.

Properties

Degree distribution

The degree distribution of the BA Model, which follows a power law. In loglog scale the power law function is a straight line.[2]

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

P\left(k\right)\sim k^{-3} \,

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[1] and goes as

\ell\sim\frac{\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\ell}, of finding a link between nodes of degrees k and \ell in the BA model when m=1 is given by

n_{k\ell}=\frac{4\left(\ell-1\right)}{k\left(k+1\right)\left(k+\ell\right)\left(k+\ell+1\right)\left(k+\ell+2\right)}+\frac{12\left(\ell-1\right)}{k\left(k+\ell-1\right)\left(k+\ell\right)\left(k+\ell+1\right)\left(k+\ell+2\right)}.

This is certainly not the result expected if the distributions were uncorrelated, n_{k\ell}=k^{-3}\ell^{-3}[1]

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\sim N^{-0.75}. \,

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.[3]

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.

Limiting cases

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,[4] 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.[1]

History

The first use of a preferential attachment mechanism to explain power-law distributions appears to have been by Yule in 1925,[5] although Yule's mathematical treatment is opaque by modern standards because of the lack of appropriate tools for analyzing stochastic processes. The modern master equation method, which yields a more transparent derivation, was applied to the problem by Herbert A. Simon in 1955[6] 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[7] 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.[2]

See also

References

  1. ^ a b c d R. Albert; A.-L. Barabási (2002). "Statistical mechanics of complex networks". Reviews of Modern Physics 74: 47–97. arXiv:cond-mat/0106096. Bibcode:2002RvMP...74...47A. doi:10.1103/RevModPhys.74.47. 
  2. ^ a b Albert-László Barabási & Réka Albert (October 1999). "Emergence of scaling in random networks". Science 286 (5439): 509–512. arXiv:cond-mat/9910332. Bibcode:1999Sci...286..509B. doi:10.1126/science.286.5439.509. PMID 10521342. 
  3. ^ S.N. Dorogovtsev, A.V. Goltsev, and J.F.F. Mendes, e-print cond-mat/0112143.
  4. ^ Pekoz, Erol; A. Rollin, N. Ross (To appear, 2012). "Total variation and local limit error bounds for geometric approximation". Bernoulli. 
  5. ^ Udny Yule; Yule, G. Udny (1925). "A Mathematical Theory of Evolution Based on the Conclusions of Dr. J. C. Willis, F.R.S.". Journal of the Royal Statistical Society 88 (3): 433–436. doi:10.2307/2341419. JSTOR 2341419. 
  6. ^ Herbert A. Simon (December 1955). "On a Class of Skew Distribution Functions". Biometrika 42 (3–4): 425–440. doi:10.1093/biomet/42.3-4.425. 
  7. ^ D.J. de Solla Price (1976). "A general theory of bibliometric and other cumulative advantage processes". Journal of the American Society for Information Science 27: 292–306. doi:10.1002/asi.4630270505. 

External links

(Sebelumnya) Bar chartBarcode reader (Berikutnya)