Homomorphic Parameter Compression for Distributed Deep Learning Training
Jaehee Jang, Byungook Na, Sungroh Yoon

TL;DR
This paper proposes a novel approach called homomorphic parameter compression to reduce communication overhead in distributed deep learning training, potentially improving training efficiency on commodity hardware.
Contribution
It introduces the concept of homomorphic compression for DNN parameters and provides theoretical analysis of its potential to speed up distributed training.
Findings
High probability of communication overhead reduction
Little compression and decompression times are advantageous
Theoretical speedup analysis supports the approach
Abstract
Distributed training of deep neural networks has received significant research interest, and its major approaches include implementations on multiple GPUs and clusters. Parallelization can dramatically improve the efficiency of training deep and complicated models with large-scale data. A fundamental barrier against the speedup of DNN training, however, is the trade-off between computation and communication time. In other words, increasing the number of worker nodes decreases the time consumed in computation while simultaneously increasing communication overhead under constrained network bandwidth, especially in commodity hardware environments. To alleviate this trade-off, we suggest the idea of homomorphic parameter compression, which compresses parameters with the least expense and trains the DNN with the compressed representation. Although the specific method is yet to be discovered,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Stochastic Gradient Optimization Techniques · Domain Adaptation and Few-Shot Learning
