paper-with-me

Papers

THC: Accelerating Distributed Deep Learning Using Tensor Homomorphic Compression

2023-02-16 · Minghao Li, Ran Ben Basat, Shay Vargaftik, ChonLam Lao, Kevin Xu, Michael Mitzenmacher, Minlan Yu

Deep neural networks (DNNs) are the de facto standard for essential use cases, such as image classification, computer vision, and natural language processing. As DNNs and datasets get larger, they require distributed training on increasingly larger clusters. A main bottleneck is the resulting communication overhead where workers exchange model updates (i.e., gradients) on a per-round basis. To address this bottleneck and accelerate training, a widely-deployed approach is compression. However, previous deployments often apply bi-directional compression schemes by simply using a uni-directional gradient compression scheme in each direction. This results in significant computational overheads at the parameter server and increased compression error, leading to longer training and lower accuracy. We introduce Tensor Homomorphic Compression (THC), a novel bi-directional compression framework that enables the direct aggregation of compressed values and thus eliminating the aforementioned computational overheads. Moreover, THC is compatible with in-network aggregation (INA), which allows for further acceleration. Our evaluation shows that training representative vision and language models with THC reaches target accuracy by 1.40x to 1.47x faster using INA and 1.28x to 1.33x faster using a software PS compared with state-of-the-art systems.

📄 PDF Abstract BibTeX arXiv:2302.08545

Code (1)

sophiali06/byteps_thc 공식 구현 tf

Tasks

Deep Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Accelerating Distributed Deep Learning using Lossless Homomorphic Compression

2024-02-12 · Haoyu Li, Yuchen Xu, Jiayi Chen, Rohit Dwivedula 외

As deep neural networks (DNNs) grow in complexity and size, the resultant increase in communication overhead during distributed training has become a significant bottleneck, challenging the scalability of distributed tra…

Computational EfficiencyCPUDeep LearningGPU

Homomorphic Parameter Compression for Distributed Deep Learning Training

2017-11-28 · Jaehee Jang, Byungook Na, Sungroh Yoon

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 effici…

Deep Learning

ByteComp: Revisiting Gradient Compression in Distributed Training

2022-05-28 · Zhuang Wang, Haibin Lin, Yibo Zhu, T. S. Eugene Ng

Gradient compression (GC) is a promising approach to addressing the communication bottleneck in distributed deep learning (DDL). However, it is challenging to find the optimal compression strategy for applying GC to DDL …

ZipCCL: Efficient Lossless Data Compression of Communication Collectives for Accelerating LLM Training

2026-04-30 · Wenxiang Lin, Xinglin Pan, Ruibo Fan, Shaohuai Shi 외 arxiv

Communication has emerged as a critical bottleneck in the distributed training of large language models (LLMs). While numerous approaches have been proposed to reduce communication overhead, the potential of lossless com…

TAGC: Optimizing Gradient Communication in Distributed Transformer Training

2025-04-08 · Igor Polyakov, Alexey Dukhanov, Egor Spirin

The increasing complexity of large language models (LLMs) necessitates efficient training strategies to mitigate the high computational costs associated with distributed training. A significant bottleneck in this process…