Author Login Chief Editor Login Reviewer Login Editor Login Remote Office

Computer Engineering

   

A Cloud-Edge-End Hierarchical Federated Compression Algorithm for Mobile Devices

  

  • Published:2026-01-14

面向移动设备的云边端分层联邦压缩算法

Abstract: In the real cloud-edge-end hierarchical federated learning scenario (such as the Internet of vehicles environment), the terminal equipment will switch edge servers due to the movement of physical location, resulting in the gradient update of the newly connected edge servers after the terminal moves based on different versions of different edge nodes, which will lead to the deviation of aggregation results and the decline of training efficiency. Existing studies only consider the reallocation of device belonging edge nodes after global aggregation, and the traditional asynchronous federated learning algorithm is difficult to adapt to the scene of frequent device movement, and it is difficult to solve the cross domain problem of mobile terminals. To address this, this research proposes FedSAQ(Federated Learning with Staleness-aware Adaptive Quantization), a mobile-oriented hierarchical federated compression algorithm for cloud-edge-end architectures: firstly, the aging coefficient is calculated by calculating the round difference between the download model and the upload gradient of the terminal device, measuring the difference between the local model and the edge node model, and then the aggregation weight of the edge server is adjusted according to the coefficient, and the adaptive quantization gradient compression algorithm based on aging is adopted, which can effectively use the cross domain training results and reduce the communication overhead. Compared with the benchmark algorithm, the model accuracy has been improved by 0.6% -5%, and communication overhead has been reduced by up to 50%.

摘要: 在现实的云边端分层联邦学习场景(如车联网环境)中,终端设备因物理位置的移动会切换边缘服务器,导致终端移动后新连接的边缘服务器的梯度更新会基于不同边缘节点的不同版本模型,从而引发聚合结果偏差、训练效率下降等问题。现有研究仅考虑了在全局聚合后重新分配设备归属边缘节点,且传统的异步联邦学习算法难以适应设备频繁移动的场景,难以解决移动终端跨域的问题。为此,该研究提出了面向移动设备的云边端分层联邦压缩算法FedSAQ(Federated Learning with Staleness-aware Adaptive Quantization):该算法首先通过计算终端设备下载模型与上传梯度的轮次差、衡量本地模型与边缘节点模型的差异计算陈旧度系数,然后根据该系数调整边缘服务器的聚合权重,并采用基于陈旧度的自适应量化梯度压缩算法,能有效利用跨域的训练结果并减少通信开销,与基准算法相比,模型精度提升了0.6%-5%,通信开销降低了至多50%。