paper-with-me

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-dimensional space. In this paper, we propose circular convolution-based batch-wise compression for SL (C3-SL) to compress multiple features into one single feature. To avoid information loss while merging multiple features, we exploit the quasi-orthogonality of features in high-dimensional space with circular convolution and superposition. To the best of our knowledge, we are the first to explore the potential of batch-wise compression under the SL scenario. Based on the simulation results on CIFAR-10 and CIFAR-100, our method achieves a 16x compression ratio with negligible accuracy drops compared with the vanilla SL. Moreover, C3-SL significantly reduces 1152x memory and 2.25x computation overhead compared to the state-of-the-art dimension-wise compression method.

📄 PDF Abstract BibTeX arXiv:2207.12397

Code (1)

WesleyHsieh0806/C3-SL 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

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

Communication-efficient Distributed Learning for Large Batch Optimization

2022-07-17 · Proceedings of the 39th International Conference on Machine Learning 2022 7 · Rui Liu, Barzan Mozafari

Many communication-efficient methods have been proposed for distributed learning, whereby gradient compression is used to reduce the communication cost. However, given recent advances in large batch optimization (e.g., l…

SLAMB: Accelerated Large Batch Training with Sparse Communication

2023-06-15 · The International Conference on Machine Learning (ICML) 2023 6 · Hang Xu, Wenxuan Zhang, Jiawei Fei, Yuzhe Wu 외

Distributed training of large deep neural networks requires frequent exchange of massive data between machines, thus communication efficiency is a major concern. Existing compressed communication methods are either not c…

WBMM: Windowed Batch Matrix Multiplication for Efficient Large Receptive Field Convolution

2026-07-02 · Wan Song, Wei Zhou, Rui Wang, Jun Yu 외 arxiv

Large kernel depthwise convolutions achieve strong performance but suffer from significant degradation as kernel size grows due to irregular memory access from gather-based computation; while Large Kernel Acceleration (L…

Reduced storage direct tensor ring decomposition for convolutional neural networks compression

2024-05-17 · Mateusz Gabor, Rafał Zdunek

Convolutional neural networks (CNNs) are among the most widely used machine learning models for computer vision tasks, such as image classification. To improve the efficiency of CNNs, many CNNs compressing approaches hav…

image-classificationImage Classification