Literature DB >> 26752405

CD-Based Indices for Link Prediction in Complex Network.

Tao Wang1, Hongjue Wang1, Xiaoxia Wang2.   

Abstract

Lots of similarity-based algorithms have been designed to deal with the problem of link prediction in the past decade. In order to improve prediction accuracy, a novel cosine similarity index CD based on distance between nodes and cosine value between vectors is proposed in this paper. Firstly, node coordinate matrix can be obtained by node distances which are different from distance matrix and row vectors of the matrix are regarded as coordinates of nodes. Then, cosine value between node coordinates is used as their similarity index. A local community density index LD is also proposed. Then, a series of CD-based indices include CD-LD-k, CD*LD-k, CD-k and CDI are presented and applied in ten real networks. Experimental results demonstrate the effectiveness of CD-based indices. The effects of network clustering coefficient and assortative coefficient on prediction accuracy of indices are analyzed. CD-LD-k and CD*LD-k can improve prediction accuracy without considering the assortative coefficient of network is negative or positive. According to analysis of relative precision of each method on each network, CD-LD-k and CD*LD-k indices have excellent average performance and robustness. CD and CD-k indices perform better on positive assortative networks than on negative assortative networks. For negative assortative networks, we improve and refine CD index, referred as CDI index, combining the advantages of CD index and evolutionary mechanism of the network model BA. Experimental results reveal that CDI index can increase prediction accuracy of CD on negative assortative networks.

Entities:  

Mesh:

Year:  2016        PMID: 26752405      PMCID: PMC4713445          DOI: 10.1371/journal.pone.0146727

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


Introduction

In our real world, many complex systems including social, biological, information and technology can be well described by networks where nodes represent individuals or agents, and links denote relations or interactions between nodes. In some networks, such as in protein-protein interaction networks [1,2], electrical power grid [3] and air transportation networks [4], how can we find out which pair of entities likely generate new links in the near future? These questions can be formed into the problem of link prediction, which attempts to estimate the likelihood of the existence of a link between two nodes, based on observed links or the attributes of nodes [3,5-7]. Instead of blindly checking all possible interactions, link prediction can sharply reduce the experimental costs if the predictions are accurate enough. In protein-protein interaction networks of biological systems, predicting possible interactions between proteins can help us to predict non-experimentally-observed interactions using the network of the known interactions for a certain organism [3,8,9]. Besides, in social networks, link prediction can be used for predicting potential consumers in on-line shopping network [10] and predicting potential friends for people based on current connections in on-line friendship networks [11]. In addition, in order to prevent social crimes or terrorist activities, link prediction also can be used to mine hidden connections between criminals [5].These above mentioned are social positive connections, while negative links, such as distrust links and foe links, also have important significance in our society and some meaningful researches have been done successfully[12,13]. Positive connections are concerned in this paper. More applications of link prediction, please reference to [5,6,14]. In recent years, lots of link prediction algorithms have been proposed. These algorithms can be broadly classified into three categories: node similarity-based algorithms [3,15,16], maximum likelihood algorithms [17] and probabilistic models [18,19]. Among them, similarity-based algorithms are the most intuitionistic and popular. Main assumption of this method is that the greater similarity indices are, the greater connection possibilities are. Prediction accuracy is a critical factor for measuring quality of a similarity index, so researchers have successfully proposed many methods based on similarity indices including neighbor-based methods [6,14]and distance-based methods [14,20]. Neighbor-based methods are based on the idea that two nodes are more likely to generate a link in the near future if they have more common neighbors, such as Salton [14], Sorensen [5], LHN [15], CN[21] etc. Low computational complexity is the greatest strength of these methods. For many networks with high clustering coefficient, neighbor-based methods can obtain satisfactory prediction accuracy. However, in some sparse networks with low clustering coefficient, it is difficult for neighbor-based methods to achieve high prediction accuracy [16,22,23]. This may be because such neighbor-based indices have underestimate and cannot calculate similarity between nodes without common neighbors [24]. Distance-based methods suppose that link probability is determined by distance or number of the shortest path between nodes, such as LP [20], Katz [14]and LHN-II [15]. Some of these methods can successfully resolve the weaknesses of lower prediction accuracy in low clustering coefficient networks [14]. However, some distance-based similarity indices are sensitive to the proportion of observed edges [21]. It means that their prediction accuracies will reduce obviously if the proportion of observed edges decreases in algorithm training set. As a matter of fact, under the effect of small world phenomenon [25], most of distances between nodes are equal and very small. So, distance-based algorithms sometimes do not work well [26-28]. In addition, most of distance-based similarity indices such as Katz and LHN-II are based on global information of network and have high time complexity as O(n3). Note that, there is a latent assumption that neighbor-based indices can be regarded as distance-based indices when the shortest path as 2 between nodes is only taken into account. Besides, some indices based on node degrees are also proposed, such as PA [29] and RA [16] indices, and they can obtain satisfactory prediction accuracy on some networks. In 2013, in view of local communities, Carlo Vittorio Cannistraci proposed a series of LCP-based (Local-community-paradigm-based) indices including CAR, CPA, CAA, CRA and CJC which are proven as particularly effective algorithms by plenty of experiments [3]. While some of these algorithms are less robust [30], i.e., some algorithms can perform satisfactorily on a part of networks with specific properties but not universal methods. For example, PA index performs better on negative assortative coefficient networks but worse on positive assortative coefficient networks [16]. We will show you in the following that RA and LCP-based indices perform far from satisfactory on low clustering coefficient network. Actually, an evolving network model corresponds to a link prediction method [6,24,30-32]. PA index is the evolution mechanism of BA model [29] and BA networks are negative assortative [33], so such networks with negative assortative coefficient can be modeled as BA networks and the link prediction results of PA index on these networks are usually satisfactory. Fenhua Li [4] expanded PA index and analyzed social networks with it. In addition, Cui Ai-Xiang [34] studied an evolving model based on evolutionary mechanism CN index. More link prediction algorithms please reference to [6,26,35,36]. There are three big challenges in link prediction: prediction accuracy [6], complexity [14] and robustness [30]. In this paper, a series of distance-based similarity indices and a modified index are proposed for link prediction in order to overcome these problems mentioned above. Moreover, for improving the complexity of traditional shortest path algorithms, we propose a new method to calculate all shortest paths of un-weighted and undirected connected networks with time complexity as O(n2) at most, where n is the number of network nodes. All proposed similarity indices and improved index are termed as CD-based including CD-k, CD-LD-k, CD*LD-k and CDI for short. After compared with fifteen famous traditional similarity indices, experimental results on some real-world networks demonstrate the feasibility and effectiveness of the proposed CD-based similarity indices. CD-LD-k and CD*LD-k can effectively improve prediction accuracy, and CD-k index performs better on positive assortative coefficient networks. For negative assortative coefficient networks, improved CDI index can improve prediction accuracy of CD and PA index.

