Abstract
Community detection has been one of the key research topics in the analysis of networked data, which is a powerful tool for understanding organizational structures of complex networks. One major challenge in community detection is to analyze community structures for streaming networks in real-Time in which changes arrive sequentially and frequently. The existing incremental algorithms are often designed for edge-grained sequential changes, which are sensitive to the processing sequence of edges. However, there exist many real-world networks that changes occur on node-grained, i.e., node with its connecting edges is added into network simultaneously and all edges arrive at the same time. In this paper, we propose a novel incremental community detection method based on modularity optimization for node-grained streaming networks. This method takes one vertex and its connecting edges as a processing unit, and equally treats edges involved by same node. Our algorithm is evaluated on a set of real-world networks, and is compared with several representative incremental and non-incremental algorithms. The experimental results show that our method is highly effective for discovering communities in an incremental way. In addition, our algorithm even got better results than Louvain method (the famous modularity optimization algorithm using global information) in some test networks, e.g., citation networks, which are more likely to be node-grained. This may further indicate the significance of the node-grained incremental algorithms.
Original language | English |
---|---|
Title of host publication | Proceedings - 2016 IEEE 28th International Conference on Tools with Artificial Intelligence, ICTAI 2016 |
Editors | Anna Esposito, Miltos Alamaniotis, Amol Mali, Nikolaos Bourbakis |
Publisher | IEEE |
Pages | 585-592 |
Number of pages | 8 |
ISBN (Electronic) | 9781509044597 |
DOIs | |
Publication status | Published - 11 Jan 2017 |
Event | 28th IEEE International Conference on Tools with Artificial Intelligence, ICTAI 2016 - San Jose, United States Duration: 6 Nov 2016 → 8 Nov 2016 Conference number: 28 |
Conference
Conference | 28th IEEE International Conference on Tools with Artificial Intelligence, ICTAI 2016 |
---|---|
Abbreviated title | ICTAI 2016 |
Country/Territory | United States |
City | San Jose |
Period | 6/11/16 → 8/11/16 |
Keywords
- Community detection
- Complex network
- Incremental algorithm
- Modularity