DCAILGMay 18, 2015

Graph Partitioning via Parallel Submodular Approximation to Accelerate Distributed Machine Learning

arXiv:1505.04636v114 citations
Originality Incremental advance
AI Analysis

This work addresses communication bottlenecks in distributed computing for machine learning, offering a practical solution with significant performance gains.

The paper tackles the problem of communication overhead in distributed machine learning by formulating data placement as a graph partitioning problem, resulting in a 1.6x speedup and 90% reduction in network communication.

Distributed computing excels at processing large scale data, but the communication cost for synchronizing the shared parameters may slow down the overall performance. Fortunately, the interactions between parameter and data in many problems are sparse, which admits efficient partition in order to reduce the communication overhead. In this paper, we formulate data placement as a graph partitioning problem. We propose a distributed partitioning algorithm. We give both theoretical guarantees and a highly efficient implementation. We also provide a highly efficient implementation of the algorithm and demonstrate its promising results on both text datasets and social networks. We show that the proposed algorithm leads to 1.6x speedup of a state-of-the-start distributed machine learning system by eliminating 90\% of the network communication.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes