Gradient network

From HandWiki

In network science, a gradient network is a directed subnetwork of an undirected "substrate" network where each node has an associated scalar potential and one out-link that points to the node with the smallest (or largest) potential in its neighborhood, defined as the union of itself and its neighbors on the substrate network.[1]

Definition

Transport takes place on a fixed network [math]\displaystyle{ G = G(V,E) }[/math] called the substrate graph. It has N nodes, [math]\displaystyle{ V = \{0, 1, ...,N-1\} }[/math] and the set of edges [math]\displaystyle{ E = \{(i,j) | i,j\in V\} }[/math]. Given a node i, we can define its set of neighbors in G by Si(1) = {j ∈ V | (i,j)∈ E}.

An example of a gradient network.[2]

Let us also consider a scalar field, h = {h0, .., hN−1} defined on the set of nodes V, so that every node i has a scalar value hi associated to it.

Gradient ∇hi on a network: ∇hi[math]\displaystyle{ = }[/math](i, μ(i)) i.e. the directed edge from i to μ(i), where μ(i) ∈ Si(1) ∪ {i}, and hμ has the maximum value in [math]\displaystyle{ { h_j | j \in S_i^{(1)} \cup {i}} }[/math].

Gradient network : [math]\displaystyle{ G = }[/math][math]\displaystyle{ G }[/math] [math]\displaystyle{ (V, F) }[/math] where F is the set of gradient edges on G.

In general, the scalar field depends on time, due to the flow, external sources and sinks on the network. Therefore, the gradient network ∇[math]\displaystyle{ G }[/math] will be dynamic.[3]

Motivation and history

The concept of a gradient network was first introduced by Toroczkai and Bassler (2004).[4][5]

Generally, real-world networks (such as citation graphs, the Internet, cellular metabolic networks, the worldwide airport network), which often evolve to transport entities such as information, cars, power, water, forces, and so on, are not globally designed; instead, they evolve and grow through local changes. For example, if a router on the Internet is frequently congested and packets are lost or delayed due to that, it will be replaced by several interconnected new routers.[2]

Moreover, this flow is often generated or influenced by local gradients of a scalar. For example: electric current is driven by a gradient of electric potential. In information networks, properties of nodes will generate a bias in the way of information is transmitted from a node to its neighbors. This idea motivated the approach to study the flow efficiency of a network by using gradient networks, when the flow is driven by gradients of a scalar field distributed on the network.[2][3]

Recent research[which?] investigates the connection between network topology and the flow efficiency of the transportation.[2]

The gradient at node i is a directed edge pointing towards the largest increase of the scalar potential in the node's neighborhood.[2]

In-degree distribution of gradient networks

In a gradient network, the in-degree of a node i, ki (in) is the number of gradient edges pointing into i, and the in-degree distribution is [math]\displaystyle{ R(l)= P\{k_i^{(in)}=l\} }[/math] .

The degree distributions of the gradient network and the substrate(BA Model).[3]

When the substrate G is a random graph and each pair of nodes is connected with probability P (i.e. an Erdős–Rényi random graph), the scalars hi are i.i.d. (independent identically distributed) the exact expression for R(l) is given by

[math]\displaystyle{ R(l)=\frac{1}{N}\sum_{n=0}^{N-1}\mathrm{C}^{N-1-n}_l[1-p(1-p)]^{N-1-n-l}[p(1-p)^n]^l] }[/math][3]

In the limit [math]\displaystyle{ N\to\infty }[/math] and [math]\displaystyle{ P\to 0 }[/math], the degree distribution becomes the power law

[math]\displaystyle{ R(l) \approx l^{-1} }[/math]

This shows in this limit, the gradient network of random network is scale-free.[3]

Furthermore, if the substrate network G is scale-free, like in the Barabási–Albert model, then the gradient network also follow the power-law with the same exponent as those of G.[2]

The congestion on networks

The fact that the topology of the substrate network influence the level of network congestion can be illustrated by a simple example: if the network has a star-like structure, then at the central node, the flow would become congested because the central node should handle all the flow from other nodes. However, if the network has a ring-like structure, since every node takes the same role, there is no flow congestion.

Illustrating the influence of structure on flows.[3]

Under assumption that the flow is generated by gradients in the network, flow efficiency on networks can be characterized through the jamming factor (or congestion factor), defined as follows:

[math]\displaystyle{ J = 1 - \langle \langle \frac{N_\text{receive}}{N_\text{send}} \rangle_h \rangle_\text{network} = R(0) }[/math]

where Nreceive is the number of nodes that receive gradient flow and Nsend is the number of nodes that send gradient flow. The value of J is between 0 and 1; [math]\displaystyle{ J=0 }[/math] means no congestion, and [math]\displaystyle{ J=1 }[/math] corresponds to maximal congestion. In the limit [math]\displaystyle{ N\to\infty }[/math], for an Erdős–Rényi random graph, the congestion factor becomes

[math]\displaystyle{ J(N,P) = 1 - \frac{\ln N}{N \ln(\frac{1}{1-P})} \left[ 1 + O(\frac{1}{N}) \right]\rightarrow 1. }[/math]

