English

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

Machine Learning 2025-08-19 v1 Artificial Intelligence Networking and Internet Architecture

Abstract

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 a promising solution by offloading the primary computing load from edge devices to a server via model partitioning. However, as the number of participating devices increases, the transmission of excessive smashed data (i.e., activations and gradients) becomes a major bottleneck for SL, slowing down the model training. To tackle this challenge, we propose a communication-efficient SL framework, named SL-ACC, which comprises two key components: adaptive channel importance identification (ACII) and channel grouping compression (CGC). ACII first identifies the contribution of each channel in the smashed data to model training using Shannon entropy. Following this, CGC groups the channels based on their entropy and performs group-wise adaptive compression to shrink the transmission volume without compromising training accuracy. Extensive experiments across various datasets validate that our proposed SL-ACC framework takes considerably less time to achieve a target accuracy than state-of-the-art benchmarks.

Keywords

Cite

@article{arxiv.2508.12984,
  title  = {SL-ACC: A Communication-Efficient Split Learning Framework with Adaptive Channel-wise Compression},
  author = {Zehang Lin and Zheng Lin and Miao Yang and Jianhao Huang and Yuxin Zhang and Zihan Fang and Xia Du and Zhe Chen and Shunzhi Zhu and Wei Ni},
  journal= {arXiv preprint arXiv:2508.12984},
  year   = {2025}
}

Comments

6 pages, 7 figures

R2 v1 2026-07-01T04:54:57.466Z