UPA model

From HandWiki

In the analysis of social networks, the uniform-preferential-attachment model, or UPA model is a variation of the Barabási–Albert model in which the preferential attachment is perceived as having a double nature. New nodes joining the network may either attach themselves with high-degree nodes or with most recently added nodes. This behaviour can be noticed in some examples of social networks, such as the citation network of scientific publications. [1]

Model description

For an UPA network with nodes [math]\displaystyle{ \{v_{1}...v_{t}\} }[/math], we define for an arriving node [math]\displaystyle{ v_{t+1} }[/math] a subset of nodes [math]\displaystyle{ \{v_{t-w+1}...v_{t}\} }[/math] with [math]\displaystyle{ w \in \mathbb N }[/math]. This subset is called a window, which represents the w last nodes inserted into the network. A new node may link itself either with a node from the window subset, with probability p, or with any other node from [math]\displaystyle{ \{v_{1}...v_{t}\} }[/math] with probability 1-p. In the former case, the node probability distribution is uniform: each node has a probability [math]\displaystyle{ 1/w }[/math] of being chosen. In the latter, node selection follows a preferential attachment rule, as in the Barabási–Albert model.

The window size [math]\displaystyle{ l }[/math] may be constant during the addition of new nodes, expressed by [math]\displaystyle{ w := w(t) = l }[/math], where [math]\displaystyle{ t }[/math] is a discrete time variable. It can also grow with time in accord to [math]\displaystyle{ w := w(t) = \lceil \alpha t \rceil }[/math], where [math]\displaystyle{ 0 \lt \alpha \lt 1 }[/math], which means that window size growth is linear with the size of the network. The network keeps its asymptotic power law behavior in degree distribution for both cases.

Note that when [math]\displaystyle{ l = 1 }[/math] and [math]\displaystyle{ p = 0 }[/math], the UPA model reduces to the Barabási–Albert model. [1]

Degree distribution

The degree distribution for an UPA network is, considering [math]\displaystyle{ t \rarr \infin }[/math] and [math]\displaystyle{ l = 1 }[/math]:

[math]\displaystyle{ P(k) = \begin{cases} \dfrac{2(1-p)}{3-p} & \mbox{ if } k = 1 \\ \dfrac{(1-p)^2}{(2-p)(3-p)} + \dfrac{p}{2-p} & \mbox{ if } k = 2 \\ (\dfrac{2}{1-p} + 2)(\dfrac{2}{1-p} + 1)B(k, 1 + \dfrac{2}{1-p})\bar{P}(2) & \mbox{ if } k \gt 2 \end{cases} }[/math]

And for [math]\displaystyle{ l \gt 1 }[/math] we have:

[math]\displaystyle{ P(k) = \begin{cases} \dfrac{2}{(3-p)} (1 - \dfrac{p}{l})^l & \mbox{ if } k = 1 \\ \dfrac{2}{2+k(1-p)} (\dfrac{p}{l}(H_{k-1}-H_{k}) + \dfrac{(1-p)(k-1)}{2} P(k-1) & \mbox{ if } 2 \leq k \leq l+1 \\ \dfrac{B(k, l+2+\dfrac{2}{1-p})}{B(l+1,k+1+\dfrac{2}{1-p})} P(l+1) & \mbox{ if } k \gt l+1 \end{cases} }[/math]

Where [math]\displaystyle{ B(x, y) }[/math] is the Beta function and [math]\displaystyle{ H_{k} }[/math] is:

[math]\displaystyle{ H_{k} = \begin{cases} (\dfrac{p}{l})^{k-1}) \sum_{m=1}^{l-(k-1)} \binom{l-m}{l-m-(k-1)} (1-\dfrac{p}{l})^{l-m-(k-1)} & \mbox{ if } 1 \leq k \leq l \\ 0 & \mbox{ if } k \gt l \end{cases} }[/math]

The demonstration of these formulae involves the analysis of recursive functions and the Azuma-Hoeffding Inequality. It is observable that for [math]\displaystyle{ l=1 }[/math] and [math]\displaystyle{ p=0 }[/math], the degree distribution follows a power law with exponent [math]\displaystyle{ \gamma = -3 }[/math], as expected for the equivalent Barabási–Albert model. It is also proven that for every probability [math]\displaystyle{ p }[/math] and window size [math]\displaystyle{ l }[/math], the network asymptotically follows a power law and thus keeps its scale free behavior. [1]

Occurrences in real world

Reddit

An UPA network may be used to model Reddit positive votes (upvotes). Consider each node represented by a post [math]\displaystyle{ \mathbb P }[/math] and the links representing upvotes given by the author after posting [math]\displaystyle{ \mathbb P }[/math]. Whenever a user posts a comment, he or she usually look in the same topic for another post to comment on, which characterizes a uniform attachment. However, this user may also find it more interesting to search for another topic to comment on, possibly a popular one. The latter represent a preferential attachment in the UPA network model.

Citation network

A citation network of scientific publications is usually represented by scientific papers as nodes and citations as links. Considering a network of papers from the same field of knowledge, whenever a new node is inserted into this network, it either attaches itself to the latest publications (uniform attachment) or to the most important papers in its field of expertise (preferential attachment). Thus, the general behavior of these networks can be described by an UPA model.

Related work

  • Instead of a double nature involving uniform and preferential attachment, a network may combine preferential and anti-preferential attachments. In this network model, nodes can either be inserted or removed from the network with the passing of time [math]\displaystyle{ t }[/math]. [2]

References

  1. 1.0 1.1 1.2 Pachon, Angelica; Sacerdote, Laura; Yang, Shuyi. Scale-free behavior of networks with the copresence of preferential and uniform attachment rules. Mathematics Department “G. Peano”, University of Torino, 2017.
  2. de Ambroggio, Umberto; Sacerdote, Laura; Polito, Frederico. On dynamic random graphs with degree homogenization via anti-preferential attachment probabilities. Mathematics Department “G. Peano”, University of Torino, 2019.