解决边缘设备数据异构下的模型训练发散问题
GAPSL: A Gradient-Aligned Parallel Split Learning over Data-Heterogeneous Edge Computing Systems
- 通过动态选取一致梯度构建主导梯度,指导模型更新方向
- 在严重数据异构下仍保持高准确率与快速收敛
- 适合资源受限、数据分布差异大的边缘计算场景
随着神经网络复杂度提升,资源受限的边缘设备上实现联邦学习面临挑战。并行分割学习(PSL)通过模型分片将计算负载卸载至服务器,降低客户端计算和通信开销。然而,边缘系统中客户端数据高度异构导致无聚合的PSL出现严重训练发散,根源在于客户端间梯度方向不一致。为此,提出GAPSL框架,包含两个核心组件:领导梯度识别(LGI)与梯度方向对齐(GDA)。LGI动态选取方向一致的设备梯度,构建代表全局收敛趋势的主导梯度;GDA采用方向感知正则化,使各客户端梯度与主导梯度对齐,缓解梯度方向不一致,提升模型收敛性。在原型测试平台上的实验表明,GAPSL在严重数据异构下持续优于当前最优基准,在训练准确率、收敛延迟和系统鲁棒性方面均有显著提升。
原文摘要 · Abstract (English)
The increasing complexity of neural networks poses significant challenges for democratizing federated learning (FL) on resource-constrained edge devices. Parallel split learning (PSL) has emerged as a promising solution by offloading substantial computing workload to a server via model partitioning, shrinking client-side computing load, and eliminating the client-side model aggregation for reduced communication and deployment costs. However, the highly heterogeneous nature of client data in edge computing systems causes aggregation-free PSL to suffer from severe training divergence, stemming from gradient directional inconsistency across clients. To address this challenge, we propose GAPSL, a gradient-aligned PSL framework tailored for data-heterogeneous edge systems, which comprises two key components: leader gradient identification (LGI) and gradient direction alignment (GDA). LGI dynamically selects a set of directionally consistent device gradients to construct a leader gradient as a robust proxy for the global convergence trend. GDA employs a direction-aware regularization to align each client's gradient with the leader gradient, thereby mitigating inter-device gradient directional inconsistency and enhancing model convergence. We evaluate GAPSL on a prototype computing testbed. Extensive experiments demonstrate that GAPSL consistently outperforms state-of-the-art benchmarks in training accuracy, convergence latency, and system robustness under severe data heterogeneity.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。