Next Article in Journal
Polynomial Least Squares Method for Fractional Lane–Emden Equations
Previous Article in Journal
A Two-Dimensional Mathematical Model of Heat Propagation Equations and Their Significance for Soil Temperature
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Coreness Variation Rule and Fast Updating Algorithm for Dynamic Networks

1
Key Laboratory of Transport Industry of Big Data Application Technologies for Comprehensive Transport, Beijing Jiaotong University, Beijing 100044, China
2
College of Life Science and Technology, Beijing University of Chemical Technology, Beijing 100029, China
*
Authors to whom correspondence should be addressed.
Submission received: 17 March 2019 / Revised: 29 March 2019 / Accepted: 1 April 2019 / Published: 3 April 2019

Abstract

:
Coreness is one of the important indicators to measure the importance of a node. Traditionally, the coreness of a node is measured by k-core decomposition. However, to measure the coreness in a dynamic network, the k-core decomposition method becomes very time-consuming and inefficient, and cannot meet the need in very large real networks. Recently, the H operator method was proposed to calculate the coreness of a node, which provides a novel method to deal with the coreness of a node in a network. In this paper, we decode the coreness variation rule by a symmetric pair of experiments, i.e., deleting and adding edge, on real networks. Then, an algorithm to fast update the coreness of related nodes is proposed. Results on five real networks showed that the performance of the proposed algorithm was greatly enhanced and comprehensively superior to the k-core decomposition algorithm. Our study provides a promising way to optimize the algorithm of coreness calculation in the dynamic networks.

1. Introduction

Identifying critical nodes accurately is of great importance in order to understand the structure and function of a network [1,2,3,4,5]. This will allow us to better control many kinds of dynamical processes, such as the outbreak of epidemics [6,7,8], conduct successful advertisements for e-commercial products [9], and prevent catastrophic outages in power grids [10]. The widely used metrics to measure the node importance are degree, closeness [11], betweenness [12], H-index [13], coreness [14] and so on. It is generally believed that nodes that have more neighbors are more important than those having less neighbors [15,16,17]. Recently, Kitsak et al. [18] argued that the location of a node is more significant than the number of its linked neighbors. Many research results show that coreness is a better indicator of a node’s influence on spreading dynamics than degree [18,19,20,21,22].
The traditional way of calculating the coreness of a node is the k-core decomposition [23,24], as shown in Figure 1. In a simple undirected network, all the isolated nodes form the 0-shell are removed from the network. Next, it removes all nodes with degree k 1 . This causes new nodes with degree k 1 to appear. These nodes are also removed, and the process is continued until the nodes remaining are those of degree k > 1 . The removed nodes and their associated links form the 1-shell. The pruning process is repeated to remove the nodes with degree k 2 iteratively, and all the nodes and links removed in this round constitute the 2-shell. The process is continued until all higher-layer shells have been identified and all nodes have been removed. Then, each node i is assigned a shell layer c i , called the coreness of node i . The k-core decomposition is simple and intuitive process used to calculate the coreness of nodes. However, when considering a dynamic network whose topological structure is varying, the k-core decomposition process has to be restarted in order to determine the coreness of nodes, which will be a time-consuming task, especially for a large-scale dynamic network. Therefore, it is of great necessity to establish a fast updating method to handle the coreness determination in a dynamic network [24,25,26,27].
Lv, et al. [28] proposed an asynchronous updating algorithm to calculate the k-shell indices. In this algorithm, they defined an operator H , which reveals the relationship between degree, H-index and coreness and obtains a new method for calculating the coreness of nodes. In each step, it randomly selects one node to update its intermediate value towards the k-shell index by the operator H , the degree of each node is used as the initial input of the operator H . This operator H is iteratively calculated until the value for each node goes into its steady state. Ultimately the steady value of each node is its coreness. Compared with the traditional k-core decomposition, this algorithm uses only local information of the networks and can implement a distributed computing, which significantly improves the computational efficiency. Subsequently, Lee et al. [29] proposed two methods to optimize the asynchronous iterative order of nodes, which further improved the computational efficiency of the asynchronous updating algorithm.
From the k-core decomposition method [23,24] to the asynchronous updating algorithm [28], then to the algorithm that optimizes the asynchronous iteration order of nodes [29], people have made great progress in the coreness calculation.
In this paper, we study how the coreness of nodes will vary in a dynamic network with local structural variation when the initial coreness of each node is known. Mastering the variation rules of the coreness will not only provide a theoretical basis to improve the computational efficiency of coreness calculation, but also provide a computing basis for the study related to the application of the coreness in the dynamic networks.
The rest of this paper is organized as follows. In Section 2, we introduce H operator method in detail. Section 3 is devoted to reveal the coreness variation rule by a symmetric pair of experiments on real networks. The CHDE and CHAE algorithms are proposed to fast update the coreness during the local structural variation as well. Results on five real networks are shown in Section 4. Section 5 provides our conclusions.

