Next Article in Journal
Experimental Study on Energy Dissipation Performance and Failure Mode of Web-Connected Replaceable Energy Dissipation Link
Previous Article in Journal
An Improved Method for Estimating Renal Dimensions; Implications for Management of Kidney Disease
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Temporal Label Walk for Community Detection and Tracking in Temporal Network

Department of Mathematics, National University of Defense Technology, Changsha 410073, China
*
Author to whom correspondence should be addressed.
Submission received: 5 July 2019 / Revised: 27 July 2019 / Accepted: 2 August 2019 / Published: 6 August 2019
(This article belongs to the Section Applied Physics General)

Abstract

:
The problem of temporal community detection is discussed in this paper. Main existing methods are either structure-based or incremental analysis. The difficulty of the former is to select a suitable time window. The latter needs to know the initial structure of networks and the changing of networks should be stable. For most real data sets, these conditions hardly prevail. A streaming method called Temporal Label Walk (TLW) is proposed in this paper, where the aforementioned restrictions are eliminated. Modularity of the snapshots is used to evaluate our method. Experiments reveal the effectiveness of TLW on temporal community detection. Compared with other static methods in real data sets, our method keeps a higher modularity with the increase of window size.

Graphical Abstract

1. Introduction

The concept of community defined by Newman and Girvan is widely accepted and used [1]. Community detection is a significant task and of great value in practical applications. For sales websites, discovering consumers of different products can help website managers purchase selectively; for social networks, it will be easier to recommend friends to users if we can detect communities sharing common interests.
Research on community detection falls into two categories: static methods and temporal methods. Some classic methods such as Kernighan–Lin [2] based on graph cut and Label Propagation Algorithm (LPA) are static methods [3]. The famous Girvan and Newman (GN) algorithm [1] is also a static method. The static methods divide a network into different communities based on static graph where the relationship between nodes and edges will not change. However, increasing numbers of real data sets cannot be denoted by a static graph since edges and nodes are changing constantly. These data sets are called temporal data and the networks consisting of temporal data are called temporal networks. Temporal approaches are proposed to deal with temporal networks.
Structure-based methods and incremental analysis are the two most common methods used for community detection in a temporal network. Structure-based methods mix temporal data in the time window Δ t to a graph snapshot G i and the temporal networks can be viewed as a sequence G 1 , G 2 , , G s where each G i corresponds to the configuration of the graph in the ith time window [4]. For any G i , it is a static network and the traditional static algorithms can be used for community detection. Meanwhile, the validation measurements used in static networks are making for temporal networks as well. If the ground-truth communities are known, Normalized Mutual Information(NMI) [5] is often used. In addition, Modularity [1] is often used while ground-truth is unknown. Determining the size of window is a problem here. If Δ t is too small, few nodes and edges are included in a snapshot. As a result, it is hard to find any community structure. On the contrary, the evolution of communities cannot be tracked if Δ t is too large.
To avoid selecting appropriate Δ t , incremental analysis adds vertexes or edges to the network one by one with the transmission of temporal data stream. Much research has used incremental analysis for community detection in temporal networks. Li et al. divide communities according to permanence index [6]. Agarwal et al. maximize permanence to detect communities [7]. Guo et al. focus on local interact for community detection [8]. Ditursi et al. also use local information to find seed nodes [9]. Several pieces of incremental analysis detecting communities detection are based on label propagation [10,11]. Incremental analysis requires that community structure should be known in the beginning and the structure of networks change stably. However, community structure is unknown in most real data sets, and stability of evolution cannot be guaranteed either.
We show the form of temporal data of two methods, and the real graph sequence in Figure 1. Real data set S t u d e n t s [12] consists of communications in a student organization. The community structure at certain nodes can obviously be observed by compressing one day’s interactions together in Figure 2.
This paper proposes a streaming method to detect and track communities without any fixed Δ t . Our main contribution is two-fold:
  • Propose a new method called Temporal Label Walk (TLW) to detect community structure in temporal networks without time window. Our approach transforms the community detection in network into a clustering analysis in vector space where no prior about the community structure is required. TLW can also maintain modularity at a reasonable level by combining time information.
  • We reveal that simply mixing temporal data to snapshots and then measuring community structure is less effective with the course of time.

2. Our Method: Temporal Label Walk (TLW)

