Initial Attractiveness
   HOME

TheInfoList



OR:

The initial attractiveness is a possible extension of the
Barabási–Albert model The Barabási–Albert (BA) model is an algorithm for generating random scale-free network, scale-free complex network, networks using a preferential attachment mechanism. Several natural and human-made systems, including the Internet, the Worl ...
(preferential attachment model). The Barabási–Albert model generates scale-free networks where the
degree distribution In the study of graphs and networks, the degree of a node in a network is the number of connections it has to other nodes and the degree distribution is the probability distribution of these degrees over the whole network. Definition The degr ...
can be described by a pure
power law In statistics, a power law is a Function (mathematics), functional relationship between two quantities, where a Relative change and difference, relative change in one quantity results in a relative change in the other quantity proportional to the ...
. However, the degree distribution of most real life networks cannot be described by a power law solely. The most common discrepancies regarding the degree distribution found in real networks are the high degree cut-off (or
structural cut-off The structural cut-off is a concept in network science which imposes a degree cut-off in the degree distribution of a finite size network due to structural limitations (such as the simple graph property). Networks with vertices with degree highe ...
) and the low degree saturation. The inclusion of initial attractiveness in the Barabási–Albert model addresses the low-degree saturation phenomenon. Intuitively, it also makes sense since when moving to a new city you can still make new connections even though you don't know anyone. But in the Barabási–Albert model a node that has degree zero has probability 0 of garnering new connections. With initial attractiveness you always have a residual "attractiveness" irrespective of how many connections you already have.


Definition

The Barabási–Albert model defines the following linear preferential attachment rule: \Pi\left(k_i\right)=\frac. This would imply that the probability that a new node will attach to a node that has a zero degree is zero – \Pi(0)=0. The preferential attachment function of the
Barabási–Albert model The Barabási–Albert (BA) model is an algorithm for generating random scale-free network, scale-free complex network, networks using a preferential attachment mechanism. Several natural and human-made systems, including the Internet, the Worl ...
can be modified as follows: \Pi(k)=A+k as proposed by Dorogovtsev-Mendes-Samukhin. The constant A denotes the initial attractiveness of the node. From this the preferential attachment rule with initial attractiveness comes as: : \Pi(k_i)=\frac Based on this attachment rule it can be inferred that: \Pi(0)\sim A. This means that even isolated nodes with \Pi(0) have a chance to obtain connections with the newly arriving nodes.


Consequences

The presence of initial attractiveness results in two important consequences one is the small degree cut-off (or small degree saturation). The degree saturation occurs because by using initial attractiveness we increase the probability of connecting to low degree nodes which flattens their probability in the degree distribution. Another consequence is the increased degree exponent of the degree distribution. This is important because it changes the properties of the network. The network becomes more homogeneous, closer to a random network, decreasing the size and frequency of the hubs.


Small degree cut-off/saturation

The small degree saturation is an empirical regularity – the number of nodes with low degree is smaller than it would be expected if a power law would describe the degree distribution. The reason why this appears is the following: initial attractiveness increases the probability that the node obtains connection with an arriving node. This increased attachment probability becomes marginal as the node obtains more connections – it does not affect the right tail of the distribution. The degree distribution of a model with initial attractiveness can be described by the following: p_k=C\cdot (k+A)^.


Examples

There are numerous real life networks when the degree distribution shows some kind of small degree cut-off. The following list offers some examples: *
Scientific collaboration network Scientific collaboration network is a social network where nodes are scientists and links are co-authorships as the latter is one of the most well documented forms of scientific collaboration. It is an undirected, scale-free network where the ...
* Co-stardom network * Citation network


Higher degree exponent

Importantly, in case of the
Barabási–Albert model The Barabási–Albert (BA) model is an algorithm for generating random scale-free network, scale-free complex network, networks using a preferential attachment mechanism. Several natural and human-made systems, including the Internet, the Worl ...
the exponent of the degree distribution, here denoted by \gamma, has a value of 3. In case of the
Barabási–Albert model The Barabási–Albert (BA) model is an algorithm for generating random scale-free network, scale-free complex network, networks using a preferential attachment mechanism. Several natural and human-made systems, including the Internet, the Worl ...
with initial attractiveness the degree exponent is simply \gamma=3+\frac. Here m denotes the initial number of links in the network. As \gamma is higher than 3 it follows that the network is in the random network regime and as the number of initial nodes is higher it converges to the scale-free regime. The same holds for the value of the initial attractiveness as A is higher the more the network is into the random network regime. This means that the number of nodes with relatively high degrees will be lower than it would be in the
Barabási–Albert model The Barabási–Albert (BA) model is an algorithm for generating random scale-free network, scale-free complex network, networks using a preferential attachment mechanism. Several natural and human-made systems, including the Internet, the Worl ...
. The higher degree exponent generally implies that the network is more homogeneous – most nodes are average linked.


See also

*
Barabási–Albert model The Barabási–Albert (BA) model is an algorithm for generating random scale-free network, scale-free complex network, networks using a preferential attachment mechanism. Several natural and human-made systems, including the Internet, the Worl ...
*
Preferential attachment A preferential attachment process is any of a class of processes in which some quantity, typically some form of wealth or credit, is distributed among a number of individuals or objects according to how much they already have, so that those who ...
*
Fitness model (network theory) In complex network theory, the fitness model is a model of the evolution of a network: how the links between nodes change over time depends on the fitness of nodes. Fitter nodes attract more links at the expense of less fit nodes. It has been used ...
*
Small-world network A small-world network is a graph characterized by a high clustering coefficient and low distances. In an example of the social network, high clustering implies the high probability that two friends of one person are friends themselves. The l ...
*
Scale-free network A scale-free network is a network whose degree distribution follows a power law, at least asymptotically. That is, the fraction ''P''(''k'') of nodes in the network having ''k'' connections to other nodes goes for large values of ''k'' as : P( ...


References

{{Reflist Graph algorithms