Literature DB >> 25375628

Structural controllability of complex networks based on preferential matching.

Xizhe Zhang1, Tianyang Lv2, XueYing Yang1, Bin Zhang1.   

Abstract

Minimum driver node sets (MDSs) play an important role in studying the structural controllability of complex networks. Recent research has shown that MDSs tend to avoid high-degree nodes. However, this observation is based on the analysis of a small number of MDSs, because enumerating all of the MDSs of a network is a #P problem. Therefore, past research has not been sufficient to arrive at a convincing conclusion. In this paper, first, we propose a preferential matching algorithm to find MDSs that have a specific degree property. Then, we show that the MDSs obtained by preferential matching can be composed of high- and medium-degree nodes. Moreover, the experimental results also show that the average degree of the MDSs of some networks tends to be greater than that of the overall network, even when the MDSs are obtained using previous research method. Further analysis shows that whether the driver nodes tend to be high-degree nodes or not is closely related to the edge direction of the network.

Entities:  

Mesh:

Year:  2014        PMID: 25375628      PMCID: PMC4222963          DOI: 10.1371/journal.pone.0112039

Source DB:  PubMed          Journal:  PLoS One        ISSN: 1932-6203            Impact factor:   3.240


Introduction

Controlling complex systems is a critical topic in many applications. A system is called controllable if it can be driven from any initial state to any desired state in a finite time. Previous researches have usually adopted a complex network as the fundamental model to analyze the topological structure [1]–[3], the evolving model [4]–[6], and the dynamic behavior [7]–[9] of complex systems. However, we still lack a thorough understanding of how to control complex networks. According to the control theory, a linear time-invariant system whose states are determined by the following equation:where the vector (t) = (x 1(t), …, x(t))T, denotes the state of N nodes in the network at time t, A is the transpose of the adjacency matrix of the network, B is the input matrix that defines how control signals are inputted to the network, and (t) = (u 1(t), …, u(t))T represents the H input signals at time t. A node whose control signal is directly inputted is called a driver node. The minimum sets of driver nodes to control a network are called the minimum driver nodes sets (MDSs). Lin [10] presented a network representation of linear time-invariant systems and stated that the system is structurally controllable if and only if the network can be spanned by cacti structures. Commault [11] proved that the minimal signals need to control a network can be obtained by maximal matching [12] of network. Based on above works, Liu [13] developed an analysis tool to study the controllability of an arbitrary complex directed network, and found that MDSs tend to be composed of low-degree nodes in both real and model networks. However, the maximum matching of a network is usually not unique [14], and thus neither are the MDSs. Previous studies [15]–[19] have only randomly sampled MDSs and analyzed a small number of the MDSs of a network because enumerating all possible maximum matchings is in the class of #P problem [20]. Therefore, the past researches have not been sufficient to arrive at a convincing conclusion about whether MDSs tend to avoid high degree nodes or not. In this paper, we propose a preferential matching algorithm to find some MDSs with desired degree properties. To find these MDSs, the algorithm arranges the matching order of the nodes according to their degree rank. Because low-ranking nodes have higher probabilities of being driver nodes, the obtained MDSs tend to be composed of the high- or the medium-degree nodes of the network. The algorithm can also be applied to obtain the MDSs with other topological properties. By using the preferential matching algorithm, we found that there were some MDSs composed mainly of high- and medium-degree nodes in some networks. Moreover, in some networks, the average degree of the MDSs tended to be greater than that of the overall network, even if the MDSs were obtained using the previous random-matching method. We conclude that there are networks that favor low-degree MDSs and other networks that favor high-degree MDSs. To find the underlying reason for this phenomenon, we designed a directed BA model for model networks and a reversal strategy for the edge direction for real networks. The experimental results showed that the MDSs of the network tended to be composed of high-degree nodes if the majority of the edges of a network were pointing from high-degree nodes to low-degree nodes; otherwise, the MDSs of the network tended to be composed of low-degree nodes. Therefore, whether the driver nodes tended to be high degree or not was closely related to the edge direction of the network.

