Journal of Computer Applications ›› 2026, Vol. 46 ›› Issue (5): 1397-1407.DOI: 10.11772/j.issn.1001-9081.2025050601

• Artificial intelligence • Previous Articles    

HEFSL: high-efficient federated split learning framework for edge heterogeneity

Hao YU1,2,3, Jing FAN1,2,3(), Enkang XI1,2,3, Yadong JIN1,2,3, Hua DONG1,2,3, Yihang SUN1,2,3   

  1. 1.College of Electrical and Information Technology,Yunnan Minzu University,Kunming Yunnan 650000,China
    2.Yunnan Key Laboratory of Unmanned Autonomous System(Yunnan Minzu University),Kunming Yunan,650500,China
    3.Key Laboratory of Information and Communication Security and Disaster Recovery in Universities of Yunnan Province (Yunnan Minzu University),Kunming Yunan 650500,China
  • Received:2025-05-30 Revised:2025-08-20 Accepted:2025-08-28 Online:2025-09-05 Published:2026-05-10
  • Contact: Jing FAN
  • About author:YU Hao, born in 2000, M. S. candidate. His research interests include federated learning, split learning, wireless edge intelligence.
    XI Enkang, born in 2000, M. S. candidate. His research interests include federated learning, privacy security.
    JIN Yadong, born in 1998, M. S. candidate. His research interests include federated learning, space-air-ground integrated network.
    DONG Hua, born in 2001, M. S. candidate. His research interests include federated learning, computational efficiency optimization.
    SUN Yihang, born in 2001, M. S. candidate. His research interests include federated learning, asynchronous communication.
  • Supported by:
    2023 China University Industry-Academic-Research Innovation Fund — New Generation Information Technology Innovation Project(2023IT077);Scientific Research Foundation of Education Department of Yunnan Province(2025Y0670);Project of Wu Zhonghai Expert Workstation(202305AF150045)

边缘异构下的高效联邦分割学习框架HEFSL

俞浩1,2,3, 范菁1,2,3(), 郗恩康1,2,3, 金亚东1,2,3, 董华1,2,3, 孙伊航1,2,3   

  1. 1.云南民族大学 电气信息工程学院,昆明 650000
    2.云南省无人自主系统重点实验室(云南民族大学),昆明 650500
    3.云南省高校信息与通信安全灾备重点实验室(云南民族大学),昆明 650500
  • 通讯作者: 范菁
  • 作者简介:俞浩(2000—),男,湖北咸宁人,硕士研究生,CCF会员,主要研究方向:联邦学习、分割学习、无线边缘智能
    郗恩康(2000—),男,山东枣庄人,硕士研究生,主要研究方向:联邦学习、隐私安全
    金亚东(1998—),男(彝族),云南曲靖人,硕士研究生,主要研究方向:联邦学习、空天地一体化网络
    董华(2001—),男,山西运城人,硕士研究生,主要研究方向:联邦学习、计算效率优化
    孙伊航(2001—),男(回族),河南许昌人,硕士研究生,主要研究方向:联邦学习、异步通信。
  • 基金资助:
    2023年中国高校产学研创新基金—新一代信息技术创新项目(2023IT077);云南省教育厅科学研究基金资助项目(2025Y0670);云南省吴中海专家工作站项目(202305AF150045)

Abstract:

Federated Learning (FL) in edge-heterogeneous environments faces challenges such as significant disparities in terminal computing capabilities, inconsistent data distributions, and high communication overhead, which severely constrain its deployment and application in practical intelligent systems. To address these issues, a High-Efficiency Federated Split Learning (HEFSL) framework was proposed by integrating the advantages of FL and Split Learning (SL). Through a triple mechanism of “model partitioning, client selection, and dual-layer aggregation”, HEFSL achieves joint optimization of system and statistical heterogeneity. In the HEFSL framework, an Adaptive Splitting Strategy (ASS) was first introduced to dynamically determine the model partition structure based on the computing capacity of each client, alleviating the straggler effect. Secondly, a Client Diversity-based Heuristic Selection (CDHS) mechanism was designed, using a low-complexity label-entropy-driven strategy to enhance data representativeness. Finally, an Asynchronous Dual-end Aggregation (ADA) scheme was developed to enable layered asynchronous updates between clients and edge servers, breaking the synchronous communication bottleneck and accelerating model convergence. The theoretical section provided a rigorous analysis and proof of the convergence and error bounds of the HEFSL framework. Experimental results on three datasets with label heterogeneity characteristics, FMNIST, CIFAR-10, and CIFAR-100, showed that HEFSL achieved the highest model accuracy, outperforming FedAvg, FedProx (Federated Proximal), MOON (MOdel-cONtrastive learning), Federated Split learning (SplitFed), SplitMix (Split Mixing), and FedCRS (Federated Cluster-based Round Splitting) by at least 4.3, 10.5, and 4.1 percentage points, respectively. Additionally, its convergence speed was improved by at least 78.6%, 89.8%, and 64.5%, respectively. HEFSL exhibits significant advantages in distributed collaborative intelligence for edge-heterogeneous scenarios, providing a practical pathway for efficient and scalable federated learning in resource-constrained environments with strong engineering adaptability and application prospects.

Key words: Federated Learning (FL), Split Learning (SL), distributed optimization, resource constrained, heterogeneity

摘要:

边缘异构环境下的联邦学习(FL)面临终端算力差异大、数据分布不一致及通信开销高等挑战,严重制约了它在实际智能系统中的部署与应用。因此,提出一种高效联邦分割学习(HEFSL)框架,融合FL与分割学习(SL)的优势,通过“模型切分-客户端选择-双层聚合”的三重机制,实现系统异构性与统计异构性的协同优化。HEFSL框架中,首先引入自适应分割策略(ASS),依据客户端计算能力动态确定模型切分结构,缓解“落后者”效应;其次设计基于多样性的启发式客户端选择(CDHS)机制,基于标签熵驱动的低复杂度策略提升数据代表性;最后构建异步双端聚合(ADA)方案,在客户端与边缘服务器间实现分层异步更新,突破同步通信瓶颈,加快模型收敛。理论部分对HEFSL框架的收敛性与误差上界进行了严格分析与证明。在3个具有标签异构特征的数据集FMNIST、CIFAR-10与CIFAR-100上的实验结果表明,HEFSL的模型精度表现最优,相较于FedAvg、FedProx(Federated Proximal)、MOON(MOdel-cONtrastive learning)、联邦分割学习(SplitFed)、SplitMix(Split Mixing)与FedCRS(Federated Cluster-based Round Splitting)分别至少提高了4.3、10.5与4.1个百分点;同时,在收敛速度上分别至少提升78.6%、89.8%与64.5%。HEFSL在面向边缘异构场景的分布式协同智能中优势明显,可为资源受限环境下高效、可扩展的联邦学习提供一种可行路径,具备良好的工程适应性与应用前景。

关键词: 联邦学习, 分割学习, 分布式优化, 资源受限, 异构性

CLC Number: