paper-with-me

Papers

Communication-Efficient Split Learning via Adaptive Feature-Wise Compression

2023-07-20 · Yongjeong Oh, Jaeho Lee, Christopher G. Brinton, Yo-Seb Jeon

This paper proposes a novel communication-efficient split learning (SL) framework, named SplitFC, which reduces the communication overhead required for transmitting intermediate feature and gradient vectors during the SL training process. The key idea of SplitFC is to leverage different dispersion degrees exhibited in the columns of the matrices. SplitFC incorporates two compression strategies: (i) adaptive feature-wise dropout and (ii) adaptive feature-wise quantization. In the first strategy, the intermediate feature vectors are dropped with adaptive dropout probabilities determined based on the standard deviation of these vectors. Then, by the chain rule, the intermediate gradient vectors associated with the dropped feature vectors are also dropped. In the second strategy, the non-dropped intermediate feature and gradient vectors are quantized using adaptive quantization levels determined based on the ranges of the vectors. To minimize the quantization error, the optimal quantization levels of this strategy are derived in a closed-form expression. Simulation results on the MNIST, CIFAR-100, and CelebA datasets demonstrate that SplitFC outperforms state-of-the-art SL frameworks by significantly reducing communication overheads while maintaining high accuracy.

📄 PDF Abstract BibTeX arXiv:2307.10805

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adaptive Dropout Adaptive Dropout is a regularization technique that extends dropout by allowing the dropout probability to be different for different units. The intuition is that there may be…

Similar Papers 제목 키워드 기반

C3-SL: Circular Convolution-Based Batch-Wise Compression for Communication-Efficient Split Learning

2022-07-25 · Cheng-Yen Hsieh, Yu-Chuan Chuang, An-Yeu, Wu

Most existing studies improve the efficiency of Split learning (SL) by compressing the transmitted features. However, most works focus on dimension-wise compression that transforms high-dimensional features into a low-di…

SL-ACC: A Communication-Efficient Split Learning Framework with Adaptive Channel-wise Compression

2025-08-18 · Zehang Lin, Zheng Lin, Miao Yang, Jianhao Huang 외 arxiv

The increasing complexity of neural networks poses a significant barrier to the deployment of distributed machine learning (ML) on resource-constrained devices, such as federated learning (FL). Split learning (SL) offers…

Federated Learning

Memory- and Latency-Constrained Inference of Large Language Models via Adaptive Split Computing

2025-11-06 · Mingyu Sung, Vikas Palakonda, Suhwan Im, Sunghwan Moon 외 arxiv

Large language models (LLMs) have achieved near-human performance across diverse reasoning tasks, yet their deployment on resource-constrained Internet-of-Things (IoT) devices remains impractical due to massive parameter…

Accelerating Communication in Deep Learning Recommendation Model Training with Dual-Level Adaptive Lossy Compression

2024-07-05 · Hao Feng, Boyuan Zhang, Fanjiang Ye, Min Si 외

DLRM is a state-of-the-art recommendation system model that has gained widespread adoption across various industry applications. The large size of DLRM models, however, necessitates the use of multiple devices/GPUs for e…

1-bit LAMB: Communication Efficient Large-Scale Large-Batch Training with LAMB's Convergence Speed

2021-04-13 · Conglong Li, Ammar Ahmad Awan, Hanlin Tang, Samyam Rajbhandari 외

To train large models (like BERT and GPT-3) on hundreds of GPUs, communication has become a major bottleneck, especially on commodity systems with limited-bandwidth TCP network. On one side large batch-size optimization …

8k