Preferential Matching Algorithm

First, we will briefly introduce the basic concepts of maximum matching. For a directed network G, V(G) is the node set and E(G) is the edge set, with N = |V| and L = |E|. A set of edges in G is called a matching M if no two edges in M have a node in common. A node v is matched by M if there is an edge of M pointing to v, otherwise v is unmatched. A path P is said to be M-alternating if the edges of P are alternately in and not in M. An M-alternating path P that starts and ends at the unmatched nodes is called an M-augmenting path. A matching with the maximum number of nodes is called a maximum matching M *. A matching M is called a perfect matching if all of the nodes of G are matched by M. The minimum input theorem [38] proves that if there is a perfect matching in a network, the number of driver nodes is one, otherwise the number of driver nodes is equal to the number of unmatched nodes with respect to any maximum matchings. And the driver nodes are unmatched nodes. The size of the maximum matching M is denoted |M|. The minimum number of driver nodes is thus Based on this theorem, the MDSs can be obtained by finding the maximum matchings of a network. Therefore, it is critical to find all of the maximum matchings. Previous maximum matching algorithms, such as Hopcroft-Karp [12] and the Hungarian algorithm [21], are based on the theorem proposed by Berge [22]. That theorem proves that M is a maximum matching if and only if there is no augmenting path in G relative to M. Therefore, the basic idea of the maximum matching algorithm is as follows: first, find an augmenting path from each unmatched node by current matching M (initially M = φ), then obtain an expanded matching M’. Repeat the first and the second steps until no augmenting path exists. The final matching is a maximum matching. Using this process, once a node v becomes a matched node, it will be matched by the final maximum matching and won’t be a driver node. Therefore, if we deliberately arrange the matching order of nodes according to the order of degree, we would find MDSs with a desired degree property such as finding some high-degree MDSs, particularly when a network has many maximum matchings. However, the matching order of nodes is determined by the time when a node first appears in the augmenting path, but the time is hard to be pre-decided. It is possible that a node with a high degree appears very early in an augmenting path, even if it is arrange to be the last one as the start of augmenting paths. For example, we can sort the nodes as {v 0,v 1,v 2,v 3,v 4,v 5,v 6} in the ascending order by degree and treat this order as the input sequence to select the unmatched start node in finding an augmenting path. But we may find an augmenting path P v 0→v 4→v 5→v 6 at the very first step. Although the path starts from v 0 with the lowest degree, it contains the highest degree nodes v 4, v 5 and v 6 and these nodes cannot be the driver nodes of the final MDSs. Thus, the matching order of the nodes would be quite different from the degree order of the nodes, and the MDSs with a desired degree property could not be easily found. To overcome this problem, we designed an iterative preferential matching method. We sort the nodes as {v 0, v 1,…v} in the ascending order by degree and denote m as the number of preferential matching nodes. The method starts from the sub graph H 0 with the lowest-degree node ranked first; at each iterative step i, the sub graph H i will be extended by adding the node with the i-th rank, and the maximum matching of H i is calculated based on the previously obtained maximum matching of H i-1. We repeat this procedure until the sub graph H i is equal to the whole network or until m preferential nodes have been added. Details of the preferential matching method are as follows: Sort nodes as {v 0, v 1,…v}, H 0 = {v 0}, M 0 = φ, i = 1; Set H = H -1+{v} and find a maximum matching M of H based on M -1, i = i+1; Repeat step 2 until i = m; If mMDS is composed of the unmatched nodes with respect to M. An example of the proposed method is shown in Figure 1.
Figure 1

Illustration of the preferential matching algorithm process.

We rank all of the nodes in descending order by degree, and the driver nodes are nodes v 3 and v 4 that are the last two of the sequence.

Illustration of the preferential matching algorithm process.

We rank all of the nodes in descending order by degree, and the driver nodes are nodes v 3 and v 4 that are the last two of the sequence. We obtain a maximum matching of G in the step 4. And, as with current algorithms [12], [21], once v is matched in the process, it must be matched by the resulting maximum matching. The proposed method ensures that we can find the maximum number of matched nodes of H from the first i ranking nodes and that a high-degree node will not be matched in early steps because the node is not included in the early sub-graphs. Therefore, we can make the matching order of the nodes as similar as possible to the predefined order of degrees. Thus, high-degree nodes will have a higher probability of being the driver nodes. However, the order of arrangement has no influence on some particular nodes, for instance the nodes with zero in-degree must be driver nodes no matter what the input order is.

Experimental Results and Analysis

To analyze the degree property of MDSs, we selected 21 real networks that belong to 12 categories, including trust networks, food networks, electric networks, neuronal networks, citation networks, the World Wide Web, the internet, social communication networks and social organization networks. Table 1 shows the average degree of a network , the size of the networks’ MDSs n, and the fraction of driver nodes λ = n/N.
Table 1

Overview of real networks and the statistical results of their MDSs.

TypeName N L <k> [<k D min>,<k D max>] n D λ D
TrustWiki-Vote [23] 711510368929.159.66[9.66,9.66]47360.67
Food WebGrassland [24] 881373.112.67[2.20,3.02]460.52
Little Rock [25] 183249427.2615.39[14.79,15.83]990.54
Food WebSeagrass [26] 492269.228.06[6.46,11.08]130.27
Ythan [24] 1356018.907.43[4.86,9.67]690.51
Florida [27] 128210632.9124.86[16.1,36.6]300.23
Mondego [28] 4640017.3912.47[9.26,12.58]190.41
Power GridUSpowerGrid [29] 49411318810.682.73[2.06,3.50]5750.12
NeuronalC. elegans [29] 306234515.335.6[3.36,16.47]580.19
Hep-th [30] 2777035280725.419.45[7.96,11.64]59940.22
CitationZewail [31] 67525423316.06417.55[4.99,25.02]24270.36
Kohonen [31] 4470127315.6965.73[2.67,6.3]28120.63
WWWPolblogs [32] 12241671827.3212.41[4.12,17.41]4180.34
InternetP2P-1 [33] 10876399947.366.92[2.67,9.45]60040.55
Social-CommunicationUCIonline [34] 18992029621.386.75[1.72,13.76]6140.32
RegulatoryTRN-Yeast-1 [35] 4441128735.805.85[3.18,5.95]42840.96
CompaniesEva [36] 849767261.5841.59[1.36,1.61]71940.85
LiteraryLiterature [37] 35814.6284.72[4.46,5.46]130.37
TradeWorld_trade [38] 8099824.9526.93[10.46,47.33]240.3

is the average degree of a network, n is the size of a MDS, λ = n/N, is the average degree of the MDS, is the average value of for all of the obtained MDSs, and and are the maximum and the minimum values of all of the MDSs obtained by the preferential matching method under a different preferential matching number m.

is the average degree of a network, n is the size of a MDS, λ = n/N, is the average degree of the MDS, is the average value of for all of the obtained MDSs, and and are the maximum and the minimum values of all of the MDSs obtained by the preferential matching method under a different preferential matching number m. First, we find the MDSs with the desired high-degree property based on the preferential matching algorithm. Let be the average degree of the MDSs obtained under a different number m of preferential nodes, and let and be the maximum and the minimum of all of the obtained MDSs, respectively. Figure 2 shows the variation in versus m in the real and model networks. Obviously, the preferential matching method can find MDSs with the preferred high-degree property, and the high-degree property becomes clearer with the increment of m. If the nodes are sorted in ascending order according to degree, will increase with m to the upper bound will decrease with m to the lower bound .
Figure 2