2. H Operator Method for Coreness Calculation

Denote G ( V , E ) as a simple network, where V is the set of nodes and E is the set of links. The degree and coreness of an arbitrary node i V are denoted as k i and c i respectively. The number of nodes and links are represented by | V | = N and | E | = M , respectively.
According to the research of Lv et al. [24], when the H operator reaches the steady state, the stable value of each node is the coreness. At this time, the coreness of node i and the coreness of its neighbors j 1 , j 2 , j k i still satisfy the relation of operator H , that is:
c i = H ( c j 1 , c j 2 , , c j k i ) .
The operator H relationship is shown in Figure 2. Assuming j Γ i = { j 1 , j 2 , j k i } , where Γ i is the set of the neighbor nodes of node i . All the neighbors of node i are arranged along the horizonal axis by a decreasing order of their coreness, c j . Then the coreness of node i is equal to the side length of the largest square with no points inside (Figure 2), i.e., c i = h .

3. Coreness Variation in Dynamic Networks

In this section, we will discuss how the coreness of nodes will vary when there is a local variation in the network structure. It is necessary to clarify the time scale of variations before discussing the variations of the network structure. The structure of some networks varies very slowly. For example, infrastructure networks such as road networks, railway networks and so on. Their structural variations are counted by year. The structure of some networks varies rapidly. For example, WWW, instant messaging networks, social media networks, etc. Their structural variations are counted by second. When the time scale of the observation is approximately equivalent to the time scale of the structural variation, the observed variations in the network structure can be considered as local variations. This paper interprets the local variations in the network structure as: “deleting an edge” or “adding an edge” which are denoted as DE experiment and AE experiment, respectively.
We executed DE and AE experiments on five real networks. Their basic topological characteristics are shown in Table 1. We tried to answer the following questions: (1) which nodes will get their coreness varied? (2) What conditions are met by the nodes that their coreness will vary?

3.1. DE Experiments

Denote e i j = ( i , j ) as the deleted edge in the network, where i and j represent the nodes forming the edge. Results show that the nodes whose coreness has varied in DE experiment have the same coreness before the edge deleted, i.e., they all come from the same k-shell layer, and fall into the same (k−1)-shell layer.

3.1.1. Classification of Nodes with the Same Coreness

Assuming that the neighbor nodes of node i are arranged in the descending order by their coreness as c j ( 1 ) c j ( 2 ) c j ( k i 1 ) c j ( k i ) . Comparing c j ( h + 1 ) and h , all nodes with the coreness h can be divided into T 1 and T 2 types as the following conditions.
T 1 : c j ( h ) h > c j ( h + 1 ) . Which means, the coreness of the first h neighbor nodes is greater than, or equal to h (green zone in Figure 3a), and the coreness of rest neighbor nodes is less than h (red zone in Figure 3a).
T 2 : c j ( h ) h = c j ( h + 1 ) c j ( h + 2 ) . Which means, the coreness of the first h neighbor nodes is greater than or equal to h (green zone in Figure 3b), the coreness of the ( h + 1 ) th neighbor node is h (point A of Figure 3b), and the coreness of rest neighbor nodes is less than or equal to h (red zone in Figure 3b).
The classification above is a complete classification of the nodes having the same coreness h , that is, T 1 + T 2 will contain all the nodes with the same coreness h .

3.1.2. Coreness Variation Rule and CHDE Algorithm

When c i c j , we assume c i ( = h ) < c j . Node j just loses a neighbor in the red zone in Figure 2, and its coreness does not vary. While, node i loses a neighbor in the green zone in Figure 2, and whether its coreness varies will be determined by the following coreness variation rules.
(1) If i T 1 , then c i D E = c i 1 = h 1 . Here, c i D E represents the coreness of node i after the edge e i j deleted. If the coreness variation begins from node i can spread out, then the coreness variation can only spread in the connected subgraph, V i ( h ) , which includes node i , and in which all nodes have the same initial coreness h .
(2) If i T 2 , then c i D E = c i = h , and the coreness of other nodes will not vary.
According to the coreness variation rules mentioned above, combined with the H operator method [29], we propose the CHDE algorithm to quickly update the coreness of related nodes. The process is as follows:
Step 1: Judge the type of node i . If i T 1 , then find out the connected subgraph V i ( h ) by the searching algorithm (Figure 4). Otherwise if i T 2 , the coreness of any node will not vary, and the CHDE algorithm ends.
Step 2: Update the coreness of all nodes in the connected subgraph V i ( h ) by the H operator method [29].
When c i = c j , the coreness variations of node i , node j , and other related nodes can still be determined and updated by the CHDE algorithm. The modification in ’Step 1’ of CHDE algorithm is to judge the type of both node i and node j , and find out the connected subgraph V i ( h ) and V j ( h ) . The modification in ‘Step 2’ is updating the coreness in both V i ( h ) and V j ( h ) .

3.2. AE Experiments

Denote e i j = ( i , j ) as the added edge in the network, where i and j represent the nodes forming the edge. Results show that the nodes whose coreness varies in the AE experiment have the same coreness before the edge added, i.e., they all come from the same k-shell layer, and go up into the same (k+1)-shell layer.

3.2.1. Classification of Nodes with the Same Coreness

Assuming that the neighbor nodes of node i are arranged in the descending order by their coreness as c j ( 1 ) c j ( 2 ) c j ( k i 1 ) c j ( k i ) . Comparing c j ( h ) and h , all nodes with the coreness h can be divided into T 3 and T 4 types as the following conditions.
T 3 : c j ( h ) h + 1 > h c j ( h + 1 ) . Which means, the coreness of the first h neighbor nodes is greater than or equal to h + 1 (green zone in Figure 5a), and the coreness of rest neighbor nodes is less than h (red zone in Figure 5a).
T 4 : c j ( h 1 ) h = c j ( h ) c j ( h + 1 ) . Which means, the coreness of the first h 1 neighbor nodes is greater than or equal to h (green zone in Figure 5b), the coreness of the h -th neighbor node is h (point B in Figure 5b), and the coreness of rest neighbor nodes is less than or equal to h (red zone in Figure 5b).
The classification above is a complete classification of the nodes having the same coreness h , that is, T 3 + T 4 will contain all the nodes with the same coreness h .

3.2.2. Coreness Variation Rule and CHAE Algorithm

