LGCVDCDec 31, 2021

SplitBrain: Hybrid Data and Model Parallel Deep Learning

arXiv:2112.15317v12 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of high communication overhead and memory consumption in distributed deep learning for researchers and practitioners, representing an incremental improvement over existing parallelism methods.

The paper tackles the challenge of efficiently training large deep learning models by introducing SplitBrain, a framework that combines data and model parallelism with layer-specific partitioning and scalable group communication, achieving nearly linear speedup and up to 67% memory savings for VGG on CIFAR-10.

The recent success of deep learning applications has coincided with those widely available powerful computational resources for training sophisticated machine learning models with huge datasets. Nonetheless, training large models such as convolutional neural networks using model parallelism (as opposed to data parallelism) is challenging because the complex nature of communication between model shards makes it difficult to partition the computation efficiently across multiple machines with an acceptable trade-off. This paper presents SplitBrain, a high performance distributed deep learning framework supporting hybrid data and model parallelism. Specifically, SplitBrain provides layer-specific partitioning that co-locates compute intensive convolutional layers while sharding memory demanding layers. A novel scalable group communication is proposed to further improve the training throughput with reduced communication overhead. The results show that SplitBrain can achieve nearly linear speedup while saving up to 67\% of memory consumption for data and model parallel VGG over CIFAR-10.

Foundations

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

Your Notes