Abstract
Dynamic (temporal) graphs are a convenient mathematical abstraction for many practical complex systems including social contacts, business transactions, and computer communications. Community discovery is an extensively used graph analysis kernel with rich literature for static graphs. However, community discovery in a dynamic setting is challenging for two specific reasons. Firstly, the notion of temporal community lacks a widely accepted formalization, and only limited work exists on understanding how communities emerge over time. Secondly, the added temporal dimension along with the sheer size of modern graph data necessitates new scalable algorithms. In this paper, we investigate how communities evolve over time based on several graph metrics under a temporal formalization. We compare six different algorithmic approaches for dynamic community detection for their quality and runtime. We identify that a vertex-centric (local) optimization method works as efficiently as the classical modularity-based methods. To its advantage, such local computation allows for the efficient design of parallel algorithms without incurring a significant parallel overhead. Based on this insight, we design a shared-memory parallel algorithm DyComPar, which demonstrates between 4 and 18 fold speed-up on a multi-core machine with 20 threads, for several real-world and synthetic graphs from different domains.
Original language | English |
---|---|
Article number | 64 |
Journal | Applied Network Science |
Volume | 8 |
Issue number | 1 |
DOIs | |
State | Published - Dec 2023 |
Funding
This work has been supported by a National Science Foundation grant (Award No. 2323533). The work is also partially supported by Lawrence Berkeley National Laboratory under Contract No. DE-AC02-05CH11231 with the U.S. Department of Energy and the Exascale Computing Project (17-SC-20-SC), a joint project of the U.S. Dept. Of Energy and National Nuclear Security Administration.
Funders | Funder number |
---|---|
National Science Foundation | 2323533, Award 2323533 |
U.S. Department of Energy | 17-SC-20-SC |
National Nuclear Security Administration | |
Lawrence Berkeley National Laboratory | DE-AC02-05CH11231 |
Center for Selective C-H Functionalization, National Science Foundation | |
Center for Hierarchical Manufacturing, National Science Foundation |
Keywords
- Community detection
- Community evolution
- Dynamic network
- Multi-threading
- Parallel algorithm
- Permanence
- Temporal network