Community detection based on Graph Coloring

Wei Liao,Kun Deng,Shengyuan Wang
DOI: https://doi.org/10.1109/ssci44817.2019.9002759
2019-12-01
Abstract:The social network can be described by a graph in a very clear and simple graph-theoretic structure, in which each vertex stands for an entity and the edge connected two vertices stands for the interaction between them. Traditional community detection algorithm based on graph theory, for its relatively high time complexity, is not applicable to community detection of large and complex networks. In this paper, we propose a community detection of social networks algorithm based on similarity measure between the pairs of vertices and b-coloring of graph. The proposed algorithm can partition the entities using similarities between every pair of entities into communities where internal community cohesion and separation among communities are simultaneously effective. This algorithm ensures polynomial time complexity, thus it suit for used to detect community in large and complex networks.
What problem does this paper attempt to address?