In this section, we describe our method in three parts:
  • Introduce the basic idea of our method including premise, feasibility, and process.
  • Give mathematical definition of TLW.
  • Measure the validation of community detection.

2.1. Basic Idea

In temporal networks, new nodes and edges are added in turn. If we use static method for community detection, we must mix the data streams in a time window to a snapshot so that each snapshot can be regarded as a static graph. In fact, there are two problems. First, how to select the time window. Snapshots in different time windows consist of different information. Second, how to mix data streams. To simply stack all edges or the weighted edges both can make result dissimilar. In fact, the intensity of interactions between two nodes depends on time in temporal networks. The result is stronger now than the past. The importance of nodes is also different due to different intensity of interactions. A natural idea is to divide communities according to the importance of nodes. Temporal walk defined by Rozenshtein and Gionis in 2016 is a good tool to measure importance of nodes in temporal networks. They use temporal walk to make an extension of static PageRank [13]. A sequence of edges v 1 t 0 v 2 t 1 v 3 t 2 t j 2 v j denotes a temporal walk from v 1 to v j where t i t i + 1 . Béres et al. also use temporal walk to extend static Katz centrality to temporal networks [14]. The effectiveness of temporal walks is verified in measuring the importance of nodes in temporal networks. In real networks, interactions within communities are dense but between communities they are sparse [1]. It is possible for temporal walks used to divide community structure in temporal network. However, there are some special cases that make it difficult to divide communities only by measuring the importance of nodes. Meanwhile, time is an important factor in temporal data. The information received by a node recently may be more crucial than the past. We give an example in Figure 3a,b, respectively.
The importance of nodes from different communities may be the same. Our solution is to give each node a label value then compute it by temporal walks. In this way, label values between two communities are different and thus can be divided. As to how to divide communities according to label values, we use clustering methods because each node is represented by a vector. Please note that using clustering analysis for community detection has been already considered by many researchers and it is proved to be an effective approach. Pons et al. propose a measure of similarities based on random walks to find the dense subgraphs of communities [15]. Cai et al. evaluate the performance of repeated random walks in community detection of social networks [16]. De Meo et al. add a pre-processing step in which edges are weighted according to their centrality regarding the network topology and raise the accuracy of existing algorithms on real-life data sets [17]. In addition, they combine advantages of global approaches and local methods to propose a new clustering method [18]. Rémy et al. use clustering analysis to re-identify multiple addresses belonging to a same user for bitcoin user activity [19]. We apply this idea to temporal networks and more detail is described in Section 2.2.
To summarize, we propose a streaming method for community detection in temporal networks. Label value is defined for each node and computed by temporal walk. The division of nodes is obtained by the clustering analysis of label values. The result of clustering division is the division of communities in networks.

2.2. Mathematical Definition

According to the description in Section 2.1, our method is based on two assumptions:
  • Data sets are in the form of data streams,
  • Interactions within communities are more frequent than those between communities.
Consider a directed graph G t = ( V , E t ) where V is the set of all the nodes and E t is the set of edges at time t. We denote T = { t 0 , t 1 , , t i , } the set of time sequence when new edges appear in the data streams. Let X u ( t ) R | V | denote the label value of node u at time t. If edge v u appears at time t i + 1 T , now we describe how to compute X u ( t i + 1 ) .
The variations of label value of u is two-fold:
  • All temporal walks that end in v at t i , a new temporal walk starts from v and ends in u appears at t i + 1 . The variation of this new temporal walk is:
    Δ 1 = X v ( t i ) · φ ( t i + 1 t i ) ,
    where φ ( τ ) = β · e c τ is an exponential decay function, β is a constant and τ = t i + 1 t i . We use φ to represent that interactions at t i + 1 are more important than those at t i .
  • To maintain the timeliness of information, we define an enhancement function as another variation:
    E v = α · e v ,
    where α R and e v is a unit vector with the vth element 1 and the rests 0. Note here v is the index of node v in set V t . Label value variation of u is:
    Δ = E v + Δ 1 .
    Δ is the variation that u only interacts with v. Denoting S u by the set of all nodes that send messages to u at t i + 1 , variations of u is:
    Δ = E v + s S u ( E s + X s ( t i ) · φ ( t i + 1 t i ) ) .
    At t i + 1 , the label value of u is also affected by φ ( τ ) . We can compute X u ( t i + 1 ) by:
    X u ( t i + 1 ) = X u ( t i ) · φ ( t i + 1 t i ) + s S u ( E s + X s ( t i ) · φ ( t i + 1 t i ) ) .
    Set the label value X u ( t 0 ) = e u . Then take the normalized vector X u ( t i + 1 ) X u ( t i + 1 ) 2 of X u ( t i + 1 ) for the next iteration if S s to avoid the rapid growth of label value. To update label value of u at t i + 1 , the complete algorithm is described as follows:
    S t e p 1 : X u ( t 0 ) = e u , S t e p 2 : X u ( t i + 1 ) = X u ( t i ) · β · e c ( t i + 1 t i ) + v S u ( α · e v + X v ( t i ) · β · e c ( t i + 1 t i ) ) , S t e p 3 : X u ( t i + 1 ) : = X u ( t i + 1 ) X u ( t i + 1 ) 2 , i : = i + 1 , G o t o S t e p 2 .
    Computing label value can be regarded as a mapping f : G i R | V | × | V | , where G i is a snapshot at t i and f ( G i ) = ( X 1 ( t i ) , X 2 ( t i ) , , X | V | ( t i ) ) R | V | × | V | . Community detection problem in temporal network G t can therefore be transformed to clustering analysis in high-dimensional vector space R | V | × | V | .
We choose several widely used clustering methods for TLW. Affinity Propagation(AP) [20], Density-Based Spatial Clustering of Applications with Noise(DBSCAN) [21] and Mini Batch K-means are compared in the following tests. AP and DBSCAN are used when that the number of communities is unknown. If the number of clusters is known, Mini Batch K-means is adopted instead since it is much simpler [22].

2.3. Evaluation

Most real data sets are unlabeled. To evaluate the divisions of community, modularity is a mostly used measurement. Modularity is proposed by Newman [1] and defined on undirected graph as
Q = 1 2 | E | v , u V ( A v u k v k u 2 | E | ) δ ( v , u ) ,
where A is the adjacency matrix of undirected graph G = ( V , E ) , k v ( k u ) is the degree of nodes v ( u ) and δ is to record whether two nodes belong to the same community:
δ ( v , u ) = 1 , if v , u are in the same community , 0 , otherwise .
Here G t is a directed graph, (7) turns to
Q = 1 | E | v , u V ( A v u k o u t v k i n u | E | ) δ ( v , u ) ,
where k o u t v is the out-degree of v and k i n u is the in-degree of u.
Now make a summary of our method. TLW first updates the label value X u ( t ) by algorithm ( 6 ) , then chooses a suitable clustering method to divide vectors according to whether we know the number of communities. Nodes are divided into different communities according to the clusters which nodes belong to. Finally, we use modularity to evaluate the division.

3. Experiment and Analysis

We carry out experiments to show that our method is effective in temporal community detection. Two real data sets are used: S t u d e n t s [12] and F a c e b o o k [23]. The four-month data set S t u d e n t s is a student community at the University of California, Irvine. Nodes represent students and edges denote message passing. The F a c e b o o k data set is a three-month subset of Facebook activity in a New Orleans regional community. Codes and data sets are available online (https://github.com/Zhe-liangLiu/Temporal-Label-Walk). The experiments consist of three parts:
  • Explain the importance of normalization,
  • Use TLW to detect and track communities in real data sets S t u d e n t s and F a c e b o o k , and the modularity of several static methods including K-clique, label propagation, and asynchronous label propagation is given.
  • Discuss the effects of parameters in experiments. We put this part in Section 4.

3.1. Normalization

First, we explain the necessity of normalization by a simple example. Assuming that three nodes send messages regularly, we first generate a simple data streams including three nodes to illustrate normalization mentioned in Section 2.2, as shown in Figure 4.
Figure 5 is the label value of node 3 from t 0 to t 29 in the case of normalization and non-normalization, respectively. It is more realistic that the label values should remain stable over a certain period as the community evolution. For real data sets, the interactions between nodes are more complex. Figure 5b illustrates that normalization can ensure the label values of the nodes keep stable.

3.2. Community Detection and Tracking

This section we evaluate our method by real data sets. Firstly, different clustering methods are tested on S t u d e n t s , and then the results of TLW and other static community detection algorithms are given. Finally, we visualize our division result of S t u d e n t s and F a c e b o o k .
To evaluate results of different clustering methods based on (6), we use Students data set from 16:06:47 on 27 June 2014 to 23:58:51 on 27 June 2014 with 113 edges and 87 nodes. Figure 2 is the snapshot of the associated temporal network by mixing all edges together. Some obvious clusters can be observed around nodes 3 and 1713. Let the c = 1 × 10 6 and β = 1 , α = 1 . Compute label values of nodes at 23:58:51, and use clustering analysis methods to reveal nodes in same community. Since the number of communities is unknown, we group the nodes by AP and DBSCAN, respectively. According to the results of AP and DBSCAN, setting the number of clusters to be 21, we also use Mini Batch K-means to cluster. Focusing on two key nodes 3 and 1713, Figure 6 shows the results of community detection. According to the division of X u ( t ) , community structure is in accordance with the actual situation and dependence on clustering algorithms is not strong. The modularity and running time of three methods are listed in Table 1.
It is shown that modularity greater than about 0.3 appear to indicate significant community structure in practice [24], and typically fall in the range from 0.3 to 0.7 [1]. According to Table 1, we find that all three methods can get a good community structure with reasonable modularity, but AP is obviously more computational expensive than Mini Batch K-means and DBSCAN, which may make AP impractical in processing large-scale networks. Compared with other two methods, Mini Batch K-means gets better community structure and runs faster with the increase of data. If the community structure is stable in a certain period, DBSCAN method can be used firstly and then Mini Batch K-means can be used to approximate it. Mini Bath K-means is used in subsequent experiments. We choose node 525 (see Figure 6) to track the community evolution based on label value, the result is shown in Figure 7. Node 525 joins the community halfway, and does not interact directly with 1713.
The number of communities in this experiment is set to 21 for a network with 87 nodes. It may be too many for a real social network. One reason is that some nodes communicate little with other nodes, which makes them become noise points in clustering analysis. In the case of large-scale data sets, noise points are often categorized separately because of inadequate information of time.
To evaluate our method in community detection, we compare modularity with other static community detection algorithms. We choose partial community detection methods that focus on static graph: K-clique [25], asynchronous label propagation [26] and label propagation [3]. The dynamic community detection algorithm of [6] called DABP is also included. Data streams on 27 June are mixed to an undirected snapshot with 87 nodes and 85 edges. The result is shown in Table 2. All methods have a good performance with high modularity on the first day. Please note that our method is to reveal the community structure at 23:58:51. With the passing of time, Figure 8 shows the change of modularity of all methods. Here modularity of all methods decreases with the increase of time. Modularity of static methods decreases rapidly, while the modularity corresponding to TLW decreases much more slowly, which means that TLW has distinct advantages over other methods in maintaining a significant community structure. Although nodes in many networks fall naturally into communities, the time factor is very important. The community structure of the network is unstable. If only the snapshots are used to divide networks by mixing data streams, some disappeared or changed community structures are retained in snapshots which make community structure of snapshots vague. At this point, it is difficult for static algorithms to get a high modularity.
We also compute the running time of TLW and several related static methods. The results are listed in Table 3. TLW can get the division of community structure almost as fast as classical static algorithms. Considering that DABP is an incremental algorithm, we compare the real-time running time of TLW and DABP separately. Choose 20 subgraphs from G 0 , G 1 , , G n randomly and compute the time of processing each subgraph G i , the result is shown in Figure 9. The real-time running time of TLW grows slowly and the running time of DABP depends on the scale of each subgraph. Our methods can get a higher modularity than DABP without consuming too much time.
We also visualize the community structure of S t u d e n t s and F a c e b o o k in three periods in Figure 10. Several communities with the high number of nodes are shown. More and more nodes become the members of community as time goes on, while accords with the facts in most social networks.

4. The Effects of Parameters

Three parameters, c , β and α should be set manually in TLW, where α uses to control information intensity. A larger α means that information received recently is more important. Using artificial data set generated in Section 3.1, label value corresponding to different α is shown in Figure 11.
β and c are time decay parameters which control the speed of exponential decay of information. c depends on time interval τ of data streams. We generate a new data streams to illustrate the effect of different β and c. Similar to the artificial data streams generated in Section 3.1, at each t i , now only one message passes in turn, we show this data streams in Figure 12.
Let α = 0.1 . Fix β and c respectively, the first component of X 3 ( t ) for different c and β is given in Figure 13a,b. Variation of label value from peak to trough is not violently with β = 1 , c = 0.25 or β = 1 , c = 0.1 , here τ = t i + 1 t i is 1 s. c is more important than β because τ range from 1 s to 1000 s or more in real data sets, it is suitable to consider c and τ together so that e c τ can be a number between 0 and 1.
To make a further analysis of influence of different parameters on community detection, we choose S t u d e n t s data set of the first day and fixing β = 1 . Using Mini Batch K-means methods and setting the number of clusters n = 14 , we show the effect of different c and α on modularity with Mini Bath K-means in Table 4. Please note that modularity does not change linearly with c and α , but depend on the data sets.

5. Conclusions

In this paper, we propose a community detection method TLW in temporal networks based on the label value X u ( t ) of each node u. TLW transfers community detection problem to clustering analysis in high-dimensional vector space. We validate the effectiveness of our algorithm. TLW can ensure that modularity of community divisions remains relatively reasonable high with the passing of time. We also show that it is hard for static community detection algorithms to divide community structure well in real data sets if only mix temporal data streams to snapshots. As an important part of community detection, only several simple clustering algorithms are discussed in this paper. Meanwhile, many dynamic community analysis algorithms have been integrated into a package [27] and it is convenient for user to compare their methods with classical dynamic community detection approaches. TLW is quite different from these methods and division of community is influenced by different evaluation criteria and data sets. A comprehensive comparison will be given in the future work.

Author Contributions

Conceptualization, Z.L.; methodology, Z.L. and H.W.; software, Z.L.; validation, X.L.; formal analysis, W.P.; investigation, Z.L.; resources, X.L.; data curation, Z.L.; writing—original draft preparation, Z.L.; writing—review and editing, H.W. and W.P.; visualization, Z.L.; supervision, L.C.; project administration, H.W.

Funding

This research is supported by National Science Foundation of China No. 61571008.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Newman, M.E.J. Finding and Evaluating Community Structure in Networks. Phys. Rev. E 2004, 69, 026113. [Google Scholar] [CrossRef] [PubMed]
  2. Kernighan, B.W.; Lin, S. An Efficient Heuristic Procedure for Partitioning Graphs. Bell Syst. Tech. J. 1970, 49, 291–307. [Google Scholar] [CrossRef]
  3. Cordasco, G.; Gargano, L. Community detection via semi-synchronous label propagation algorithms. In Proceedings of the 2010 IEEE International Workshop on Business Applications of Social Network Analysis (BASNA), Bangalore, India, 15 December 2010; pp. 1–8. [Google Scholar]
  4. Rosval, M.; Bergstrom, C.T. Mapping change in large networks. PLoS ONE 2010, 5, e8694. [Google Scholar] [CrossRef] [PubMed]
  5. Studholme, C.; Hill, D.L.G.; Hawkes, D.J. An overlap invariant entropy measure of 3D medical image alignment. Pattern Recognit. 1999, 32, 71–86. [Google Scholar] [CrossRef]
  6. Li, X.; Wu, B.; Guo, Q.; Zeng, X.; Shi, C. Dynamic community detection algorithm based on incremental identification. In Proceedings of the 2015 IEEE International Conference on Data Mining Workshop (ICDMW), Atlantic City, NJ, USA, 14–17 November 2015; pp. 900–907. [Google Scholar]
  7. Agarwal, P.; Verma, R.; Agarwal, A.; Chakraborty, T. DyPerm: Maximizing Permanence for Dynamic Community Detection. In Proceedings of the Pacific-Asia Conference on Knowledge Discovery and Data Mining, Melbourne, VIC, Australia, 3–6 June 2018; pp. 437–449. [Google Scholar]
  8. Guo, Q.; Zhang, L.; Wu, B.; Zeng, X. Dynamic community detection based on distance dynamics. In Proceedings of the 2016 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM), San Francisco, CA, USA, 18–21 August 2016; pp. 329–336. [Google Scholar]
  9. DiTursi, D.J.; Ghosh, G.; Bogdanov, P. Local community detection in dynamic networks. In Proceedings of the 2017 IEEE International Conference on Data Mining (ICDM), New Orleans, LA, USA, 18–21 November 2017; pp. 847–852. [Google Scholar]
  10. Xie, J.; Chen, M.; Szymanski, B.K. LabelrankT: Incremental community detection in dynamic networks via label propagation. In Proceedings of the Proceedings of the Workshop on Dynamic Networks Management and Mining, New York, NY, USA, 22–27 June 2013; pp. 25–32. [Google Scholar]
  11. Sattari, M.; Zamanifar, K. A cascade information diffusion based label propagation algorithm for community detection in dynamic social networks. J. Comput. Sci. 2018, 25, 122–133. [Google Scholar] [CrossRef]
  12. Panzarasa, P.; Opsahl, T.; Carley, K.M. Patterns and dynamics of users’ behavior and interaction: Network analysis of an online community. J. Am. Soc. Inf. Sci. Technol. 2009, 60, 911–932. [Google Scholar] [CrossRef]
  13. Rozenshtein, P.; Gionis, A. Temporal pagerank. In Proceedings of the Joint European Conference on Machine Learning and Knowledge Discovery in Databases, Riva del Garda, Italy, 19–23 September 2016; pp. 674–689. [Google Scholar]
  14. Béres, F.; Pálovics, R.; Oláh, A.; Benczúr, A.A. Temporal walk based centrality metric for graph streams. Appl. Netw. Sci. 2018, 3, 32. [Google Scholar] [CrossRef] [PubMed]
  15. Pons, P.; Latapy, M. Computing communities in large networks using random walks. J. Graph Algorithms Appl. 2006, 10, 191–218. [Google Scholar] [CrossRef]
  16. Cai, B.; Wang, H.; Zeng, H.; Wang, H. Evaluation repeated random walks in community detection of social networks. In Proceedings of the 2010 International Conference on Machine Learning and Cybernetics, Qingdao, China, 11–14 July 2010; pp. 1849–1854. [Google Scholar]
  17. De Meo, P.; Ferrara, E.; Fiumara, G.; Provetti, A. Enhancing community detection using a network weighting strategy. Inf. Sci. 2013, 222, 648–668. [Google Scholar] [CrossRef] [Green Version]
  18. De Meo, P.; Ferrara, E.; Fiumara, G.; Provetti, A. Mixing local and global information for community detection in large networks. J. Comput. Syst. Sci. 2014, 80, 72–87. [Google Scholar] [CrossRef]
  19. Rémy, C.; Rym, B.; Matthieu, L. Tracking bitcoin users activity using community detection on a network of weak signals. In Proceedings of the International Conference on Complex Networks and Their Applications, Lyon, France, 29 November–1 December 2017; pp. 166–177. [Google Scholar]
  20. Frey, B.J.; Dueck, D. Clustering by passing messages between data points. Science 2007, 315, 972–976. [Google Scholar] [CrossRef] [PubMed]
  21. Ester, M.; Kriegel, H.-P.; Sander, J.; Xu, X. A density-based algorithm for discovering clusters in large spatial databases with noise. In Proceedings of the Second International Conference on Knowledge Discovery and Data Mining, Portland, OQ, USA, 2–4 August 1996; pp. 226–231. [Google Scholar]
  22. Sculley, D. Web-scale k-means clustering. In Proceedings of the 19th International Conference on World Wide Web, Raleigh, NC, USA, 26–30 April 2010; pp. 1177–1178. [Google Scholar]
  23. Viswanath, B.; Mislove, A.; Cha, M.; Gummadi, K.P. On the evolution of user interaction in facebook. In Proceedings of the 2nd ACM Workshop on Online Social Networks, Barcelona, Spain, 17 August 2009; pp. 37–42. [Google Scholar]
  24. Newman, M.E. Fast algorithm for detecting community structure in networks. Phys. Rev. E 2004, 69, 066133. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  25. Palla, G.; Derényi, I.; Farkas, I.; Vicsek, T. Uncovering the overlapping community structure of complex networks in nature and society. Nature 2005, 435, 814. [Google Scholar] [CrossRef] [PubMed]
  26. Raghavan, U.N.; Albert, R.; Kumara, S. Near linear time algorithm to detect community structures in large-scale networks. Phys. Rev. E 2007, 76, 036106. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  27. Sarmento, R.P.; Lemos, L.; Cordeiro, M.; Rossetti, G.; Cardoso, D. DynComm R Package–Dynamic Community Detection for Evolving Networks. arXiv 2019, arXiv:1905.01498. [Google Scholar]
Figure 1. Several different forms of data. (a) is the data used in structure-based methods, temporal data in a time window of size Δ t is mixed to snapshot G 0 . Incremental analysis in (b) knows the structure of network at the beginning and addition of nodes and edges (or delete) to change local structure so that the new communities grow. (c) is a real data set called S t u d e n t s where it is hard finding community structure at any t i and the information flow is spare when edges appear.
Figure 1. Several different forms of data. (a) is the data used in structure-based methods, temporal data in a time window of size Δ t is mixed to snapshot G 0 . Incremental analysis in (b) knows the structure of network at the beginning and addition of nodes and edges (or delete) to change local structure so that the new communities grow. (c) is a real data set called S t u d e n t s where it is hard finding community structure at any t i and the information flow is spare when edges appear.
Applsci 09 03199 g001
Figure 2. Mixing all 113 edges appear on 87 nodes on 27 June 2014. It is easy to find that nodes 1713 and 3 interact more frequently with other nodes.
Figure 2. Mixing all 113 edges appear on 87 nodes on 27 June 2014. It is easy to find that nodes 1713 and 3 interact more frequently with other nodes.
Applsci 09 03199 g002
Figure 3. Two different situations in temporal networks. (a) shows that two communities A and B share the same information exchange within community, the corresponding nodes are of the same importance but belong to different communities. (b) shows that nodes u and v are in different communities in the beginning and v sends a message to u at time t i . If v sends a message to u again at t i + 1 , as shown in (c), u will have a higher probability of belonging to B at t i + 2 than those nodes inside A send a message to u at t i + 1 , which is illustrated in (d).
Figure 3. Two different situations in temporal networks. (a) shows that two communities A and B share the same information exchange within community, the corresponding nodes are of the same importance but belong to different communities. (b) shows that nodes u and v are in different communities in the beginning and v sends a message to u at time t i . If v sends a message to u again at t i + 1 , as shown in (c), u will have a higher probability of belonging to B at t i + 2 than those nodes inside A send a message to u at t i + 1 , which is illustrated in (d).
Applsci 09 03199 g003
Figure 4. Three nodes send messages to each other in 30 s. The order that three nodes periodically send information at each time is 1 2 , 2 3 , 3 1 .
Figure 4. Three nodes send messages to each other in 30 s. The order that three nodes periodically send information at each time is 1 2 , 2 3 , 3 1 .
Applsci 09 03199 g004
Figure 5. Label value of node 3 with non-normalization and normalization. The value increases exponentially without normalization (see (a)), but tends to be stable after normalization (see (b)).
Figure 5. Label value of node 3 with non-normalization and normalization. The value increases exponentially without normalization (see (a)), but tends to be stable after normalization (see (b)).
Applsci 09 03199 g005
Figure 6. Results of community detection with AP, Mini Batch K-means, and DBSCAN. The blue nodes and node 3 are in the same community. The orange nodes belong to community of node 1713. The division is only different in a few points.
Figure 6. Results of community detection with AP, Mini Batch K-means, and DBSCAN. The blue nodes and node 3 are in the same community. The orange nodes belong to community of node 1713. The division is only different in a few points.
Applsci 09 03199 g006
Figure 7. Label value of node 525 from 16:06:47 to 23:58:51. The horizontal axis denotes the sequence of the interactions. This sequence starts from 0 and end at 97, indicating that there are 97 information interactions between nodes in this day.
Figure 7. Label value of node 525 from 16:06:47 to 23:58:51. The horizontal axis denotes the sequence of the interactions. This sequence starts from 0 and end at 97, indicating that there are 97 information interactions between nodes in this day.
Applsci 09 03199 g007
Figure 8. Modularity of different methods from one day to three months.
Figure 8. Modularity of different methods from one day to three months.
Applsci 09 03199 g008
Figure 9. Real-time running time of TLW and DABP.
Figure 9. Real-time running time of TLW and DABP.
Applsci 09 03199 g009
Figure 10. Community structure of S t u d e n t s and F a c e b o o k in one day, one week, and one month, respectively. Nodes in black denote that they do not belong to any community obviously yet.
Figure 10. Community structure of S t u d e n t s and F a c e b o o k in one day, one week, and one month, respectively. Nodes in black denote that they do not belong to any community obviously yet.
Applsci 09 03199 g010
Figure 11. The effect of α on the label value of node 3. The larger α makes node 2 have more influence on node 3 than the others.
Figure 11. The effect of α on the label value of node 3. The larger α makes node 2 have more influence on node 3 than the others.
Applsci 09 03199 g011
Figure 12. Three nodes send messages in turn. The order is 2 t 3 k 1 , 1 t 3 k + 1 3 , 3 t 3 k + 2 2 , k = 0 , 1 , , n .
Figure 12. Three nodes send messages in turn. The order is 2 t 3 k 1 , 1 t 3 k + 1 3 , 3 t 3 k + 2 2 , k = 0 , 1 , , n .
Applsci 09 03199 g012
Figure 13. Fix β and c respectively, and calculate the first component of X 3 ( t ) . Two parameters are set to 0.25, 0.5, 0.75 and 1. Smaller c and larger β both have smaller peak value and larger valley value.
Figure 13. Fix β and c respectively, and calculate the first component of X 3 ( t ) . Two parameters are set to 0.25, 0.5, 0.75 and 1. Smaller c and larger β both have smaller peak value and larger valley value.
Applsci 09 03199 g013
Table 1. Running time of different clustering methods.
Table 1. Running time of different clustering methods.
MethodMini Batch K-MeansDBSCANAP
1 day Modularity0.7730.6840.674
1 day Running time(s) 0.049 ± 0.005 0.003 ± 0.001 0.330 ± 0.008
1 week Running time(s) 0.106 ± 0.008 0.095 ± 0.003 2.523 ± 0.013
2 months Running time(s) 0.193 ± 0.011 0.786 ± 0.002 13.592 ± 0.046
Table 2. The modularity of community structure from different methods tested on S t u d e n t s with the increase of Δ t .
Table 2. The modularity of community structure from different methods tested on S t u d e n t s with the increase of Δ t .
MethodK-CliqueAsynchronousLabel PropagationDABPTLW
1 day0.7800.7800.7800.5870.773
1 week0.0880.0570.5280.3930.408
1 month0.0510.0450.2050.2760.311
2 months0.0360.0350.0630.1030.213
3 months0.0380.0320.0880.0690.225
Table 3. The running time with the increase of Δ t about different methods.
Table 3. The running time with the increase of Δ t about different methods.
MethodK-CliqueAsynchronousLabel PropagationTLW
1 day (s) 0.021 ± 0.001 0.030 ± 0.021 0.024 ± 0.002 0.049 ± 0.005
1 week (s) 0.036 ± 0.008 0.077 ± 0.017 0.041 ± 0.012 0.106 ± 0.008
1 month (s) 0.098 ± 0.006 0.108 ± 0.009 0.097 ± 0.007 0.121 ± 0.007
2 months (s) 0.127 ± 0.312 0.156 ± 0.013 0.134 ± 0.011 0.193 ± 0.011
3 months(s) 0.264 ± 0.008 0.284 ± 0.075 0.340 ± 0.132 0.421 ± 0.013
4 months (s) 0.455 ± 0.059 0.665 ± 0.072 0.551 ± 0.072 0.879 ± 0.022
Table 4. The change of modularity with the increase of Δ t about different methods.
Table 4. The change of modularity with the increase of Δ t about different methods.
α = 0.2 α = 0.4 α = 0.6 α = 0.8 α = 1
c = 1 × 10 5 0.6430.6420.6600.6500.685
c = 2 × 10 5 0.6200.6370.6220.6190.623
c = 4 × 10 5 0.5690.5600.5530.5440.508
c = 6 × 10 5 0.5100.5210.5130.5030.499
c = 8 × 10 5 0.4060.4780.3650.3010.216
c = 1 × 10 4 0.3880.3430.2800.2770.210

Share and Cite

MDPI and ACS Style

Liu, Z.; Wang, H.; Cheng, L.; Peng, W.; Li, X. Temporal Label Walk for Community Detection and Tracking in Temporal Network. Appl. Sci. 2019, 9, 3199. https://0-doi-org.brum.beds.ac.uk/10.3390/app9153199

AMA Style

Liu Z, Wang H, Cheng L, Peng W, Li X. Temporal Label Walk for Community Detection and Tracking in Temporal Network. Applied Sciences. 2019; 9(15):3199. https://0-doi-org.brum.beds.ac.uk/10.3390/app9153199

Chicago/Turabian Style

Liu, Zheliang, Hongxia Wang, Lizhi Cheng, Wei Peng, and Xiang Li. 2019. "Temporal Label Walk for Community Detection and Tracking in Temporal Network" Applied Sciences 9, no. 15: 3199. https://0-doi-org.brum.beds.ac.uk/10.3390/app9153199

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