论文精选73°

HybridFLow:SDN协调的混合联邦学习客户端分区

HybridFLow: SDN-Orchestrated Client Partitioning for Hybrid Federated Learning

精选理由

HybridFLow解决了混合联邦学习中通信延迟和straggler效应问题,通过SDN智能分区提升训练效率。

HybridFLow是一个SDN驱动的混合联邦学习协调框架。该框架利用SDN控制器的全局拓扑视图,为每个客户端生成校准的通信时间估计,并将客户端分为同步和异步组。实验结果显示,HybridFLow比SmartFLow快33-40%达到80%目标准确率,平均减少30-40秒的轮次时间,而FedAsync在非IID数据分布下无法达到目标准确率。

原文 · arXiv cs.LG

HybridFLow: SDN-Orchestrated Client Partitioning for Hybrid Federated Learning

Cross-silo Federated Learning (FL) enables geographically distributed institutions to collaboratively train machine learning models without sharing raw data. In wide-area deployments, however, communication delays often dominate round completion time and exacerbate the straggler effect. Hybrid FL addresses this challenge by combining synchronous and asynchronous client participation, but effective partitioning requires visibility into network conditions such as shared bottlenecks, link utilization, and path contention that individual clients cannot observe. We present HybridFLow, a closed-loop SDN-driven orchestration framework that integrates network-layer intelligence directly into hybrid FL. Leveraging the SDN controller's global topology view, HybridFLow generates calibrated per-client communication-time estimates before each training round and uses them to partition clients into synchronous and asynchronous groups while balancing round latency and update staleness. After each round, measured communication times are fed back to the controller to continuously refine future predictions. Experimental results across multiple network topologies show that HybridFLow reaches 80% target accuracy 33-40% faster than SmartFLow and reduces average round duration by 30-40 seconds, while FedAsync fails to reach the target accuracy under non-IID data distributions.