Skip to content
#federated learning Open access

Integrating Particle Swarm Dynamics into Federated Learning: A Promising Hybrid to Counter Client Drift under Non-IID Conditions

Aug 2026 · International journal of intelligent engineering and systems
Privacy-Preserving Technologies in Data

Abstract

Federated learning (FL) enables distributed model training without centralizing raw data, making it attractive for privacy-sensitive Internet of Things (IoT) environments.However, conventional FL algorithms suffer from slow convergence and degraded performance under statistically heterogeneous (non-IID) data distributions due to client drift.This paper proposes a Hybrid Federated-Swarm Optimization (HFSO) algorithm, which integrates particle swarm optimization (PSO) dynamics-velocity smoothing, personal-best memory, and global-best coordination-into the client update rule of stochastic gradient descent.The primary objective is to accelerate convergence and improve robustness under severe non-IID conditions without increasing per-round communication payload.Experimental evaluation is conducted using a unified PyTorch implementation on CIFAR-10 (α=0.1, 500 rounds, 10 clients/round) and FEMNIST for ablation and sensitivity studies.At round 500, the accuracy of HFSO on CIFAR-10 is 74.84% ± 0.62 while FedAvg is 62.44% ± 1.15 with the same settings.This final accuracy differs from but follows threshold crossing speed; while the time required for the initial threshold crossing varies between 180 ± 8 rounds on average across each of 5 independent runs (seeds {42, 123, 256, 512, 1024}), it is shown that the time when the threshold is crossed remains below 75% accuracy by round 500 as a result of non-IID-induced variance among clients.The pattern of transient-crossing is the same in FedAvg, reaching 75% accuracy at 320 ± 15 rounds on average, and then decreasing to the reported accuracy level within the budget of 500 rounds.Under the same CIFAR-10 conditions, HFSO outperforms recent heterogeneity-aware methods (FedNova, MOON, CCVR) within this specific experimental setup.Distributional analysis shows improved worst-client accuracy and reduced inter-client variance.An empirical privacy evaluation under a limited, honest-but-curious, white-box threat model shows reduced attack success rates relative to FedAvg, though no formal differential privacy guarantees are claimed.Additional memory overhead is approximately 3× (storing velocity and personal-best vectors), and computational overhead is 10-15% per local epoch.These results indicate that swarm-based coordination is a promising hybrid direction for improving convergence stability and communication efficiency in FL under non-IID conditions, within the specific experimental contexts evaluated (CIFAR-10/FEMNIST, α=0.1, 500 rounds).Generalization beyond these settings requires further validation.

Read PDF

Similar papers

AoI Minimization in Heterogeneous MEC Networks: A Federated Learning-Assisted Hybrid DRL and Convex Approach

This paper investigates a dynamic heterogeneous mobile edge computing network (HMECN), where mobile devices (MDs) could offload their full tasks to a small base station (SBS) directly or the macro base station (MBS) in direct or relay mode. As age of information (AoI) is a comprehensive and accurate metric to capture the freshness of computation results, we formulate a long-term weighted sum AoI (LWSA) minimization problem in the HMECN by jointly optimizing the offloading decisions of MDs as well as the bandwidth and computation resource allocation of all base stations, subject to energy, delay and peak AoI constraints. To address the formulated non-convex mixed integer nonlinear programming problem, we decompose it into the offloading decision optimization (ODO) top-problem and the resource allocation optimization (RAO) sub-problem. Based on the decomposition, we propose a federated learning (FL)-assisted hybrid DRL and convex approach that is comprised of a safe multi-agent DRL algorithm, convex optimization and FL. The ODO top-problem is solved by the safe multi-agent DRL algorithm, which strictly ensures that the actions of each agent do not exceed its energy constraint and then paves the way for using convex optimization to solve the RAO sub-problem. FL is used to alleviate the training instability problem aggravated by multi-agent settings via breaking the limitation of partial knowledge for each individual agent. Simulation results demonstrate the superiority of the proposed approach in terms of the LWSA, convergence, scalability and robustness in dynamic environments.

Xiaoying Liu, Junhao Zheng, Kechen Zheng et al. · 8 citations

A Blockchain-Based Federated Learning Approach for Electricity Theft Detection Through Dual-Verification

Malicious clients participating in data collection and interaction may launch attacks such as model and data poisoning to degrade the performance of the global model and conceal their electricity theft behaviors. Although existing studies have introduced blockchain technology to achieve decentralization, they still suffer from limited pre-aggregation validation dimensions. To address these issues, this paper proposes a blockchain-based federated learning approach with dual-verification (BFL-DV) for electricity theft detection. In the pre-aggregation stage, a multi-metric reputation-based consensus committee verification strategy is designed, which effectively mitigates the impact of malicious participants. In the post-aggregation stage, a dynamic threshold-based blockchain verification strategy is developed to counter security risks during the transmission process, which can refuse malicious global updates adaptively. Experimental results demonstrate that BFL-DV can accurately reduce the impact of all malicious clients under the data poisoning attack. Notably, across various proportions of malicious clients, the proposed framework achieves an average AUC improvement of 32.68% compared with SOTA methods, demonstrating its consistent performance advantage.

Fanghong Guo, Yaoming Lang, Shengwei Li et al. · 1 citation

Research on Privacy Protection of Digital Twin Intelligence Based on Big Data in 5G System Security

Digital twin (DT) technology is becoming a foundational component of next-generation 5G and 6G networks, enabling real-time monitoring, predictive analytics, and collaborative research. However, integrating DTs with big data and AI introduces significant privacy, security, and governance challenges. This article presents a privacy-preserving DT intelligence framework that integrates federated learning (FL) and differential privacy (DP) within a secure, standards-based architecture. The design follows ISO/IEC 27001 for information security management, complies with EU GDPR principles for data minimization and consent, and aligns with 3GPP TS 33.501 security procedures for 5G networks. The architecture combines TLS-secured data ingestion, blockchain-backed audit trails, and policy-driven compliance monitoring to ensure trusted DT operations without centralizing sensitive data. By mapping key threat vectors to corresponding international standards, the framework offers a practical blueprint for secure and interoperable DT deployments. The article concludes with deployment considerations and a roadmap for extending existing standards to support AI-native digital twins in future 6G environments.

Xu-Fei Zhu · 1 citation

Related blog posts