Online Community Detection for Large Complex Networks.

Gang Pan,Wangsheng Zhang,Zhaohui Wu,Shijian Li
DOI: https://doi.org/10.1371/journal.pone.0102799
IF: 3.7
2014-01-01
PLoS ONE
Abstract:Complex networks describe a wide range of systems in nature and society. To understand complex networks, it is crucial to investigate their community structure. In this paper, we develop an online community detection algorithm with linear time complexity for large complex networks. Our algorithm processes a network edge by edge in the order that the network is fed to the algorithm. If a new edge is added, it just updates the existing community structure in constant time, and does not need to re-compute the whole network. Therefore, it can efficiently process large networks in real time. Our algorithm optimizes expected modularity instead of modularity at each step to avoid poor performance. The experiments are carried out using 11 public data sets, and are measured by two criteria, modularity and NMI ( Normalized Mutual Information). The results show that our algorithm's running time is less than the commonly used Louvain algorithm while it gives competitive performance.
What problem does this paper attempt to address?