Towards a Distributed Local-Search Approach for Partitioning Large-Scale Social Networks.

Bin Zheng,Ouyang Liu,Jing Li,Yong Lin,Chong Chang,Bo Li,Tefeng Chen,Hao Peng
DOI: https://doi.org/10.1016/j.ins.2019.08.024
IF: 8.1
2019-01-01
Information Sciences
Abstract:Large-scale social graph data poses significant challenges for social analytic tools to monitor and analyze social networks. A feasible solution is to parallelize the computation and leverage distributed graph computing frameworks to process such big data. However, it is nontrivial to partition social graphs into multiple parts so that they can be computed on distributed platforms. In this paper, we propose a distributed local search algorithm, named dLS, which enables quality and efficient partition of large-scale social graphs. With the vertex-centric computing model, dLS can achieve massive parallelism. We employ a distributed graph coloring strategy to differentiate neighbor nodes and avoid interference during the parallel execution of each vertex. We convert the original graph into a small graph, Quotient Network, and obtain local search solution from processing the Quotient Network, thus further improving the partition quality and efficiency of dLS. We have evaluated the performance of dLS experimentally using real-life and synthetic social graphs, and the results show that dLS outperforms two state-of-the-art algorithms in terms of partition quality and efficiency.
What problem does this paper attempt to address?