DBLGApr 26, 2012

Distributed GraphLab: A Framework for Machine Learning in the Cloud

arXiv:1204.6078v11088 citations
Originality Incremental advance
AI Analysis

This addresses the problem of scaling graph-based machine learning computations in distributed environments for researchers and practitioners, representing a significant but incremental extension of a prior framework.

The authors tackled the inefficiency of existing data parallel frameworks like MapReduce for machine learning algorithms by extending the GraphLab framework to a distributed cloud setting, achieving 1-2 orders of magnitude performance gains over Hadoop-based implementations.

While high-level data parallel frameworks, like MapReduce, simplify the design and implementation of large-scale data processing systems, they do not naturally or efficiently support many important data mining and machine learning algorithms and can lead to inefficient learning systems. To help fill this critical void, we introduced the GraphLab abstraction which naturally expresses asynchronous, dynamic, graph-parallel computation while ensuring data consistency and achieving a high degree of parallel performance in the shared-memory setting. In this paper, we extend the GraphLab framework to the substantially more challenging distributed setting while preserving strong data consistency guarantees. We develop graph based extensions to pipelined locking and data versioning to reduce network congestion and mitigate the effect of network latency. We also introduce fault tolerance to the GraphLab abstraction using the classic Chandy-Lamport snapshot algorithm and demonstrate how it can be easily implemented by exploiting the GraphLab abstraction itself. Finally, we evaluate our distributed implementation of the GraphLab abstraction on a large Amazon EC2 deployment and show 1-2 orders of magnitude performance gains over Hadoop-based implementations.

Foundations

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

Your Notes