Skip to content

A Decentralized Learning Architecture for Medical Prescription Anomaly Detection via Hybrid Federated-Swarm Learning

Sep 2026 · IEEE Latin America Transactions · Vol 24, pp. 893-904 · 0 citations · 36 references

Abstract

The increasing use of electronic medical records (EMRs) has improved efficiency, accuracy, and accessibility of patient data. However, conventional centralized architectures suffer from single points of failure and data privacy issues. To address these challenges, this study proposes a decentralized machine learning architecture that combines concepts from Federated Learning (FL) and Swarm Learning (SL) for anomaly detection in medical prescriptions. The proposed architecture leverages blockchain and the InterPlanetary File System (IPFS) to enable secure model sharing and decentralized storage, thereby reducing communication complexity and establishing a transparent, decentralized parameter repository. Experimental evaluations were conducted using logistic regression (LR), a multi-layer perceptron (MLP), and a decision tree (DT) model. Compared with the FL baseline, the proposed system achieved superior efficiency, lower resource consumption, and improved latency, along with smaller block sizes. It, however, exhibited slightly lower transaction throughput and longer training rounds, reflecting the added complexity of decentralization. In predictive performance on the anomaly classification task, DT achieved the highest precision and recall under the evaluated dataset (F1-score=0.9912), followed by MLP (0.5504) and LR (0.2442). The decentralized training approach led to negligible performance loss relative to centralized models, less than 4% for LR and below 1% for both MLP and DT. Overall, the proposed system demonstrates a robust and efficient alternative for decentralized learning in healthcare applications, maintaining strong predictive performance while enhancing architectural transparency.

View source

Similar papers

Review Open access Aug 2026

A review of federated learning: architectures, challenges, and targeted solutions

A review of federated learning through a structured taxonomy that covers its core architectural paradigms, major learning types, model training approaches, and aggregation mechanisms, and analyzes the principal challenges confronting FL, including privacy and security risks, statistical and system heterogeneity, communication constraints, and global model divergence.

Mahdiyeh Velaei, Hosna Ghahramani, Ali Ghaffari et al. · 0 citations
Conference Open access 2026

Enhanced Intrusion Detection in IoT Networks using Federated Learning

The results show a success in implementing a real time, scalable, privacy-preserving, and adaptive IDS in large-scale IoT deployments through intelligent workload distribution between edge and cloud layers.

Chidera Winifred John, Eduediuyai Ekerete Dan, P. Asuquo et al. · 0 citations
Open access 2026

An Adaptive Federated Learning with XGBoost Ensembles for Intrusion Detection in Heterogeneous IoT Networks

An Adaptive Action-Based Federated Learning (AA-FL) framework for decentralized intrusion detection in heterogeneous IoT environments is proposed, based on XGBoost boosters and uses quality-weighted server-side ensemble aggregation.

Abdulaziz A. Alsulami, Q. A. Al-Haija, Rayed A. Alakhtar et al. · 0 citations
Open access Jul 2026

Resilience in Federated Learning-Based IoMT Applications

Internet of Medical Things (IoMT) applications require collaborative learning across healthcare institutions while ensuring patient data privacy. Traditional centralized learning approaches require sharing sensitive medical records, increasing privacy and security risks. Federated Learning (FL) enables distributed model training by exchanging model parameters instead of raw data, but its performance is affected by client dropouts and communication failures. This paper proposes a Resilience-Enhanced Federated Learning Framework for IoMT applications that improves the reliability of collaborative learning under unstable network conditions. The framework incorporates Federated Averaging (FedAvg), resilient aggregation using historical model updates with staleness decay, and quantized model updates to reduce communication overhead. The proposed model was evaluated using a heart disease dataset distributed across multiple healthcare clients. Experimental results demonstrate that the framework achieves 95.72% accuracy while maintaining stable model convergence during client failures. The proposed approach provides a secure, privacypreserving, and fault-tolerant solution for distributed healthcare applications.

Potharam Shiva Kumar, O. Ramanaiah · 0 citations
Open access 2026

FedE: Protecting Training Data of Federated Learning Based on Multi-Precision Functional Encryption

FedE, a multi-precision, multi-source, heterogeneous privacy-preserving federated learning training method based on functional encryption that enhances numerical adaptation during ciphertext computation and prevents model parameter updates from easily compromising privacy in cross-institutional federated learning.

Weijia Liu, Junwen Deng, Hao Li et al. · 0 citations
Aug 2026

Federated Anomaly Detection for IoMT Networks: Privacy‐Preserving Design, Lightweight Implementation, and Runtime Evaluation

The rapid integration of Internet of Things (IoT) in the healthcare domain has led to the emergence of the Internet of Medical Things (IoMT), which introduces significant benefits in patient monitoring and real‐time medical services. However, IoMT networks are inherently vulnerable due to resource constraints, heterogeneous devices, and sensitivity of medical data. In this paper, we propose a novel federated learning‐based anomaly detection system (Fed‐ADS) designed specifically for IoMT networks. Our system leverages local training of lightweight ML models on resource‐constrained IoMT devices and employs secure model aggregation at the gateway to preserve privacy and avoid centralized data collection. To address real‐world challenges, we implement and evaluate our system on a real IoMT testbed using Raspberry Pi devices under various attack scenarios. Furthermore, we examine the impact of privacy‐preserving techniques such as differential privacy on detection accuracy and system overhead. The runtime evaluation shows that our approach achieves high detection accuracy (over 94%) with minimal CPU and memory usage (under 3%), making it suitable for practical deployment in medical environments.

Mahdi Ajdani, Maziar Asmani, Asif Ali Laghari · 0 citations

Related blog posts

MIT News · Artificial Intelligence Aug 27, 2026

Looking beyond natural sequences

A new machine-learning framework aims to improve the success rate of computational protein design while moving away from results that reproduce sequences found in nature.