When c i c j , we assume c i ( = h ) < c j . Node j gets a new neighbor in the red zone in Figure 2, and its coreness does not vary. While, node i gets a neighbor in the green zone in Figure 2, and whether its coreness varies will be determined by the following coreness variation rules.
(1) If i T 3 , then c i A E = c i + 1 = h + 1 . Here, c i A E represents the coreness of node i after the edge e i j added. Particularly, the coreness of other nodes in the network does not vary.
(2) If i T 4 , whether the c i A E increase to h + 1 cannot be determined directly. Then, a searching algorithm has to be employed find out the connected subgraph V i ( h ) , which includes node i , and in which all nodes have the same initial coreness h .
According to the coreness variation rule mentioned above, combined with the H operator method [29], we propose the CHAE algorithm to quickly update the coreness of related nodes. The specific process is as follows:
Step1: Judge the type of node i . If i T 4 , then find out the connected subgraph V i ( h ) by the searching algorithm (Figure 4). Otherwise, if i T 3 , c i A E = c i + 1 = h + 1 , then the CHAE algorithm ends.
Step 2: Set the coreness of all nodes in the connected subgraph V i ( h ) as h + 1 , then update the coreness of all nodes in V i ( h ) by the H operator method [29].
When c i = c j , the coreness variations can be determined and updated by the CHAE algorithm. Since node i and node j are connected together, the CHAE algorithm can be applied directly without any modification.

4. Case Study

In this section, we define the relative computational efficiency to test the computational efficiency of CHDE and CHAE algorithms, with respect to the k-core decomposition algorithm. The relative computational efficiency is tested on the five real networks (Table 1). There are five combinations of the type of node i and node j in DE and AE experiments (Table 2). It is worth noting that when c i = c j , the node i and node j are completely equivalent in DE and AE experiments, so the two combinations ( i T 2 and j T 1 in DE and i T 4 and j T 3 in AE) are not listed in Table 2. We will not discuss the combinations (2) and (5) in DE and combinations (1) and (3) in AE in the rest part of this section either, since our method is obviously better than k-core decomposition method. Because the time consumption of our method is almost zero in these combinations, while the k-core decomposition method still has to decompose the network.

4.1. Computational Efficiency of CHDE Algorithm

For each combination, 100 edges are randomly selected to be deleted for each real network. Then, both CHDE and k-core decomposition algorithms are applied to calculate the coreness of nodes, and the time consumption is recorded as t H , D E ( e i j ) and t k c o r e , D E , respectively. Due to the randomness in the searching process of CHDE algorithm and the decomposing process of k-core decomposition algorithm, therefore, when an edge is deleted, the coreness of nodes is calculated 100 times independently for both algorithms. To prove the improvement of the computational efficiency of the CHDE algorithm quantitatively comparing to the k-core decomposition algorithm, we define the relative computational efficiency:
R H , D E = m i n m = 1 .. 100 t k-core , D E m ( e i j ) m a x m = 1 .. 100 t H , D E m ( e i j )
where m represents the m th calculation when e i j is deleted. In the definition, we let the shortest time consumed in 100 calculations (best) of the k -core decomposition algorithm compare to the longest time consumed in the 100 calculations (worst) of the CHDE algorithm when e i j deleted.
Results (Table 3) show that the computational efficiency of CHDE algorithm is generally better than the k-core decomposition algorithm. All results in Table 3 are obviously larger than 1, which means CHDE algorithm is overall more efficient than k-core decomposition algorithm. On average, the lowest computational efficiency of CHDE algorithm is still 20.30 times of k-core decomposition algorithm, which appears on the US Power Grid network. Among the BEST group results, CHDE algorithm achieves more than 1000 times more efficient than k-core decomposition algorithm in two combinations related to ca-AstroPh and loc-brightkite networks. Generally speaking, the larger the network is, the more remarkable the advantage of CHDE algorithm is.

4.2. Computational Efficiency of CHAE Algorithm

For each combination, 100 pairs of nodes are randomly selected to be added for each real network. Then, both CHAE and k-core decomposition algorithms are applied to calculate the coreness of nodes, and the time consumption is recorded as t H , A E ( e i j ) and t k c o r e , A E , respectively. Due to the randomness in the searching process of CHAE algorithm and the decomposing process of k-core decomposition algorithm, in the instance of when an edge is added, the coreness of nodes is therefore calculated 100 times independently for both algorithms. To prove the improvement of the computational efficiency of the CHAE algorithm quantitatively comparing to the k-core decomposition algorithm, we define the relative computational efficiency:
R H , A E = m i n m = 1 .. 100 t k-core , A E m ( e i j ) m a x m = 1 .. 100 t H , A E m ( e i j )
where m represents the m th calculation when the edge e i j is added. In the definition, we let the shortest time consumed in 100 calculations (best) of the k -core decomposition algorithm compare to the longest time consumed in the 100 calculations (worst) of the CHAE algorithm when e i j added.
Results (Table 4) show that the computational efficiency of CHAE algorithm is generally better than the k-core decomposition algorithm. Similar to CHDE, all results for CHAE algorithm in Table 4 are obviously larger than 1 as well, which proves CHAE algorithm is totally more efficient than k-core decomposition algorithm. On average, the lowest computational efficiency of CHAE algorithm is still 8.93 times of k-core decomposition algorithm, which appears on the US Power Grid network, too. In the worst situation, R H , A E is smaller than R H , D E . The possible reason is that the connected subgraph V i ( h ) for AE (adding an edge) is more like to larger than that for DE (deleting an edge). Among the BEST group results, CHAE algorithm achieves more than 1000 times more efficient than k-core decomposition algorithm in all three combinations on ca-AstroPh network. Similar to CHDE algorithm, the larger the network is, the more remarkable the advantage of CHAE algorithm is.

5. Discussion

When observing a dynamic network in a short enough time window, all the structural variations can be looked on as the local variation like deleting an edge or adding an edge. Based on this thinking, in this paper, we carried out DE and AE experiments to reveal the coreness variation rules, and presented CHDE and CHAE fast coreness updating algorithm.
In the DE and AE experiments, we found the following coreness variation rules: If a local structural variation can cause coreness variation of node(s), then all the nodes whose coreness varied will have the same initial coreness ( h ), i.e., the coreness before the DE and AE action. This means that all the nodes whose coreness varied, belonged to the same shell layer ( h -shell). In DE experiments, these nodes’ coreness would decrease by 1, fall into the ( h 1 ) -shell layer, and form one or two connected subgraph(s). In AE experiments, those nodes’ coreness would increase by 1, go up into the ( h + 1 ) -shell layer, and form one connected subgraph.
To reveal the mechanism of the coreness variation, all nodes with the same coreness (e.g., h ) were divided into T 1 and T 2 types in DE experiments (Figure 3), and T 3 and T 4 types in AE experiments (Figure 5). In DE experiment, the variation of coreness was caused by T 1 node of the deleted edge. Beginning the searching process from the T 1 node will find out one or two connected subgraph(s) with the initial coreness h , which is the outmost range of the nodes whose coreness will vary. Comparing to the DE experiment, the situation in AE experiment was a little bit more complex. The reliable strategy is to begin the searching process from the T 4 node of the added edge, and find out a connected subgraph with the initial coreness h , which is the outmost range of the nodes whose coreness could vary.
According to the experimental results mentioned above, we established the CHDE and CHAE algorithms to fast updating the coreness for the local structural variation of deleting and adding an edge. Results showed that the proposed algorithms are overall superior to the k-core decomposition algorithm in terms of computational efficiency.
This paper is a start on the exploration of how the coreness of nodes varies, and how to fast update the coreness in a tolerable time when there is a local variation in the network structure. There are still many problems to be discussed in future. For instance, how the coreness of nodes will vary when more complex structural variations happen; how to go a further step to optimize the computational efficiency of the coreness updating algorithm; etc.

6. Conclusions

In this paper, we first revealed the coreness variation rule by a symmetric pair of experiments, i.e., DE and AE experiments. Then, CHDE and CHAE algorithms were proposed to fast update the coreness during the local structural variation of a dynamic network. Results on five real networks proved that the performance of the proposed method was greatly enhanced compared with the k-core decomposition method.

