English

An incremental local-first community detection method for dynamic graphs

Social and Information Networks 2018-08-21 v1 Data Structures and Algorithms Physics and Society

Abstract

Community detections for large-scale real world networks have been more popular in social analytics. In particular, dynamically growing network analyses become important to find long-term trends and detect anomalies. In order to analyze such networks, we need to obtain many snapshots and apply same analytic methods to them. However, it is inefficient to extract communities from these whole newly generated networks with little differences every time, and then it is impossible to follow the network growths in the real time. We proposed an incremental community detection algorithm for high-volume graph streams. It is based on the top of a well-known batch-oriented algorithm named DEMON[1]. We also evaluated performance and precisions of our proposed incremental algorithm with real-world big networks with up to 410,236 vertices and 2,439,437 edges and computed in less than one second to detect communities in an incremental fashion - which achieves up to 107 times faster than the original algorithm without sacrificing accuracies.

Keywords

Cite

@article{arxiv.1808.06251,
  title  = {An incremental local-first community detection method for dynamic graphs},
  author = {Hiroki Kanezashi and Toyotaro Suzumura},
  journal= {arXiv preprint arXiv:1808.06251},
  year   = {2018}
}

Comments

8 pages, 7 figures and 3 pseudo codes, 2016 IEEE International Conference on Big Data (Big Data)

R2 v1 2026-06-23T03:37:50.832Z