This result shows that random networks are maximally congested in that limit. On the contrary, for a scale-free network, J is a constant for any N, which means that scale-free networks are not prone to maximal jamming.[6]

Fig.7. The congestion coefficient for random graphs and scale-free networks.[2]

Approaches to control congestion

One problem in communication networks is understanding how to control congestion and maintain normal and efficient network function.[7]

Zonghua Liu et al. (2006) showed that congestion is more likely to occur at the nodes with high degrees in networks, and an efficient approach of selectively enhancing the message-process capability of a small fraction (e.g. 3%) of nodes is shown to perform just as well as enhancing the capability of all nodes.[7]

Ana L Pastore y Piontti et al. (2008) showed that relaxational dynamics[clarification needed] can reduce network congestion.[8]

Pan et al. (2011) studied jamming properties in a scheme where edges are given weights of a power of the scalar difference between node potentials.[9][clarification needed]

Niu and Pan (2016) showed that congestion can be reduced by introducing a correlation between the gradient field and the local network topology.[10][clarification needed]

<n(k)> is the average packet number as a function of degree, packet-processing capabilities: 0 (circles), 0.05 (squares), 0.1 (stars).[7]
The comparison between the efficient approach (circles) with the capability of top 3% degree nodes enhanced and the normal approach (stars) with the capability of all nodes enhanced. (a) packet-processing capability equals to 0.05, (b) packet-processing capability equals to 0.1. <n(k)> is the average packet number as a function of degree.[7]

See also

References

  1. Danila, Bogdan; Yu, Yong; Earl, Samuel; Marsh, John A.; Toroczkai, Zoltán; Bassler, Kevin E. (2006-10-19). "Congestion-gradient driven transport on complex networks". Physical Review E 74 (4): 046114. doi:10.1103/physreve.74.046114. ISSN 1539-3755. PMID 17155140. Bibcode2006PhRvE..74d6114D. 
  2. 2.0 2.1 2.2 2.3 2.4 2.5 2.6 "Gradient Networks". http://cnls.lanl.gov/External/people/highlights/Toroczkai_net.pdf. 
  3. 3.0 3.1 3.2 3.3 3.4 3.5 Toroczkai, Zoltán; Kozma, Balázs; Bassler, Kevin E; Hengartner, N W; Korniss, G (2008-04-02). "Gradient networks". Journal of Physics A: Mathematical and Theoretical (IOP Publishing) 41 (15): 155103. doi:10.1088/1751-8113/41/15/155103. ISSN 1751-8113. Bibcode2008JPhA...41o5103T. 
  4. Niu, Rui-Wu; Pan, Gui-Jun (2016-04-01). "Transport optimization on complex gradient networks" (in en). Chinese Journal of Physics 54 (2): 278–284. doi:10.1016/j.cjph.2016.04.014. ISSN 0577-9073. Bibcode2016ChJPh..54..278N. https://www.sciencedirect.com/science/article/pii/S0577907316301654. 
  5. Toroczkai, Zoltán; Bassler, Kevin E. (2004). "Jamming is limited in scale-free systems" (in en). Nature 428 (6984): 716. doi:10.1038/428716a. ISSN 1476-4687. PMID 15085122. 
  6. Toroczkai, Zoltán; Bassler, Kevin E. (2004). "Jamming is limited in scale-free systems". Nature (Springer Science and Business Media LLC) 428 (6984): 716. doi:10.1038/428716a. ISSN 0028-0836. PMID 15085122. 
  7. 7.0 7.1 7.2 7.3 Liu, Zonghua; Ma, Weichuan; Zhang, Huan; Sun, Yin; Hui, P.M. (2006). "An efficient approach of controlling traffic congestion in scale-free networks". Physica A: Statistical Mechanics and Its Applications (Elsevier BV) 370 (2): 843–853. doi:10.1016/j.physa.2006.02.021. ISSN 0378-4371. Bibcode2006PhyA..370..843L. 
  8. L Pastore y Piontti, Ana; E La Rocca, Cristian; Toroczkai, Zoltán; A Braunstein, Lidia; A Macri, Pablo; López, Eduardo (14 May 2008). "Using relaxational dynamics to reduce network congestion" (in en). New Journal of Physics 10 (9): 093007. 5 September 2008. doi:10.1088/1367-2630/10/9/093007. Bibcode2008NJPh...10i3007P. 
  9. Pan, Gui-Jun; Liu, Sheng-Hong; Li, Mei (2011-09-15). "Jamming in the weighted gradient networks" (in en). Physica A: Statistical Mechanics and Its Applications 390 (18): 3178–3182. doi:10.1016/j.physa.2011.03.018. ISSN 0378-4371. Bibcode2011PhyA..390.3178P. https://www.sciencedirect.com/science/article/pii/S0378437111002317. 
  10. Niu, Rui-Wu; Pan, Gui-Jun (2016-04-01). "Transport optimization on complex gradient networks" (in en). Chinese Journal of Physics 54 (2): 278–284. doi:10.1016/j.cjph.2016.04.014. ISSN 0577-9073. Bibcode2016ChJPh..54..278N. https://www.sciencedirect.com/science/article/pii/S0577907316301654.