Search papers, labs, and topics across Lattice.
HybridFLow integrates network-layer Software-Defined Networking (SDN) telemetry directly into cross-silo federated learning to dynamically partition clients into synchronous and asynchronous cohorts. This closed-loop network awareness addresses the straggler problem caused by wide-area communication bottlenecks, which client-blind partitioning schemes fail to capture. Evaluated across diverse topologies, the system reaches an 80% accuracy threshold 33–40% faster than existing baselines like SmartFLow, cutting round duration by 30–40 seconds while avoiding the catastrophic divergence of purely asynchronous methods on non-IID data.
Cross-silo federated learning achieves up to 40% faster time-to-accuracy when SDN-level network telemetry—rather than client-side heuristics—determines which institutions train synchronously versus asynchronously.
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.