Relationship of of a MDS versus the preferential matching number m.

The results above the solid line show the value of when nodes are sorted in ascending order by degree. The results below the solid line show the value of when nodes are sorted in descending order by degree.

Relationship of of a MDS versus the preferential matching number m.

The results above the solid line show the value of when nodes are sorted in ascending order by degree. The results below the solid line show the value of when nodes are sorted in descending order by degree. From Table 1 and Figure 2, a basic observation was that the MDSs were structurally diverse: the of many networks varied widely. Thus, the different MDSs of the same network could have quite different degree properties. Moreover, was greater than in many networks, such as the Grassland, Seagrass, Ythan, and Florida networks. Therefore, we were able to find the MDSs whose was greater than the average degree of the network. To further verify the above observation, we analyzed the degree distribution of driver nodes of the MDSs with high . We computed the MDS with the highest average degree MDS, and the red point means that some nodes with the degree k appear in the result MDS. The inset graph shows the degree distribution of all driver nodes of the MDS with MDS tends to be composed of high-degree nodes. It can be seen from Figure 3 that there do exist the MDS mainly composed of high- or medium- degree nodes in some networks. Taking the world-trade 38 network as an example, 66.2% of its nodes have k≤20, but none of these low-degree nodes appeared in the result MDS; meanwhile, 88.9% of the rest high-degree nodes with k>20 appeared in the MDS. Similar results can be observed in the BA and ER networks. However, not all networks had the MDS mainly composed of high-degree nodes. The MDS with 26], florida [27] and c. elegans [29] networks, while the MDS with 33] network.
Figure 3

Degree distribution of driver nodes in real and model networks.

The MDS with the highest average degree

Degree distribution of driver nodes in real and model networks.

The MDS with the highest average degree MDS and the red point means that some nodes with the degree k appeared in the result MDS. The inset graph shows the degree distribution of all driver nodes of the MDS with Second, we tried to prove that the average degree of the MDSs of some networks tended to be greater than that of the overall networks, even if the MDSs were obtained using the previous random matching method. In the experiment, we randomly sampled 10,000 different MDSs of each network. Table 1 shows the average value of the average degree of all of the sampled MDSs because the average degree of the different MDSs varied. We found that the of some networks, such as the Zewail, world trade and literature networks, were greater than or equal to even when using the previous sample method [13]. Finally, these experimental results provoked us to explain why the driver nodes of some networks tended to be low degree while others were not. According to the minimum input theorem, a driver node is not pointed to by any matched edge. Therefore, if the majority of edges of a network point from high-degree nodes to low-degree nodes, the MDSs tend to be composed of high-degree nodes. Otherwise, the MDSs tend to be composed of low-degree nodes. Figure 4 gives an example where two networks have the same topology except that the directions of their edges are opposite. The edges of the network in Figure 4( are pointing to the low-degree nodes, while the edges in Figure 4( are pointing to the high-degree nodes. Therefore, they have very different MDSs. The driver nodes of network Figure 4( are v 1, v 3 and v 4 and have the highest degrees, while the driver nodes of network Figure 4( are v 5, v 6 and v 7, which have the lowest degrees.
Figure 4

Two simple networks with  = 1.857.

Red nodes and edges are matched by a maximum matching. Black nodes and edges are driver nodes and unmatched edges. The average degrees of the MDSs of networks (a) and (b) are 2.33 and 1, respectively.

Two simple networks with  = 1.857.

Red nodes and edges are matched by a maximum matching. Black nodes and edges are driver nodes and unmatched edges. The average degrees of the MDSs of networks (a) and (b) are 2.33 and 1, respectively. Therefore, we believe that the node composition of the MDSs is closely related to the direction of the edges in a network. To verify this hypothesis, we designed a revised BA model to generate directed networks. The model was the same as the classical BA model [39] except that the direction of a newly added edge is determined by the following rule: the direction of the new edge points from an existing old node v to a new node v with probability p, and the probability of pointing in the opposite direction is 1-p. Therefore, if p is large enough, the edges of a high-degree node v will have a high probability of pointing to other nodes. The result of this arrangement is that the edges of a generated network tend to point from high-degree nodes to low-degree nodes, so the high degree nodes are more likely to be the source nodes [40], which must receive the control signal from outside. We calculated the fraction f of edges that pointed from high-degree nodes to low-degree nodes in a directed BA network. Figure 5(a) shows the linear relation between f and p.
Figure 5

Edge direction strongly influences the average degree of MDSs.

(a) The fraction f and the probability p have a clear linear relation in directed BA networks; (b) the ratio of and increase with p in directed BA networks; (c) the of all directed BA networks is always greater than when p = 1; (d) the ratio of to increases with the reversal probability R in real networks.

Edge direction strongly influences the average degree of MDSs.

(a) The fraction f and the probability p have a clear linear relation in directed BA networks; (b) the ratio of and increase with p in directed BA networks; (c) the of all directed BA networks is always greater than when p = 1; (d) the ratio of to increases with the reversal probability R in real networks. Then, we randomly calculated 10,000 MDSs of several directed BA networks using the Hopcroft-Karp algorithm. Figure 5(b) shows the average degree of the MDSs increases with p. When p = 0.5, which means that the direction of the edges are randomly decided, is much less than ; as p increases to close to 1, gradually becomes greater than ; and in Figure 5(c), when p = 1, the of all of the directed BA networks is always greater than . We also verified this hypothesis in the real networks. Due to the complexity of degree correlation in real directed networks [41], there may be no obvious relationship between and f in different real networks. Therefore, we designed the following edge-reversal strategy to verify this hypothesis: for an edge v, if kBA model, if R is large enough, the edges of a high-degree node will have a high probability of pointing to a low-degree node. Figure 5(d) shows versus R. We can see that if the original of a network is less than , the increases gradually with the increase of R and becomes greater than or equal to the of the network. However, for a few networks such as TRN-Yeast-1, the average degree of the MDSs will decrease with R. This finding suggests that other topological factors also influence the degree properties of MDSs, although the direction of the edges may be a major factor.

Discussion

The minimal driver nodes set can be obtained by finding the maximal matching of network. However, the MDSs of a network are not unique, and have very different topological features exist. Thus, one important research direction in the controllability of complex networks is analyzing the topological features of all of the possible MDSs. However, enumerating all of the MDSs is in the class of #P problem, so we tried to find the MDSs with specific topological features. Our contribution in this paper was twofold. First, we proposed a MDS-discovery method based on preferential matching. This method could effectively find a MDS with a high average degree by arranging the matching sequence of nodes based on the order of their degree. Furthermore, we were able sort nodes by any desired property and found a MDS satisfying that property. The algorithm also showed the promise for finding a MDSs that satisfy application-specific constraints. For instance, if some nodes cannot be driver nodes in practice, we let these nodes be matched with high priority in the preferential matching process; thus, a MDS without these nodes can be obtained if such a MDS exists. Second, we found that whether driver nodes tended to be low degree was closely related to the direction of edges. If the majority of edges pointed to low-degree nodes, control signals were required to transfer from high-degree nodes to low-degree nodes; thus, the MDSs tended to be composed of high-degree nodes. Future research will investigate all of the possible MDSs and analyze the degree distribution of the driver nodes of networks. In this manner, we may discover an optimal strategy for finding MDSs that satisfy specific constraints.
  17 in total

1.  Emergence of scaling in random networks

Authors: 
Journal:  Science       Date:  1999-10-15       Impact factor: 47.728

2.  Identifying communities by influence dynamics in social networks.

Authors:  Angel Stanoev; Daniel Smilkov; Ljupco Kocarev
Journal:  Phys Rev E Stat Nonlin Soft Matter Phys       Date:  2011-10-06

3.  Optimizing controllability of complex networks by minimum structural perturbations.

Authors:  Wen-Xu Wang; Xuan Ni; Ying-Cheng Lai; Celso Grebogi
Journal:  Phys Rev E Stat Nonlin Soft Matter Phys       Date:  2012-02-22

4.  Edge direction and the structure of networks.

Authors:  Jacob G Foster; David V Foster; Peter Grassberger; Maya Paczuski
Journal:  Proc Natl Acad Sci U S A       Date:  2010-05-26       Impact factor: 11.205

5.  Quantifying social group evolution.

Authors:  Gergely Palla; Albert-László Barabási; Tamás Vicsek
Journal:  Nature       Date:  2007-04-05       Impact factor: 49.962

6.  Popularity versus similarity in growing networks.

Authors:  Fragkiskos Papadopoulos; Maksim Kitsak; M Ángeles Serrano; Marián Boguñá; Dmitri Krioukov
Journal:  Nature       Date:  2012-09-12       Impact factor: 49.962

7.  Controlling complex networks: how much energy is needed?

Authors:  Gang Yan; Jie Ren; Ying-Cheng Lai; Choy-Heng Lai; Baowen Li
Journal:  Phys Rev Lett       Date:  2012-05-23       Impact factor: 9.161

8.  Control profiles of complex networks.

Authors:  Justin Ruths; Derek Ruths
Journal:  Science       Date:  2014-03-21       Impact factor: 47.728

9.  Comprehensive analysis of combinatorial regulation using the transcriptional regulatory network of yeast.

Authors:  S Balaji; M Madan Babu; Lakshminarayan M Iyer; Nicholas M Luscombe; L Aravind
Journal:  J Mol Biol       Date:  2006-05-03       Impact factor: 5.469

10.  Nodal dynamics, not degree distributions, determine the structural controllability of complex networks.

Authors:  Noah J Cowan; Erick J Chastain; Daril A Vilhena; James S Freudenberg; Carl T Bergstrom
Journal:  PLoS One       Date:  2012-06-22       Impact factor: 3.240

View more
  7 in total

1.  Input graph: the hidden geometry in controlling complex networks.

Authors:  Xizhe Zhang; Tianyang Lv; Yuanyuan Pu
Journal:  Sci Rep       Date:  2016-11-30       Impact factor: 4.379

2.  Network Distance-Based Simulated Annealing and Fuzzy Clustering for Sensor Placement Ensuring Observability and Minimal Relative Degree.

Authors:  Daniel Leitold; Agnes Vathy-Fogarassy; Janos Abonyi
Journal:  Sensors (Basel)       Date:  2018-09-14       Impact factor: 3.576

3.  An efficient algorithm for finding all possible input nodes for controlling complex networks.

Authors:  Xizhe Zhang; Jianfei Han; Weixiong Zhang
Journal:  Sci Rep       Date:  2017-09-06       Impact factor: 4.379

4.  Controllability and observability in complex networks - the effect of connection types.

Authors:  Dániel Leitold; Ágnes Vathy-Fogarassy; János Abonyi
Journal:  Sci Rep       Date:  2017-03-10       Impact factor: 4.379

5.  Efficient target control of complex networks based on preferential matching.

Authors:  Xizhe Zhang; Huaizhen Wang; Tianyang Lv
Journal:  PLoS One       Date:  2017-04-06       Impact factor: 3.240

6.  Control of Neuronal Network in Caenorhabditis elegans.

Authors:  Rahul Badhwar; Ganesh Bagler
Journal:  PLoS One       Date:  2015-09-28       Impact factor: 3.240

7.  Effect of edge pruning on structural controllability and observability of complex networks.

Authors:  Simachew Abebe Mengiste; Ad Aertsen; Arvind Kumar
Journal:  Sci Rep       Date:  2015-12-17       Impact factor: 4.379

  7 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.