Affiliation:
1. Computer Science, San Jose State University, San Jose, CA 95192, USA
2. Electrical and Computer Engineering, National Technical University of Athens, 15780 Athens, Greece
Abstract
Community detection has been (and remains) a very important topic in several fields. From marketing and social networking to biological studies, community detection plays a key role in advancing research in many different fields. Research on this topic originally looked at classifying nodes into discrete communities (non-overlapping communities) but eventually moved forward to placing nodes in multiple communities (overlapping communities). Unfortunately, community detection has always been a time-inefficient process, and datasets are too large to realistically process them using traditional methods. Because of this, recent methods have turned to parallelism and graph stream models, where the edge list is accessed one edge at a time. However, all these methods, while offering a significant decrease in processing time, still have several shortcomings. We propose a new parallel algorithm called community detection with seed sets (CoDiS), which solves the overlapping community detection problem in graph streams. Initially, some nodes (seed sets) have known community structures, and the aim is to expand these communities by processing one edge at a time. The innovation of our approach is that it splits communities among the parallel computation workers so that each worker is only updating a subset of all the communities. By doing so, we decrease the edge processing throughput and decrease the amount of time each worker spends on each edge. Crucially, we remove the need for every worker to have access to every community. Experimental results show that we are able to gain a significant improvement in running time with no loss of accuracy.
Funder
San Jose State University
Reference21 articles.
1. Community structure in social and biological networks;Girvan;Proc. Natl. Acad. Sci. USA,2002
2. Community detection in graphs;Fortunato;Phys. Rep.,2010
3. Community Detection via Neighborhood Overlap and Spanning Tree Computations;Kulkarni;Algorithmic Aspects of Cloud Computing: 4th International Symposium, ALGOCLOUD 2018, Helsinki, Finland, 20–21 August 2018,2018
4. Potikas, P., Souliou, D., Pagourtzis, A., and Potika, K. (2022, January 15–18). A parallel community detection algorithm based on spanning trees. Proceedings of the Eighth IEEE International Conference on Big Data Computing Service and Applications, BigDataService 2022, Newark, CA, USA.
5. Wang, W., and Tang, C.Y. (2013, January 10–13). Distributed computation of node and edge betweenness on tree graphs. Proceedings of the 52nd IEEE Conference on Decision and Control, Firenze, Italy.