arXiv · 1510.04597
Predictive partitioning for efficient BFS traversal in social networks
Abstract
In this paper we show how graph structure can be used to drastically reduce the computational bottleneck of the Breadth First Search algorithm (the foundation of many graph traversal techniques). In particular, we address parallel implementations where the bottleneck is the number of messages between processors emitted at the peak iteration. First, we derive an expression for the expected degree distribution of vertices in the frontier of the algorithm which is shown to be highly skewed. Subsequently, we derive an expression for the expected message along an edge in a particular iteration. This skew suggests a weighted, iteration based, partition would be advantageous. Employing the METIS algorithm we then show empirically that such partitions can reduce the message overhead by up to 50% in some particular instances and in the order of 20% on average. These results have implications for graph processing in multiprocessor and distributed computing environments.
Explore related subjects
Keep this discovery
Damien Fay. 2015-10-15. Predictive partitioning for efficient BFS traversal in social networks. https://arxiv.org/abs/1510.04597
Cite the original work for its findings. Save a collection to share your selection of sources.