Materials and Methods

Definition

Let G = (V, E) be an un-weighted and undirected connected network, where V is a set of nodes in network G, number of nodes is |V| = n, E is a set of links(or edges), and number of links is |E| = m. Self-connection and multiple links are un-allowed. Connection of the network G can be represented as an adjacency matrix A, and its element a is 1 when a link between nodes v and v exists and 0 otherwise. If there is a link between nodes v and v, one of the two nodes is a neighbor of the other one. In matrix A, sum of elements in line i is the degree of node v and denoted as k. As a matter of fact, k is the number of neighbors of node v. The similarity index of nodes v and v is defined as s which is supposed to be symmetry in undirected network, that is, s = s. The higher the similarity index s is, the more likely the link between nodes v and v exists, so s is regarded as score of link between nodes v and v.

Cosine Distance Index (CD)

For overcoming weakness of underestimate [24], a novel Cosine Distance Index (CD) based on distance between nodes is proposed in this paper. Firstly, for an un-weighted and undirected connected network G, k-distance matrix L is defined as where d is the shortest path between nodes v ∈ V and v ∈ V. Free threshold value k is a positive integer and k ∈ [1, dmax], where dmax is the diameter of G, i.e., the maximum value of all shortest paths of G. It is clearly that L is equal to distance matrix of network G when k = dmax. In the following, we set k = dmax unless give a special instruction. Then network node coordinate matrix C is defined and its element It is clearly that c = c and C = A + I for k = 1, where I is an identity matrix. Also, C = (L + I)* and α = −1, where D* is the αth entrywise power[37,38] of D. Actually, c can be regarded as similarity of nodes v and v. The higher the value of c, the higher the similarity of nodes v and v. In order to analyze transportation networks, Liu H K [31] used inverse of geographical distance as the similarity index between two cities. But using c as node similarity, there will be vast number of identical similarities and this is not compatible with reality in complex networks. So Cosine Distance Index (CD) is defined as where C is the ith row vector of coordinate matrix C and also denotes coordinate of node v in a n-dimensional Euclidean space, ‖C‖ is module of C. It can be found clearly that the higher the value of , the smaller the angle between vectors C and C, and the higher the similarity measure between v and v, so C is close to parallel with C. Any two nodes have limited shortest path in a connected network, and there is non-zero similarity measure between them, namely, CD index of any two nodes can be calculated in a connected network and , so CD can conquer underestimate problem of other algorithms obviously. In a realistic network, using CD index, it is difficult to get identical similarities for different pair of nodes. Note that (v, v) and (v, v) are the same pair of nodes, where v ≠ v. Actually, for node pairs (v, v) and (v, v) where v ≠ v ≠ v, only when nodes v and v are structurally equivalent [39,40], i.e., nodes v and v link up exactly the same set of other nodes, . However, structural equivalence is an extremely strict definition and it is unlikely to be met, so CD index can overcome the disadvantage that too many equal similarity values of other indices to some extent. It's worth mentioning that, if c = 0 for i = j in Eq 2, some elements of node coordinate are futile when calculating CD index. For example, given two node coordinates v1 = (1,0.2,0.4) and v2 = (0.2,1,0.5), according to Eq 3, then . If c = 0 for i = j, then v1 = (0,0.2,0.4) and v2 = (0.2,0,0.5), so and the element 0.2 is futile. So we define c = 1 for i = j in Eq 2.

Local Community Density index (LD)

A series of LCP-based (Local-community-paradigm-based) indices were proposed in reference [3], but only number of links between neighbor nodes is considered. Inspired by the idea of reference [3], we universalize LCP as LD where s* is a kind of node similarity index. Then we can define CD-LD index as and CD * LD as For different threshold value k, we can get corresponding CD-k, CD-LD-k and CD*LD-k indices. The threshold k of CD, CD-LD and CD*LD is diameter of network.

Data

In this paper, 10 representative networks from different fields are analyzed: (1) USAir [4]. The USAir transportation network contains 332 airports and 2126 airlines. (2) PB [4]. The pol-blog network is extracted from a set of weblogs about US politics. (3) INT [16]. The router network has 5022 nodes and 6258 links. (4) Neural [22,41]. A network represents the connection of frontal ganglia of nematode worm C. elegans. (5) Word [42]. This is an adjacency network of common adjectives and nouns in the novel David Copperfield by Charles Dickens. (6) NS [42]. In this network, nodes and links represent scientists and coauthor-ships between them respectively. (7) Grid [3]. This is an electrical power grid in western US, nodes representing generators, substations and transformers, edges representing high tension lines between them. (8) FT [43]. American college football team network, collected by Girvan and Newman, contains 115 nodes and 613 edges where nodes represent college football teams and edges represent schedule of competition between teams. (9) Email [44]. This is the giant component of email network which contains 1133 users of University at URV in Tarragona, Spain. (10) Jazz [4]. This is a network of jazz bands, and a link between two bands is established if they had common musician. In this paper, isolated nodes of networks are not considered. Table 1 shows the basic topological features of eleven example networks.
Table 1

Basic topological features of example networks.

Where, e is the efficiency of a network and defined as [51], c is clustering coefficient [4], r is assortative coefficient [33], h is degree heterogeneity and defined as , where 〈k〉 is average degree of a network [16]. d is the diameter of a network. lcp is the correlation between LCP and CN indices presented in [3]. For more definitions and details of the mentioned topological measures, please reference to [51–53].

nmecrhdlcp
USAir33221260.4060.749-0.2083.4660.9799
PB1224190900.3970.361-0.0793.1380.9286
INT502262580.1670.033-0.1385.05150.8067
Neural29721480.3080.2924-0.16321.800850.9056
Word1124250.4420.1728-0.12931.814950.8528
NS146127420.0160.8780.4621.85170.9474
Grid494165940.0630.1070.0031.45460.8456
FT1156130.45040.40320.16241.0140.8931
Email113354510.29990.2540.07821.9480.8538
Jazz19827420.51320.6330.02021.395160.9484

Basic topological features of example networks.

Where, e is the efficiency of a network and defined as [51], c is clustering coefficient [4], r is assortative coefficient [33], h is degree heterogeneity and defined as , where 〈k〉 is average degree of a network [16]. d is the diameter of a network. lcp is the correlation between LCP and CN indices presented in [3]. For more definitions and details of the mentioned topological measures, please reference to [51-53].

Methods

To test the accuracy of an algorithm, all existing links, E, are divided into two sections randomly: training set E, as known information, is used for calculating similarity index and contains 90% of E, while probe set E, as unknown information, is used for testing algorithmic accuracy and contains 10% of E. Clearly, E = E∪E and E∩E = ∅. Two main metrics, which emphasize different aspects, can be used to evaluate the performance of link prediction algorithms: AUC (area under the receiver operating characteristic curve) [45, 46] and Precision [6, 47, 48]. According to the analysis and comparison in reference [47], AUC value can be deceptive and Precision is more suitable choice for evaluating the performance of link prediction algorithms. So the Precision value is considered in this paper. For calculating Precision values [47, 48], all the nonexistent links need to be ranked in decreasing order according to their scores. Then in top-L links, if there are l links successfully predicted, then where L is the number of links in E∩E. Clearly, higher precision values mean higher prediction accuracy of index. To ensure that the comparison is fair, in this paper, all Precision values in Table 2 are the average values computed on 100 iterations. For each iteration, a set of 90% randomly selected network interactions was used as training set for the algorithms and the remaining 10% interactions were used for the test set.
Table 2

Precision values of link prediction indices on example networks.

The order of the networks is organized according to their increasing assortative coefficient (from negative to positive), and values in brackets under the network names are the coefficient of each network.

12345678910
USAirNeuralINTWordPBGridJazzE-mailFTNS
(-0.208)(-0.1632)(-0.138)(-0.1293)(-0.079)(0.003)(0.0202)(0.0782)(0.1624)(0.462)
CN0.38620.09430.05660.07440.17640.05680.50620.14210.28940.5098
Salton0.05540.0233000.00990.01520.54040.0440.34840.5913
PA0.33130.05790.01920.10230.06710.00080.13050.01730.00030.04
Sorensen0.07420.0288000.01960.01470.52870.06480.34520.5905
LHN0.01030000.00050.01210.10180.00180.39030.2429
RA0.47120.09940.01950.06140.15620.03260.53970.14470.28260.7454
LP-30.38220.09930.05770.08120.18280.06140.47270.13680.26310.4982
LP-40.37280.09580.05110.1070.18210.06480.4480.1330.2710.4982
LRW0.11910.14150.03970.0670.0950.00940.35690.06670.25310.3927
LB0.36970.08620.2070.10190.14620.05790.27530.08520.18650.3655
CAR0.37710.09210.0620.05490.17290.0350.51870.14020.33660.5062
CPA0.37780.0980.02080.06950.1730.0050.51680.12930.33230.3193
CAA0.37920.10010.06170.0470.17310.03140.53380.14340.35760.584
CRA0.40280.1150.06170.04910.17960.03140.55920.15670.35810.6269
CJC0.35870.07010.06070.02490.16160.03140.55680.15230.35630.5585
CD-LD0.38410.09770.05150.02980.17650.05620.51280.14780.31110.5331
CD-LD-20.41780.08370.06550.1060.17580.06210.51640.13810.33870.54
CD-LD-30.41780.08370.06870.10230.17640.06210.52360.13440.35480.5436
CD-LD-40.41780.09770.07030.0980.17580.06210.52360.1410.34680.5418
CD-LD-50.41780.09770.06870.09770.17550.06210.52360.14470.34680.5418
CD-LD-60.41780.09770.07030.09770.17550.06210.52360.14580.34680.54
CD*LD0.38390.09150.04750.03950.17680.05620.51860.14650.31920.5076
CD*LD-20.41310.08140.04950.04470.17550.06210.52360.13410.33060.54
CD*LD-30.41780.07440.06070.07260.17670.06210.53450.13370.36290.54
CD*LD-40.41780.08370.05270.07260.17640.06210.53450.1410.36290.5327
CD*LD-50.41780.08370.05910.07260.17640.06210.53450.14430.36290.5255
CD*LD-60.41780.08370.06070.07810.17670.06210.53450.14540.36290.5236
CD0.00850.00510.00020.00580.0010.01060.25890.0120.34770.12
CD-20.01880.009300.00780.0030.01520.360.03080.24190.3945
CD-30.01880.004700.00780.00150.01360.360.04840.3710.2709
CD-40.01410.004700.00780.00120.01520.30550.03190.3790.2073
CD-50.01410.004700.00780.00180.01210.29450.01170.3790.1855
CD-60.01410.004700.00780.00180.01060.29450.00990.3790.1527
CDI0.33520.05580.02720.07440.07260.00830.14040.02570.00320.0938
RP0.00470.004700.00650.002500.01610.00180.01020

Precision values of link prediction indices on example networks.

The order of the networks is organized according to their increasing assortative coefficient (from negative to positive), and values in brackets under the network names are the coefficient of each network. In this paper, prediction accuracies of fifteen existing similarity indices including Common Neighbors Index (CN) [21,49], Salton index (Salton) [14], Sorensen Index (Sorensen) [5], Leicht-Holme-Newman Index (LHN) [15], Local Path Index(LP) [20], Local Random Walk (LRW) [21,41], LB(local blocking) index [50], Preferential Attachment (PA) [29], Resource Allocation Index (RA) [16], and LCP-based indices[3] were compared with the proposed CD-based similarity indices. CN is based on the hypothesis that two nodes are more likely to generate a link in the near future if they have more common neighbors. On networks with high clustering coefficient, CN can provide competitively accurate prediction results compared with other indices [22]. Salton, Sorensen and LHN are expanded from CN and they are neighbor-based methods. LP is a popular distance-based method and it can give more accurate predictions than other distance-based methods such as Katz and LHN-II on some networks with small average shortest distance [6]. LP-3 and LP-4 represent S = A2 + εA3 and S = A2 + εA3 + ε2A4 respectively. LRW is a famous index based on local random walk[21,41]. LB index is based on the idea of local blocking and link density between them [50]. PA is the well-known preferential attachment mechanism proposed by BARABASI A-L to generate scale-free networks. RA is a high-precise and low-complexity similarity index based on resource allocation process. LCP-based indices including CAR, CPA, CAA, CRA and CJC are a series of marvelous indices based on local communities. For LP index, ε is a free parameter and ε = 0.01 in this paper. For LRW index, the step of random walk is set as 3. Table 3 shows affiliations of CD-based, CD-k, CD-LD-k, CD*LD-k and CDI indices, where k is the threshold in Eq 1. In addition, the performance of a random predictor was also compared with the proposed similarity indices and the random predictor is computed considering a ranking obtained as the random permutation of the 10% test-links [3].
Table 3

Affiliations of the proposed indices.

CD-based indices represent four proposed indices as CD-LD-k, CD*LD-k, CD-k and CDI, where k is the value of threshold in Eq 1.

CD-based
CD-LD-kCD*LD-kCD-kCDI

Affiliations of the proposed indices.

CD-based indices represent four proposed indices as CD-LD-k, CD*LD-k, CD-k and CDI, where k is the value of threshold in Eq 1.

Results and Discussion

The proposed CD-based algorithms and fifteen existing methods were compared on ten real networks, and their Precision values are shown in Table 2 and the best value of each network is emphasized by boldface. The definitions of fifteen existing methods are introduced in Methods section and the basic topological features of ten example networks are shown in Table 1. We can clearly see from Table 2, CD-based indices can improve prediction accuracy of some existing indices such as CN, Salton, PA and Sorensen on all experimental networks, LHN on all networks except FT, RA on INT, Word, PB, Grid, E-mail and FT, LP-k on USAir, INT, Jazz, E-mail, FT and NS, LRW on all networks except Neural, LB on all networks except INT, all LCP-based indices on USAir, INT, Word, Grid and FT. From another point of view, RA performs best on networks USAir and NS with Precision values as 0.4712 and 0.7454 respectively, and the performance of CD-based indices takes second place on network USAir with Precision value as 0.4178. On network Neural, CD-based indices can obtain greater Precision values than other indices except LRW and LCP-based indices. On network INT, the Precision value of CD-based indices is greater than values of other indices while less than the greatest value 0.207 of LB index. LP-k indices perform best on networks Word, PB and Grid, and CD-based indices take second place on networks Word and Grid. LCP-based indices perform best on network Jazz with Precision value as 0.5592 and on network E-mail with 0.1567, while CD-based indices have 0.1478 on network E-mail which is less than that of LCP-based indices. On network FT, LHN index performs best and CD-based indices perform better than LCP-based indices satisfactorily. On the whole, CD-based and LCP-based always perform well on all networks although CD-based indices have not the greatest Precision values. Therefore, CD-based and LCP-based indices are more robust than other indices. For Precision values in Table 2, all existing indices except PA, LP-k and LB obtain prediction accuracies less than 0.1 on networks INT, Grid and Word with low clustering coefficient, even Salton, Sorensen and LHN get 0 on INT and Word. But these indices can obtain satisfactory prediction accuracy on high clustering coefficient networks FT, Jazz, and NS. As a matter of fact, most of existing indices which are considered in this paper as well as CD-LD-k and CD*LD-k indices are based on local information of networks, so their prediction accuracy will be inevitably influenced by clustering coefficient and these indices perform better on networks with high clustering coefficient. While we can find from Table 2 that CD-LD-k and CD*LD-k indices can improve prediction accuracy of existing indices on networks with low clustering coefficient on the whole. In addition, relative precision of each method on each network is utilized to discuss average performance and robustness of link prediction indices. The relative precision is computed as the precision of a method on a network divided by the precision of the random predictor on the same network and whose precision values on each network are shown in the bottom line of Table 2. The relative precision of each index on each network is calculated and shown in Table 4. Mean and minimum relative precision values of each index are also calculated and mean value is used as an indicator of average performance, whereas the minimum value is used as an indicator of robustness. From Table 4, CRA index of LCP-based indices has the best average performance and LP4 has the best robustness. On the whole, the average performance and robustness of CD-LD-k and CD*LD-k indices are satisfactory with mean relative precision values more than 45 and minimum relative precision values more than 10. As a matter of fact, from a statistical point, CN, RA, LP-k, LB, LCP-based, CD-LD-k and CD*LD-k indices provide a very similar performance.
Table 4

Relative precision of each index.

The order of the networks is organized according to their increasing assortative coefficient (from negative to positive), and values in brackets under the network names are the coefficient of each network. Mean and minimum relative precision values of each index are shown in last two columns. The mean value is used as an indicator of average performance and minimum value is used as a measure of robustness performance.