Author Contributions

Conceptualization, L.G. and L.D.; methodology, L.G. and L.D.; formal analysis, L.G., G.G. and L.D.; investigation, L.G. and G.G.; validation, L.G. and G.G.; writing—original draft preparation, L.G., G.G. and L.D.; writing—review and editing, L.G., G.G., D.M. and L.D.

Funding

This research was funded by the National Natural Science Foundation of China (No.91646124, No.71571017, No.71621001, and No.91746201).

Acknowledgments

The authors thank for support from the Fundamental Research Funds for the Central Universities (2018JBM026).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Yu, S.; Gao, L.; Xu, L.; Gao, Z.Y. Identifying influential spreaders based on indirect spreading in neighborhood. Phys. A 2019, 523, 418–425. [Google Scholar] [CrossRef]
  2. Gao, L.; Shan, X.; Qin, Y.; Yu, S.; Xu, L.; Gao, Z.Y. Scaling tunable network model to reproduce the density-driven superlinear relation. Chaos 2018, 28, 033122. [Google Scholar] [PubMed]
  3. Gao, L.; Miao, Y.; Qin, Y.; Zhao, X.; Gao, Z.Y. Finding topological center of a geographic space via road network. Phys. A 2015, 419, 128–133. [Google Scholar] [CrossRef]
  4. Zeng, G.; Li, D.; Guo, S.; Gao, L.; Gao, Z.; Stanley, H.E.; Havlin, S. Switch between critical percolation modes in city traffic dynamics. Proc. Natl. Acad. Sci. USA 2019, 116, 23–28. [Google Scholar] [CrossRef]
  5. Wang, P.; Lü, J.; Yu, X. Identification of Important Nodes in Directed Biological Networks: A Network Motif Approach. PLoS ONE 2014, 9, e106132. [Google Scholar] [CrossRef] [PubMed]
  6. Pastor-Satorras, R.; Vespignani, A. Immunization of complex networks. Phys. Rev. E 2002, 65, 036104. [Google Scholar] [CrossRef]
  7. Cohen, R.; Benavraham, D.; Havlin, S. Efficient immunization of populations and computers. Phys. Rev. Lett. 2002, 91, 12343. [Google Scholar]
  8. Pastor-Satorras, R.; Castellano, C.; Van Mieghem, P.; Vespignani, A. Epidemic processes in complex networks. Rev. Mod. Phys. 2015, 87, 925–979. [Google Scholar] [CrossRef] [Green Version]
  9. Leskovec, J.; Adamic, L.; Huberman, B. The dynamics of viral marketing. ACM Trans. Web. 2007, 1, 5. [Google Scholar] [CrossRef] [Green Version]
  10. Albert, R.; Albert, I.; Nakarado, G.L. Structural vulnerability of the North American power grid. Phys. Rev. E 2004, 69, 025103. [Google Scholar] [CrossRef]
  11. Bavelas, A. Communication patterns in task-oriented groups. J. Acoust. Soc. Am. 1950, 22, 725–730. [Google Scholar] [CrossRef]
  12. Freeman, L. Centrality in social networks: Conceptual clarification. Soc. Netw. 1979, 1, 215–239. [Google Scholar] [CrossRef]
  13. Hirsch, J. An index to quantify an individual’s scientific research output. Proc. Natl. Acad. Sci. USA 2005, 102, 16569–16572. [Google Scholar] [CrossRef] [PubMed]
  14. Dorogovtsev, S.; Goltsev, A.; Mendes, J. K-core organization of complex networks. Phys. Rev. Lett. 2006, 96, 040601. [Google Scholar] [CrossRef]
  15. Albert, R.; Jeong, H.; Barabasi, A.-L. Error and attack tolerance of complex networks. Nature 2000, 406, 378–482. [Google Scholar] [CrossRef]
  16. Pastor-Satorras, R.; Vespignani, A. Epidemic spreading in scale-free networks. Phys. Rev. Lett. 2001, 86, 3200–3203. [Google Scholar] [CrossRef] [PubMed]
  17. Cohen, R.; Erez, K.; ben-Avraham, D.; Havlin, S. Breakdown of the Internet under intentional attack. Phys. Rev. Lett. 2001, 86, 3682–3685. [Google Scholar] [CrossRef]
  18. Kitsak, M.; Gallos, L.K.; Havlin, S.; Liljeros, F.; Muchnik, L.; Stanley, H.E.; Makse, H.A. Identification of influential spreaders in complex networks. Nat. Phys. 2010, 6, 888–893. [Google Scholar] [CrossRef] [Green Version]
  19. Pei, S.; Muchnik, L.; Andrade, J.S., Jr.; Zheng, Z.; Makse, H.A. Searching for super spreaders of information in real-world social media. Sci. Rep. 2014, 4, 5547. [Google Scholar] [CrossRef]
  20. Castellano, C.; Pastor-Satorras, R. Competing activation mechanisms in epidemics on networks. Sci. Rep. 2012, 2, 371. [Google Scholar] [CrossRef] [PubMed]
  21. Liu, Y.; Tang, M.; Zhou, T.; Do, Y. Core-like groups result in invalidation of identifying super-spreader by k-shell decomposition. Sci. Rep. 2015, 5, 9602. [Google Scholar] [CrossRef] [PubMed]
  22. Hu, Q.; Gao, Y.; Ma, P.; Yin, Y.; Zhang, Y.; Xing, C. A new approach to identify influential spreaders in complex networks. Acta Phys. Sin. 2013, 62, 140101. [Google Scholar]
  23. Seidman, S.B. Network structure and minimum degree. Soc. Netw. 1983, 5, 269–287. [Google Scholar] [CrossRef]
  24. Batagelj, V.; Zaversnik, M. An O(m) algorithm for cores decomposition of networks. arXiv, 2003; arXiv:cs/0310049. [Google Scholar]
  25. Sarıyüce, A.E.; Gedik, B.; Jacques-Silva, G.; Wu, K.L.; Çatalyürek, Ü.V. Incremental k-core decomposition: Algorithms and evaluation. VLDB J. 2016, 25, 425–447. [Google Scholar] [CrossRef]
  26. Jin, H.; Wang, N.; Yu, D.; Hua, Q.S.; Shi, X.; Xie, X. Core Maintenance in Dynamic Graphs: A Parallel Approach Based on Matching. IEEE Trans. Parallel Distrib. Syst. 2018, 29, 2416–2428. [Google Scholar] [CrossRef] [Green Version]
  27. Wen, D.; Qin, L.; Zhang, Y.; Lin, X.; Yu, J.X. I/O Efficient Core Graph Decomposition: Application to Degeneracy Ordering. IEEE Trans. Knowl. Data Eng. 2019, 31, 75–90. [Google Scholar] [CrossRef]
  28. Lü, L.; Zhou, T.; Zhang, Q.; Stanley, H.E. The h-index of a network node and its relation to degree and coreness. Nat. Commun. 2016, 7, 10168. [Google Scholar] [CrossRef]
  29. Lee, Y.; Zhou, T. Fast asynchronous updating algorithms for k-shell indices. Phys. A 2017, 482, 524–531. [Google Scholar] [CrossRef]
