Jun 2026· 2026 7th International Conference on Artificial Intelligence and Electromechanical Automation (AIEA)· pp. 1029-1033· 3 citations· 29 references
TL;DR
Results indicate that jointly optimizing cut-layer adaptation and asynchronous aggregation is an effective direction for improving the robustness and efficiency of SFL in heterogeneous environments.
Abstract
Split Federated Learning (SFL) alleviates the computation burden on resource-constrained clients by partitioning model training between clients and the server. However, conventional synchronous SFL is highly vulnerable to straggler clients under heterogeneous compute, network, and data conditions, leading to prolonged training time and degraded system efficiency. To address this issue, we propose DAPS-SFL, a drift-aware and proactive straggler mitigation framework for heterogeneous SFL. The proposed method integrates three components: a lightweight straggler risk predictor based on normalized runtime statistics, a per-client adaptive cut-layer policy that dynamically adjusts the split point according to estimated computation and communication costs, and a drift-aware asynchronous server update mechanism that jointly accounts for update staleness and distribution shift. Experiments on CIFAR-10 with 50 clients under Dirichlet non-IID settings and heterogeneous compute/network environments demonstrate that DAPS-SFL reduces the wall-clock time required to reach 70% accuracy by approximately 22% compared with synchronous SplitFed, improves final test accuracy to 76.8 ± 0.4%, and significantly lowers tail latency while incurring only modest communication overhead. These results indicate that jointly optimizing cut-layer adaptation and asynchronous aggregation is an effective direction for improving the robustness and efficiency of SFL in heterogeneous environments.
Heterogeneous federated learning leads to system and data differentials that cause stragglers to either be a bottleneck to synchronous optimization or create representation bias in asynchronous contexts. Although current approaches deal with staleness or buffering independently, their approach does not ensure fast clients do not take over the global model. The proposed framework Straggler-Aware Asynchronous Federated Learning (SAFL), that re-defines the stragglers as structured subjects rather than outliers. SAFL employs temporal exponentially weighted moving average signature of client costs and costs model updates by clustering costs in time-constrained per-cluster buffers. An innovative fairness-sensitive aggregation scheme then balances the participation through frequency compensation and damping on staleness. The results of the experiment indicate that SAFL achieves a 75% accuracy in 620 seconds, 27% higher than the state-of-the-art Federated Asynchronous Mobile Update (FedASMU) and increases the fairness index by 0.52 to 0.87. SAFL has a scalable, fair approach to the regulation of heterogeneous clusters, which means they can be used to ensure almost equal contribution in regulated settings such as financial and healthcare analytics.
S. Babalola· 2026 7th International Confe...· 0 citations
Federated learning (FL) on heterogeneous edge networks faces a fundamental tension: standard aggregation protocols assume client homogeneity, yet real-world edge deployments span device tiers with $7 \times$ compute and $\mathbf{1 0} \times$ bandwidth disparities. Slow clients become stragglers that stall synchronous rounds, while uniform gradient compression degrades accuracy on bandwidth-constrained devices. This paper presents FedEdge-Adapt, a novel adaptive federated learning framework that jointly addresses device heterogeneity, straggler mitigation, and communication efficiency without sacrificing model quality. FedEdge-Adapt introduces three tightly coupled mechanisms: (1) tier-aware gradient compression that applies device-class-specific sparsification ratios, (2) drift-corrected aggregation that reweights client updates based on staleness and data heterogeneity, and (3) predictive client selection that anticipates dropout-prone devices using a lightweight resource oracle. We evaluate FedEdge-Adapt on a 30-node heterogeneous edge network over 150 communication rounds using the CIFAR-10 dataset under non-IID distributions ($\alpha=0.5$ Dirichlet) and compare against FedAvg, FedProx, and SCAFFOLD baselines. FedEdge-Adapt achieves 85.44% global accuracy, a 6.85 percentage-point improvement over FedAvg, while simultaneously reducing round latency by $\mathbf{6 7. 4 \%}$, communication overhead by $\mathbf{3 4. 0 \%}$, and client dropout rate by $\mathbf{5 4. 0 \%}$. Convergence is reached in 18 rounds versus 31 for FedAvg. Extended experiments across 100+ rounds confirm long-term stability with no late-stage divergence.
Saher Elsayed, Mohamed Ali, Samer Abubaker et al.· Annual International Compute...· 0 citations
Nowadays, split federated learning (SFL) has emerged as an effective paradigm for enabling privacy-preserving collaborative intelligence across heterogeneous devices with limited computation. However, SFL incurs significant communication overhead in wireless networks due to the uplink transmission of high-dimensional smashed data, which degrades network efficiency. To mitigate the communication bottleneck, we propose a prototype-based SFL framework ProtoSFL. Specifically, each selected client computes local prototypes for observed classes and uploads them to the server. Based on the received prototypes, the server derives global prototypes and optimizes a weighted objective that combines classification loss with prototype alignment loss. The server then updates the model accordingly and returns personalized prototype gradients to the clients. Simulation results verify the effectiveness of ProtoSFL in reducing communication overhead, achieving a substantial reduction in uplink communication, while maintaining competitive testing accuracy under various heterogeneous data settings compared with SFL baselines.
Polaris is a client selection framework for asynchronous and heterogeneous federated learning that employs quality-aware sampling to accelerate convergence. Its reliance on scalar update norms as quality indicators exposes it to exploitation, in which clients submit near-zero Gaussian updates that inflate the update magnitude proxy within the Polaris sampling objective without contributing meaningful gradient information. This work introduces a lightweight reliability-aware extension that embeds two server-side signals, Exponential Moving Average (EMA)-based magnitude credibility and cosine similarity-based directional alignment, directly into the staleness and aggregation weight proxy computation without modifying the geometric programming objective or aggregation semantics. Experiments across ResNet-18 on CIFAR-10, LeNet-5 on FEMNIST, and LeNet-5 on MNIST under non-IID data distributions confirm that attack effectiveness and defense discrimination are governed by task complexity and non-IID (non-Independent and Identically Distributed) degree. The proposed method demonstrates partial resistance to convergence collapse at lower adversarial ratios while introducing only a marginal accuracy overhead under clean conditions.
A. Wicaksana, Bayu Anggorojati, M. E. Aminanto et al.· International Conference on...· 0 citations
FeLiX is presented, an FL orchestration framework that minimizes wall-clock time-to-target accuracy on live interaction streams and achieves near-oracular performance in real-world settings.
Dhruv Garg, Neha Lakhani, Debopam Sanyal et al.· 0 citations