1234567MeanMinimum
USAirNeuralWordPBJazzEmailFT
(-0.208)(-0.1632)(-0.1293)(-0.079)(0.0202)(0.0782)(0.1624)
CN82.2605920.274511.4461570.5631.4409977.5865928.3725545.9916311.44615
Salton11.80025.009503.9633.5652224.02434.1568616.073680
PA70.566912.448515.7384626.848.105599.4457990.02941220.453520.029412
Sorensen15.80466.19207.8432.8385135.380833.8431418.842720
LHN2.1939000.26.3229810.982838.264716.8520550
RA100.365621.3719.44615462.4833.5217479.0061927.7058847.699519.446154
LP381.4085921.349512.4923173.1229.3602574.6927925.7941245.4596512.49231
LP479.4063920.59716.4615472.8427.8260972.6179926.5686345.1882316.46154
LRW25.368330.422510.307693822.167736.418224.8137326.7854410.30769
LB78.6595718.3404315.6769258.4817.0993847.3333318.2843136.267715.67692
CAR80.3222919.80158.44615469.1632.2173976.549193345.642368.446154
CPA80.4713921.0710.6923169.232.0993870.5977932.5784345.2441910.69231
CAA80.7695921.52157.23076969.2433.1552878.2963935.0588246.467487.230769
CRA85.7963924.7257.55384671.8434.7329285.5581935.1078449.33067.553846
CJC76.4030915.07153.83076964.6434.5838583.1557934.9313744.659483.830769
CD-LD81.8132921.00554.58461570.631.8509380.6987930.545.864734.584615
CD-LD-288.9913917.995516.3076970.3232.0745375.4025933.2058847.756816.30769
CD-LD-388.9913917.995515.7384670.5632.5217473.3823934.7843147.7105415.73846
CD-LD-488.9913921.005515.0769270.3232.5217476.985993448.4145115.07692
CD-LD-588.9913921.005515.0307770.232.5217479.006193448.6793715.03077
CD-LD-688.9913921.005515.0307770.232.5217479.606793448.7651715.03077
CD*LD81.7706919.67256.07692370.7232.2111879.9889931.2941245.962066.076923
CD*LD-287.9902917.5016.87692370.232.5217473.2185932.4117645.817196.876923
CD*LD-388.9913915.99611.1692370.6833.1987673.0001935.5784346.9448611.16923
CD*LD-488.9913917.995511.1692370.5633.1987676.9859935.5784347.7827611.16923
CD*LD-588.9913917.995511.1692370.5633.1987678.7877935.5784348.0401611.16923
CD*LD-688.9913917.995512.0153870.6833.1987679.3883935.5784348.2639812.01538
CD1.81051.09650.8923080.416.080756.55199934.088248.7028980.4
CD-24.00441.99951.21.222.3602516.816823.7156910.185231.2
CD-34.00441.01051.20.622.3602526.426436.3725513.139160.6
CD-43.00331.01051.20.4818.9751617.417437.1568611.320460.48
CD-53.00331.01051.20.7218.291936.38819937.156869.6815410.72
CD-63.00331.01051.20.7218.291935.405437.156869.5411410.72
CDI71.397611.99711.4461529.048.72049714.03220.31372520.992450.313725

Relative precision of each index.

The order of the networks is organized according to their increasing assortative coefficient (from negative to positive), and values in brackets under the network names are the coefficient of each network. Mean and minimum relative precision values of each index are shown in last two columns. The mean value is used as an indicator of average performance and minimum value is used as a measure of robustness performance. Considering global networks information, CD may get poor prediction accuracy on relatively higher clustering coefficient networks. So threshold k in Eq 1 is set smaller as 2, 3, 4, 5 and 6 according to vast experiments, and their corresponding CD indices are denoted as CD-2, CD-3, CD-4, CD-5, CD-6 in Tables 2 and 4. Compared with other indices in Table 2, CD and CD-k indices perform far from satisfactory. Moreover, we find out that the performance of CD and CD-4 indices on networks Neural, INT, Word, and PB with negative assortative coefficient is worse than the performance on networks Grid, Jazz, Email, FT and NS with positive assortative coefficient. In spite of Precision values of CD-2 and CD-3 on negative assortative network USAir are greater than the values on positive assortative network Grid, the performance of CD and CD-k indices on network USAir is worse than on positive assortative networks Jazz, FT and NS. From Table 4 on Relative precision, more clearly, the performance of CD and CD-k indices on negative assortative networks USAir, Neural, Word and PB is worse than on positive assortative networks Jazz, Email and FT. On the whole, CD and CD-k indices are more appropriate for link prediction on positive assortative networks. On the contrary, from Table 2, prediction accuracies of PA index on negative assortative networks USAir, Neural, INT, Word and PB are greater than those on positive assortative networks Grid, Email, FT and NS. From Table 4, more obviously, the Relative precision values of PA index on negative assortative networks USAir, Neural, Word and PB are greater than those on positive assortative networks Jazz, Email and FT. Furthermore, its mean value of Precision values on all networks with negative assortative coefficient is 0.1156 which is much higher than such value on all positive assortative coefficient networks as 0.0378. So we think PA index is suitable for networks with negative assortative coefficient and it is different from the idea in reference [6] that the poor performance of PA index on Grid network is caused by influence of rare long geographical distance.

Improvement

According to the discussion in above section and results of CD and CD-k indices, a conclusion was reached that the proposed CD and CD-k indices perform better on networks with positive assortative coefficient than on networks with negative assortative coefficient. For the networks with negative assortative coefficient, improvements of CD and CD-k indices are based on the following consideration. In reference [33], for a network, Newman thought that the assortative coefficient is positive or negative corresponding to assortative or disassortative mixing respectively. Assortative mixing means that high degree nodes tend to connect with high degree nodes and vice versa. Disassortative mixing means that high degree nodes tend to connect with low degree nodes and vice versa. Newman applied assortative coefficient to the network model of Barabasi and Albert (BA) [29] and found out that these kinds of network are disassortative mixing. In other words, the assortative coefficient of BA network is negative. Because an evolving network model corresponds to a link prediction method [16], an algorithm can perform better on the networks corresponding to its evolutionary mechanism. As we can see from Table 2, PA index, as the preferential attachment mechanism, performs better on most negative assortative networks compared with its performance on positive assortative networks. So we think that the network growth by CD or CD-k mechanism will have positive assortative coefficient. In order to improve CD and CD-k indices on negative assortative networks, the advantages of CD and PA indices are taken into account and improvement denoted as CDI is made as follows Improved index CDI was also applied to the ten real networks, and its Precision values and Relative precision values are shown in Table 2 and Table 4 respectively. Apparently, from Table 2, on networks USAir, Neural, INT, Word and PB with negative assortative coefficient, Precision values obtained by CDI have been improved compared with CD and CD-k indices. However, on networks Grid, Jazz, FT and NS with positive assortative coefficient, Precision values obtained by CDI are reduced compared with CD and CD-k indices. In brief, CDI index can improve prediction accuracy of CD and CD-k indices on negative assortative coefficient networks. From Table 2, we can also draw a conclusion that CDI index can improve prediction accuracy of PA index both on negative and positive assortative networks except networks Neural and Word. What’s more, from Table 4, CDI has greater average performance and robustness than PA index. In addition, the complexity of the proposed link prediction method is O(n2) at most. In Eq 1, all the shortest paths between nodes in a network should be calculated. But the traditional shortest path algorithms are time-consuming such as Dijkstra and Floyd with complexity as high as O(n3). For improving algorithm complexity, we applied breadth-first search to network adjacent matrix and proposed a new method to calculate all the shortest paths between nodes in un-weighted and undirected connected networks with time complexity as O(n2) at most. The proposed shortest path algorithm is described as follows: Input: adjacency matrix A of an un-weighted and undirected connected network G = (V, E). Output: distance matrix D of G. Step 1: Set integer variables k = 1, i = 1 and distance matrix D = A. Step 2: Find coordinates of element k in ith row of D as . Step 3: Find coordinate of element 1 in th row of A as , where . Step 4: Set . Step 5: Set th element as k + 1 in ith row of D, where . Step 6: Increase k as k = k + 1 and repeat from Step 2 to Step 5 until is empty. Step 7: Increase i as i = i + 1, let k = 1 and repeat from Step 2 to Step 6 until i = n. Because calculating CD index in Eq 3 needs complexity at most O(n2) and calculating LD index in Eq 4 needs complexity at most O(n3), so the complexity of CD, CD-k and CDI are O(n2) and the complexity of CD-LD-k and CD*LD-k are O(n3). Table 5 shows time complexities of link prediction algorithms.
Table 5

Index complexity.

All complexities of indices in this table are estimated by the worst condition of networks. CP represents the complexity of an index.

IndexCNSaltonPASorensenLHNRALPLRWLBLCP-basedCD-LD-kCD*LD-kCD-kCDI
CPo(n2)o(n2)o(n2)o(n2)o(n2)o(n3)o(n3)o(n3)o(n2)o(n3)o(n3)o(n3)o(n2)o(n2)

Index complexity.

All complexities of indices in this table are estimated by the worst condition of networks. CP represents the complexity of an index.

Conclusions

In this paper, a series of new CD-based indices based on cosine similarity for link prediction are proposed. Fifteen existing similarity indices are compared with the proposed indices and experimental results demonstrate the effectiveness of CD-based indices. Through detailed analysis and comparison according to Precision values, four important points were found out: (i) In spite of influenced by clustering coefficient, the Precision values of CD-LD-k and CD*LD-k indices are obviously superior to the values of some other indices. (ii) CD-LD-k and CD*LD-k indices are robust and they have satisfactory average performance and robustness. (iii) CD and CD-k indices are more appropriate for link prediction on positive assortative networks. (iv) CDI performs better on negative assortative coefficient networks and can improve prediction accuracy of PA index. Further investigation and improvements will focus on the following aspects. Firstly, the conclusion that CD is suitable for positive assortative coefficient networks and CDI is suitable for negative assortative coefficient networks needs more practical verification. Secondly, the influence of other topological features such as network efficiency and degree heterogeneity on link prediction accuracy should be studied in depth. Thirdly, abundant information can be extracted from k-distance matrix L, such as connections between its eigenvectors and network topological features. Fourthly, according to the conclusion that CD is suitable for positive assortative networks and CDI is suitable for negative assortative networks, we guess that evolving networks of CD and CDI should be assortative mixing and disassortative mixing respectively. Fifthly, LD index can be expanded using different similarity indices to calculate the local density. Sixthly, a theoretical strategy is required to tune the threshold k in Eq 1. Finally, we hope the link prediction methods presented here can be expanded to other types of networks, such as weighted network, directed network, bipartite network and dynamic network. We hope such improvements and more applications of CD-based methods in the future.
  18 in total

1.  Emergence of scaling in random networks

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

2.  Self-similar community structure in a network of human interactions.

Authors:  R Guimerà; L Danon; A Díaz-Guilera; F Giralt; A Arenas
Journal:  Phys Rev E Stat Nonlin Soft Matter Phys       Date:  2003-12-17

3.  Assortative mixing in networks.

Authors:  M E J Newman
Journal:  Phys Rev Lett       Date:  2002-10-28       Impact factor: 9.161

4.  Construction of reliable protein-protein interaction networks with a new interaction generality measure.

Authors:  Rintaro Saito; Harukazu Suzuki; Yoshihide Hayashizaki
Journal:  Bioinformatics       Date:  2003-04-12       Impact factor: 6.937

5.  Finding community structure in networks using the eigenvectors of matrices.

Authors:  M E J Newman
Journal:  Phys Rev E Stat Nonlin Soft Matter Phys       Date:  2006-09-11

6.  Chain motifs: the tails and handles of complex networks.

Authors:  Paulino R Villas Boas; Francisco A Rodrigues; Gonzalo Travieso; Luciano da Fontoura Costa
Journal:  Phys Rev E Stat Nonlin Soft Matter Phys       Date:  2008-02-13

7.  Hierarchical structure and the prediction of missing links in networks.

Authors:  Aaron Clauset; Cristopher Moore; M E J Newman
Journal:  Nature       Date:  2008-05-01       Impact factor: 49.962

8.  Similarity index based on local paths for link prediction of complex networks.

Authors:  Linyuan Lü; Ci-Hang Jin; Tao Zhou
Journal:  Phys Rev E Stat Nonlin Soft Matter Phys       Date:  2009-10-26

9.  Network link prediction by global silencing of indirect correlations.

Authors:  Baruch Barzel; Albert-László Barabási
Journal:  Nat Biotechnol       Date:  2013-07-14       Impact factor: 54.908

10.  From link-prediction in brain connectomes and protein interactomes to the local-community-paradigm in complex networks.

Authors:  Carlo Vittorio Cannistraci; Gregorio Alanis-Lobato; Timothy Ravasi
Journal:  Sci Rep       Date:  2013       Impact factor: 4.379

View more
  5 in total

1.  Modelling Self-Organization in Complex Networks Via a Brain-Inspired Network Automata Theory Improves Link Reliability in Protein Interactomes.

Authors:  Carlo Vittorio Cannistraci
Journal:  Sci Rep       Date:  2018-10-25       Impact factor: 4.379

2.  A perturbation-based framework for link prediction via non-negative matrix factorization.

Authors:  Wenjun Wang; Fei Cai; Pengfei Jiao; Lin Pan
Journal:  Sci Rep       Date:  2016-12-15       Impact factor: 4.379

3.  Predicting missing links in complex networks based on common neighbors and distance.

Authors:  Jinxuan Yang; Xiao-Dong Zhang
Journal:  Sci Rep       Date:  2016-12-01       Impact factor: 4.379

4.  Pioneering topological methods for network-based drug-target prediction by exploiting a brain-network self-organization theory.

Authors:  Claudio Durán; Simone Daminelli; Josephine M Thomas; V Joachim Haupt; Michael Schroeder; Carlo Vittorio Cannistraci
Journal:  Brief Bioinform       Date:  2018-11-27       Impact factor: 11.622

5.  Can local-community-paradigm and epitopological learning enhance our understanding of how local brain connectivity is able to process, learn and memorize chronic pain?

Authors:  Vaibhav Narula; Antonio Giuliano Zippo; Alessandro Muscoloni; Gabriele Eliseo M Biella; Carlo Vittorio Cannistraci
Journal:  Appl Netw Sci       Date:  2017-08-30
  5 in total

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