Figure 1. k-core decomposition.
Figure 1. k-core decomposition.
Symmetry 11 00477 g001
Figure 2. Illustration of the coreness calculation process via H operator method.
Figure 2. Illustration of the coreness calculation process via H operator method.
Symmetry 11 00477 g002
Figure 3. Coreness distribution in the neighborhood of (a) T 1 and (b) T 2 nodes.
Figure 3. Coreness distribution in the neighborhood of (a) T 1 and (b) T 2 nodes.
Symmetry 11 00477 g003
Figure 4. V i ( h ) search algorithm.
Figure 4. V i ( h ) search algorithm.
Symmetry 11 00477 g004
Figure 5. Coreness distribution in the neighborhood of (a) T 3 and (b) T 4 nodes.
Figure 5. Coreness distribution in the neighborhood of (a) T 3 and (b) T 4 nodes.
Symmetry 11 00477 g005
Table 1. Basic topological characteristics of five real networks. k ¯ is the average degree; L is the average shortest path length; C is the average clustering coefficient.
Table 1. Basic topological characteristics of five real networks. k ¯ is the average degree; L is the average shortest path length; C is the average clustering coefficient.
Network N M k ¯ L C
Email113354509.6223.6060.220
US Power Grid494165942.66918.9900.080
Petster-Hamster242616,63113.7113.5880.538
ca-AstroPh18771198,05021.1024.1940.631
loc-brightkite58,228214,0787.0353.7890.172
Table 2. Five combinations of the type of node i and node j in DE and AE experiments.
Table 2. Five combinations of the type of node i and node j in DE and AE experiments.
c i < c j c i = c j
DE(1) i T 1 (2) i T 2 (3) i T 1 and j T 1 (4) i T 1 and j T 2 (5) i T 2 and j T 2
AE(1) i T 3 (2) i T 4 (3) i T 3 and j T 3 (4) i T 3 and j T 4 (5) i T 4 and j T 4
Table 3. Relative computational efficiency ( R H , D E ) of CHDE Algorithm for five real networks.
Table 3. Relative computational efficiency ( R H , D E ) of CHDE Algorithm for five real networks.
Real Network R H , D E
c i < c j c i = c j
i T 1 i T 1
j T 1
i T 1
j T 2
EmailBEST426.98301.58281.19
AVERAGE200.8950.8031.73
US Power GridBEST474.56245.87379.19
AVERAGE285.6720.3060.02
Petster-HamsterBEST772.38801.65697.01
AVERAGE409.58229.86145.83
ca-AstroPhBEST1185.591139.011079.72
AVERAGE648.10251.57186.91
loc-brightkiteBEST986.951125.961066.01
AVERAGE526.01685.42416.63
Table 4. Relative computational efficiency ( R H , A E ) of CHAE Algorithm for five real networks.
Table 4. Relative computational efficiency ( R H , A E ) of CHAE Algorithm for five real networks.
Real Network R H , A E
c i < c j c i = c j
i T 4 i T 3
j T 4
i T 4
j T 4
EmailBEST157.18238.72227.78
AVERAGE9.2874.1554.71
US Power GridBEST291.71312.42285.64
AVERAGE8.9380.3356.70
Petster-HamsterBEST874.83547.72512.52
AVERAGE104.43158.35114.82
ca-AstroPhBEST1018.301055.641059.94
AVERAGE170.80233.28229.48
loc-brightkiteBEST821.53955.76857.46
AVERAGE271.96332.20304.58

Share and Cite

MDPI and ACS Style

Gao, L.; Gao, G.; Ma, D.; Xu, L. Coreness Variation Rule and Fast Updating Algorithm for Dynamic Networks. Symmetry 2019, 11, 477. https://0-doi-org.brum.beds.ac.uk/10.3390/sym11040477

AMA Style

Gao L, Gao G, Ma D, Xu L. Coreness Variation Rule and Fast Updating Algorithm for Dynamic Networks. Symmetry. 2019; 11(4):477. https://0-doi-org.brum.beds.ac.uk/10.3390/sym11040477

Chicago/Turabian Style

Gao, Liang, Ge Gao, Dandan Ma, and Lida Xu. 2019. "Coreness Variation Rule and Fast Updating Algorithm for Dynamic Networks" Symmetry 11, no. 4: 477. https://0-doi-org.brum.beds.ac.uk/10.3390/sym11040477

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop