Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (149)

Search Parameters:
Keywords = federated anomaly detection

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
22 pages, 417 KB  
Article
A Mathematical Framework for Balance-Aware Federated Analytics of Confidential Multi-Entity Accounting Data
by Xiaotong Hou and Haiping Xu
Mathematics 2026, 14(16), 2944; https://doi.org/10.3390/math14162944 - 14 Aug 2026
Abstract
Confidential ledgers cannot usually be pooled across entities, yet generic private federated learning does not preserve the identities that make accounting data meaningful. This paper develops Balance-Aware Federated Analytics (BAFA), a constrained federated framework that combines voucher-level differential privacy, debit–credit and period-continuity regularization, [...] Read more.
Confidential ledgers cannot usually be pooled across entities, yet generic private federated learning does not preserve the identities that make accounting data meaningful. This paper develops Balance-Aware Federated Analytics (BAFA), a constrained federated framework that combines voucher-level differential privacy, debit–credit and period-continuity regularization, account-hierarchy smoothing, secure aggregation, and a one-sided balance-aware update correction. The formulation defines neighboring ledgers by replacement of one complete voucher, bounds the sensitivity of the released representation, model update, and compressed balance sketch, and composes one cached representation release and all round-level aggregate releases with a Rényi differential-privacy accountant that explicitly models the minimum number of non-colluding noise contributors. It also specifies period-complete aggregation for multi-line vouchers, derives the one-sided correction from a half-space projection, and gives first-order balance-safety, hierarchy-stability, convergence, and complexity results under non-IID data, clipping, privacy noise, and sketch error. Our experiments use PaySim, IEEE-CIS Fraud Detection, and UCI Online Retail transformed into accounting-style multi-entity ledgers. The reported points indicate that BAFA improves predictive utility and normalized balance consistency relative to private federated baselines while keeping membership-inference attack AUC near random guessing. The transformed-ledger evaluation is intended as controlled evidence; validation on native enterprise ledgers remains necessary. Full article
Show Figures

Figure 1

32 pages, 3945 KB  
Article
A Real-Time Edge-Enabled IoT Framework with Federated Differential Privacy for Multi-Modal Crowd Monitoring in Mega Events Using SmartCrowd IoT
by Saleh Alharbi
Electronics 2026, 15(16), 3570; https://doi.org/10.3390/electronics15163570 - 11 Aug 2026
Viewed by 214
Abstract
Mega-events present acute challenges in crowd safety, requiring sub-second monitoring, heterogeneous sensing, and strict privacy compliance at scale. We present SmartCrowd-IoT, a multi-modal crowd analytics framework built on a three-tier (sensor, edge, coordination) architecture incorporating (i) temporally aligned, reliability-aware weighted fusion across RGB, [...] Read more.
Mega-events present acute challenges in crowd safety, requiring sub-second monitoring, heterogeneous sensing, and strict privacy compliance at scale. We present SmartCrowd-IoT, a multi-modal crowd analytics framework built on a three-tier (sensor, edge, coordination) architecture incorporating (i) temporally aligned, reliability-aware weighted fusion across RGB, thermal, WiFi/BLE, acoustic, and RFID streams; and (ii) lightweight edge inference with federated differential privacy, enabling continuous model improvement without raw data leaving the venue. Evaluated on PETS2009, UCY, Mall, and a custom 61.3-h multi-modal corpus across three controlled mega-event simulations, SmartCrowd-IoT achieves 92.6% crowd-density accuracy, 77 ms end-to-end latency, 92.9% anomaly detection precision, and 83.4% backbone bandwidth reduction. Ablation studies confirm that both temporal alignment and reliability-aware fusion contribute significantly to these gains. The framework provides a deployable, privacy-by-design solution for mega-event crowd safety that scales to 200 edge nodes and 3000 sensors while maintaining sub-100 ms emergency response. Full article
Show Figures

Figure 1

36 pages, 428 KB  
Review
Poisoning Attacks in Federated Learning: An Accountability- Oriented Survey with Centralized Learning as a Baseline
by Safiia Mohammed, Dima Alhadidi and Alioune Ngom
J. Cybersecur. Priv. 2026, 6(4), 133; https://doi.org/10.3390/jcp6040133 - 7 Aug 2026
Viewed by 295
Abstract
Artificial intelligence (AI) systems are increasingly deployed in high-stakes domains, where poisoning attacks can corrupt training data, manipulate model updates, or implant covert backdoors. This survey examines poisoning attacks in federated learning (FL), using centralized learning as a baseline to explain how distributed [...] Read more.
Artificial intelligence (AI) systems are increasingly deployed in high-stakes domains, where poisoning attacks can corrupt training data, manipulate model updates, or implant covert backdoors. This survey examines poisoning attacks in federated learning (FL), using centralized learning as a baseline to explain how distributed data, client heterogeneity, privacy-preserving aggregation, and untrusted coordination expand the threat surface. It positions prior surveys and synthesizes representative primary studies through an accountability-oriented lens focused on attribution, audit evidence, traceability, and forensic readiness. The review compares major attack classes, including data poisoning, model poisoning, backdoor insertion, server-side manipulation, Sybil behavior, collusion, and multi-round poisoning. It also evaluates countermeasures such as Byzantine-robust aggregation, anomaly detection, validation-based filtering, malicious-secure aggregation, authenticated update handling, provenance mechanisms, ledger-based evidence, and verifiable aggregation protocols. The analysis shows that robustness alone is insufficient for trustworthy FL unless defenses also preserve evidence that supports independent verification, post-incident reconstruction, and governance review. Persistent gaps remain in causal forensic attribution, privacy-preserving evidence governance, malicious-server threat modeling, scalable verifiability tooling, recovery after poisoning, and deployment-ready benchmarks. The survey concludes that accountable FL should be designed as an evidence-producing system, not merely as a privacy-preserving or attack-resistant training architecture, especially for regulated, cross-silo, and high-risk real-world deployments. Full article
Show Figures

Figure 1

15 pages, 2928 KB  
Article
FedBudget: A Budget-Aware Federated Learning Method for Communication-Constrained Distributed Data Mining
by Junhui Song, Afei Li, Ke Li and Zhangqi Zheng
Appl. Sci. 2026, 16(15), 7728; https://doi.org/10.3390/app16157728 - 4 Aug 2026
Viewed by 215
Abstract
Federated learning enables collaborative data mining without centralizing raw data, but communication budgets remain a practical bottleneck in distributed deployment. Existing federated optimization methods mainly address statistical heterogeneity or aggregation stability, while client participation is often treated as full participation or random sampling. [...] Read more.
Federated learning enables collaborative data mining without centralizing raw data, but communication budgets remain a practical bottleneck in distributed deployment. Existing federated optimization methods mainly address statistical heterogeneity or aggregation stability, while client participation is often treated as full participation or random sampling. This paper proposes FedBudget, a budget-aware client selection method for communication-constrained federated data mining. In each round, FedBudget constructs a scheduling score from historical utility, stability, freshness, communication cost, and a coverage-aware penalty, and then greedily selects clients under a given communication budget. The aggregation stage follows the standard sample-size-weighted selected-client FedAvg rule, which makes the scheduling contribution directly attributable. Experiments on AI4I, Mammography, Shuttle, SMD, and SWaT compare FedBudget with representative federated optimization and scheduling baselines. Statistical analysis shows that FedBudget significantly reduces communication cost and improves communication-normalized performance relative to budgeted optimization baselines, while maintaining competitive AUC and PR-AUC. Larger-scale experiments with 20 and 50 simulated clients show mean performance-per-MB improvements of 4.019 and 1.945, respectively, together with lower mean communication cost. Sensitivity and convergence analyses confirm the robustness of the proposed scheduling mechanism and its stable communication–performance trade-off. These results indicate that explicit budget-aware participation modeling improves communication efficiency in federated data mining while preserving a simple and compatible training pipeline. Full article
Show Figures

Figure 1

14 pages, 1019 KB  
Article
A Conceptual Reference Architecture for Robust, Leakage-Resilient and Verifiable Access Control in Secure IoT Outsourcing
by Siddig M. Elkhider
Sensors 2026, 26(15), 4878; https://doi.org/10.3390/s26154878 - 2 Aug 2026
Viewed by 259
Abstract
Outsourcing Internet-of-Things (IoT) data and computation to cloud and fog infrastructure exposes both the data and the access-control process to integrity, confidentiality, and privacy risks. Attribute-based encryption (ABE) provides fine-grained access control but, as deployed today, suffers from single-authority bottlenecks, expensive policy updates, [...] Read more.
Outsourcing Internet-of-Things (IoT) data and computation to cloud and fog infrastructure exposes both the data and the access-control process to integrity, confidentiality, and privacy risks. Attribute-based encryption (ABE) provides fine-grained access control but, as deployed today, suffers from single-authority bottlenecks, expensive policy updates, weak auditability, and exposure to secret-key leakage, classical primitives are additionally threatened by future quantum adversaries. This paper does not propose a new cryptographic scheme. Instead, it contributes a conceptual reference architecture that systematizes how a set of existing, standardized primitives can be composed into a single access-control framework for IoT outsourcing, and it makes the resulting design precise enough to reason about. Concretely, we (i) define a system model and a threat model covering passive, active, colluding, bounded-leakage, and harvest-now-decrypt-later quantum adversaries; (ii) instantiate each layer with a named construction decentralized multi-authority ABE, attribute-based proxy re-encryption for policy updates, a bounded leakage resilient key model, ASCON lightweight AEAD, and ML-KEM/ML-DSA post-quantum primitives, together with a permissioned, on-chain digest/off-chain payload logging layer; (iii) specify the end-to-end data flow and module interfaces; and (iv) give a goal-by-goal security rationale and an analytical evaluation based only on standardized parameter sizes and asymptotic complexity. We are explicit about what is inherited from prior work, what remains to be proven for the composed system, and that a measured prototype evaluation remains future work. The intended value of this paper is to provide a clear, composable, and honestly scoped design that subsequent implementation studies can build upon. Full article
(This article belongs to the Special Issue Cyber Security and Privacy in Internet of Things (IoT))
Show Figures

Figure 1

33 pages, 613 KB  
Review
Distributed Artificial Intelligence for IoT Security: A Structured Review
by Sabina Szymoniak and Mariusz Kubanek
Sensors 2026, 26(15), 4802; https://doi.org/10.3390/s26154802 - 28 Jul 2026
Viewed by 296
Abstract
The expansion of the Internet of Things (IoT) has increased the complexity of securing distributed systems against growing threats to data security, privacy, and reliability. Conventional centralised cybersecurity methods are often insufficient for environments characterised by scale, heterogeneity, and dynamic behaviour. This paper [...] Read more.
The expansion of the Internet of Things (IoT) has increased the complexity of securing distributed systems against growing threats to data security, privacy, and reliability. Conventional centralised cybersecurity methods are often insufficient for environments characterised by scale, heterogeneity, and dynamic behaviour. This paper presents a structured review of Distributed Artificial Intelligence (DAI) for IoT security, focusing on how local, cooperative intelligence can support intrusion detection, anomaly recognition, secure data processing, and collaborative defence. We synthesise the current literature on Federated Learning (FL), Multi-Agent Systems, and related approaches, highlighting their benefits, limitations, and practical deployment constraints. Particular attention is given to critical infrastructure contexts, where resilience is essential for operational continuity and public safety. The review concludes by outlining key gaps and future research directions for DAI-enabled IoT security. Full article
(This article belongs to the Special Issue Architecting Security for the Next-Generation Internet of Things)
Show Figures

Figure 1

26 pages, 2395 KB  
Article
PhySec-Edge: A Hybrid Physics-Informed and Edge AI Framework for Anomaly Detection in Industrial IoT Sensor Networks
by Dalibor Radovanovic, Nikola Savanovic, Petar Kresoja, Jelena Janackovic and Teodor Petrovic
J. Sens. Actuator Netw. 2026, 15(4), 58; https://doi.org/10.3390/jsan15040058 - 17 Jul 2026
Viewed by 290
Abstract
Industrial Internet of Things (IIoT) deployments face a security challenge that neither physics-based nor AI-based anomaly detection addresses alone: physics models are adversarially robust but miss behavioral attacks that remain within physical bounds, while AI models detect behavioral anomalies but are vulnerable to [...] Read more.
Industrial Internet of Things (IIoT) deployments face a security challenge that neither physics-based nor AI-based anomaly detection addresses alone: physics models are adversarially robust but miss behavioral attacks that remain within physical bounds, while AI models detect behavioral anomalies but are vulnerable to adversarial evasion and blind to physical sensor spoofing. This paper proposes PhySec-Edge, a hybrid framework integrating a Physics Validation Engine (PVE) with a multi-model Edge AI Detection Engine (EADE) in a layered, residual-sharing architecture. The PVE applies process model residuals, Kalman filter state estimation, cross-sensor consistency checks, and temporal gradient validation to generate physics-grounded anomaly signals. The EADE is designed around LSTM temporal detection, variational autoencoder reconstruction analysis, and graph neural network process monitoring augmented with PVE residuals; the current evaluation uses computationally tractable proxy implementations to provide a conservative lower bound on the benefits of residual sharing. Randomized smoothing is applied under bounded perturbation assumptions to improve adversarial robustness. PhySec-Edge is evaluated in a controlled synthetic IIoT setting parameterized using SWaT-inspired structural and statistical assumptions, comprising 9875 samples across seven attack classes. Across five random seeds, the hybrid framework achieves mean precision = 0.789 ± 0.004, recall = 0.808 ± 0.003, F1 = 0.798 ± 0.003, and FPR = 5.0% ± 0.0%, compared to F1 = 0.654 ± 0.006/FPR = 24.0% for the physics-only baseline and F1 = 0.774 ± 0.003/FPR = 5.0% for the AI-only baseline. An ablation study identifies residual augmentation as the primary individual improvement mechanism (ΔF1 = +0.017), while the full hybrid configuration achieves a combined gain of ΔF1 = +0.025 over the AI-only baseline. Critical hybrid advantages appear on adversarial evasion (+0.15 F1) and firmware implant (+0.17 F1), the two attack classes where neither layer alone is sufficient. A preliminary feasibility check on an Edge-IIoTset-inspired benchmark confirms that the architectural advantage pattern generalizes across dataset structures. Gateway latency analysis confirms compatibility with soft real-time industrial monitoring constraints. Full article
(This article belongs to the Special Issue Industrial Networks of the Future Across the Edge-to-Cloud Continuum)
Show Figures

Figure 1

28 pages, 5334 KB  
Article
Can Federated Learning Go Green? EcoFL: A System-Level Energy-Aware Benchmark for IoT Edge Intelligence
by Tymoteusz Miller and Irmina Durlik
J. Low Power Electron. Appl. 2026, 16(3), 24; https://doi.org/10.3390/jlpea16030024 - 8 Jul 2026
Viewed by 390
Abstract
The proliferation of Internet of Things (IoT) devices operating at the network edge has created unprecedented demand for distributed machine learning capable of functioning under severe resource constraints. Federated learning (FL) has emerged as a promising paradigm for privacy-preserving collaborative model training across [...] Read more.
The proliferation of Internet of Things (IoT) devices operating at the network edge has created unprecedented demand for distributed machine learning capable of functioning under severe resource constraints. Federated learning (FL) has emerged as a promising paradigm for privacy-preserving collaborative model training across distributed nodes; however, its application to energy-constrained edge environments remains insufficiently characterized at the system level, particularly with respect to reproducible evaluation of resource consumption and communication efficiency. In this paper, we present EcoFL (Energy-Conscious Federated Learning), a modular, energy-aware benchmarking and orchestration framework for systematic evaluation of lightweight machine learning models under emulated edge hardware constraints. Rather than proposing a new federated optimization algorithm, EcoFL extends a standard FedAvg-based training pipeline with three principal components: (i) an energy-aware communication scheduler that dynamically adapts aggregation rounds and client participation based on per-node resource availability; (ii) a comprehensive system-level profiling pipeline capturing CPU utilization, RAM consumption, inference latency, communication overhead, and estimated computational energy consumption per training round; and (iii) a reproducible benchmarking methodology enabling fair comparison of centralized, standard federated (FedAvg), and energy-aware federated configurations. We evaluate five lightweight model families—Logistic Regression, Random Forest, XGBoost, Multilayer Perceptron, and Isolation Forest—under emulated Raspberry Pi 4 hardware constraints using an anomaly detection task on synthetic IoT sensor telemetry (50,000 samples, 12 features, Dirichlet non-IID partitioning). Experimental results across five independent seeds show that, within the evaluated benchmark setting, EcoFL reduces estimated federated training energy by 79.9–92.9% (mean 84.4%) relative to standard FedAvg through adaptive round termination (4–7 rounds versus 20 fixed rounds), while showing no statistically significant F1-score degradation for four of the five evaluated model families under the tested seed regime. Notably, EcoFL achieves a higher F1-score than FedAvg for Random Forest (+0.052), which we attribute to reduced overfitting resulting from earlier convergence under non-IID data distributions. The full EcoFL framework is released as open-source software to promote reproducibility in energy-aware federated learning research and to facilitate systematic investigation of the trade-offs between predictive performance, resource utilization, and communication overhead in resource-constrained edge environments. Full article
(This article belongs to the Special Issue 15th Anniversary of Journal of Low Power Electronics and Applications)
Show Figures

Figure 1

52 pages, 3416 KB  
Article
EPC-TinyAD: An Energy- and Privacy-Aware Compressed TinyML Framework for Reliable Industrial Anomaly Detection on Resource-Constrained Edge Devices
by Yu Sun, Yihang Qin, Wenhao Chen, Wenhui Zhao and Haoran Sun
Electronics 2026, 15(13), 2879; https://doi.org/10.3390/electronics15132879 - 1 Jul 2026
Viewed by 377
Abstract
Real-time industrial anomaly detection is increasingly shifting from cloud-based diagnosis to edge intelligence deployed close to machines. However, practical industrial scenarios are constrained by scarce fault samples, unknown anomaly types, cross-machine distribution shifts, strict false alarm requirements, data privacy restrictions, and limited edge [...] Read more.
Real-time industrial anomaly detection is increasingly shifting from cloud-based diagnosis to edge intelligence deployed close to machines. However, practical industrial scenarios are constrained by scarce fault samples, unknown anomaly types, cross-machine distribution shifts, strict false alarm requirements, data privacy restrictions, and limited edge device resources. To address these challenges, this paper proposes EPC-TinyAD, an energy- and privacy-aware compressed TinyML framework for reliable industrial anomaly detection on resource-constrained edge devices. EPC-TinyAD follows a normal-only learning paradigm and employs a tiny depthwise-separable CNN autoencoder as the deployable student model, guided by a wider teacher autoencoder during training. Instead of relying solely on reconstruction error, the proposed anomaly score integrates spectrogram reconstruction deviation, compact normal-center distance, and teacher–student distillation discrepancy. Masked spectrogram modeling is introduced to enhance few-shot normal representation learning, while domain-adversarial invariant embedding improves cross-machine generalization. To support reliable deployment, split and adaptive conformal thresholding calibrate anomaly decisions under target false alarm rates. Furthermore, federated training with clipped and noisy updates reduces raw industrial data exposure, and energy-aware compression integrates pruning, INT8 size estimation, model export, latency benchmarking, and Pareto analysis. Experiments on industrial anomaly detection data demonstrate that EPC-TinyAD achieves 96.5% accuracy, 95.4% recall, 96.1% F1 score, 0.964 AUROC, and 0.952 AUPRC over five random seeds. These results indicate that EPC-TinyAD provides a reliable, lightweight, privacy-aware, and deployment-oriented framework for industrial edge anomaly detection, while future work will further validate its runtime memory, latency, and power consumption on physical Raspberry Pi-, Jetson-, or MCU-class edge devices. Full article
Show Figures

Figure 1

36 pages, 842 KB  
Article
Privacy-Preserving Federated Deep Learning for Robust Anomaly Detection in Distributed Security Sensing Systems
by Di Xu, Hongli Chen, Yansen Zeng, Yifan Yang, Jinghan Huang, Jiarui Song and Yan Zhan
Sensors 2026, 26(12), 3901; https://doi.org/10.3390/s26123901 - 19 Jun 2026
Viewed by 639
Abstract
With the widespread adoption of intelligent terminals, edge devices, and distributed information systems in the financial domain, financial security sensing data exhibit multisource heterogeneity, dynamic temporal patterns, and high privacy sensitivity. Traditional centralized anomaly detection methods are no longer able to simultaneously satisfy [...] Read more.
With the widespread adoption of intelligent terminals, edge devices, and distributed information systems in the financial domain, financial security sensing data exhibit multisource heterogeneity, dynamic temporal patterns, and high privacy sensitivity. Traditional centralized anomaly detection methods are no longer able to simultaneously satisfy the requirements of cross-institutional or cross-node collaborative modeling, client data privacy protection, and robust monitoring of transaction and system anomalies. To address this challenge, a data-local federated deep anomaly detection framework has been proposed for distributed financial security sensing systems. Initially, a local deep financial security sensing representation module is constructed to perform temporal encoding and attention-based modeling on multisource financial signals, including terminal operation status, network transaction communication, backend server operation, identity authentication, and anomaly alerts, thereby extracting representations relevant to anomalous behaviors. Subsequently, a data-local federated optimization and personalized aggregation mechanism is developed to enable cross-node knowledge sharing without transmitting raw transaction or client data, while local personalized detection heads are employed to adapt to non-independent and identically distributed (non-IID) financial institution data. Furthermore, an adversarially robust security detection and trust-aware aggregation strategy is introduced to enhance model stability under input noise, feature masking, anomaly camouflage, and potential malicious client updates. Experimental results demonstrate that the proposed method achieves an Accuracy of 92.37%, a Precision of 89.41%, a Recall of 88.26%, an F1-score of 88.83%, an AUC of 93.06%, and a PR-AUC of 89.15% in the primary financial anomaly detection task, significantly outperforming baseline methods such as Isolation Forest, Autoencoder, LSTM, Transformer, FedAvg, FedProx, SCAFFOLD, and MOON. In robustness experiments, the method attains F1-scores of 87.95%, 86.42%, 86.88%, 84.57%, 86.73%, and 83.91% under Gaussian noise, feature masking, temporal shift, adversarial perturbation, and 20% and 30% malicious client scenarios, respectively. Ablation studies further confirm the effectiveness of local representation learning, personalized federated optimization, adversarial training, and trust-aware aggregation mechanisms. Overall, the proposed approach provides an efficient intelligent anomaly detection solution for financial AI security monitoring scenarios characterized by data localization requirements, node heterogeneity, and attack perturbations. Full article
(This article belongs to the Special Issue Intelligent Sensing and Digital Signal Processing in Smart Data)
Show Figures

Figure 1

28 pages, 462 KB  
Systematic Review
Systematic Literature Review of AI-Driven Multi-Cloud Anomaly Detection in Zero-Trust Frameworks
by Ziad Almulla and Abdullah Albuali
Appl. Sci. 2026, 16(12), 5938; https://doi.org/10.3390/app16125938 - 12 Jun 2026
Viewed by 770
Abstract
Multi-cloud is becoming more challenging to secure as traditional perimeter-based security models have a hard time protecting workloads running across multiple cloud platforms, identities, and services. To address this challenge, organizations are shifting to Zero-Trust Architecture (ZTA), which focuses on constant verification and [...] Read more.
Multi-cloud is becoming more challenging to secure as traditional perimeter-based security models have a hard time protecting workloads running across multiple cloud platforms, identities, and services. To address this challenge, organizations are shifting to Zero-Trust Architecture (ZTA), which focuses on constant verification and stringent access control, coupled with anomaly detection methodologies to gain better visibility and threat detection in the distributed cloud environment. This paper presents a Systematic Literature Review (SLR) of anomaly detection approaches in multi-cloud environments and how these are applied in zero-trust security models. The review is conducted according to the guidelines of the 2020 Preferred Reporting Items for Systematic Reviews and Meta-Analyses (PRISMA 2020), and is based on studies published between 2020 and 2025 selected from the databases of the following journals: Institute of Electrical and Electronics (IEEE) Xplore, Science Direct, MDPI, Google Scholar, and the Saudi Digital Library. Studies found on benchmark datasets such as CICIDS-2017 and UNSW-NB15 are not evaluated, as none addressed real multi-cloud environments. Although zero trust is highlighted in general, very few studies have implemented basics of zero trust such as micro-segmentation, identity federation, and enforcement through policy. Overall, this review identifies gaps around cross-cloud validation, explainability, and compliance-aware security design, including lack of attention to regulations such as the GDPR and HIPAA. These findings provide helpful recommendations for future research and development on practical and security solutions for multi-cloud environments. Full article
Show Figures

Figure 1

25 pages, 2025 KB  
Article
Robust and Lightweight Federated Learning for NB-IoT Security: A Blockchain-Verified CNN-RNN Approach
by Gonca Özmen and Derya Yiltas-Kaplan
Sensors 2026, 26(11), 3578; https://doi.org/10.3390/s26113578 - 4 Jun 2026
Viewed by 570
Abstract
The rapid proliferation of Narrowband Internet of Things (NB-IoT) devices necessitates robust, privacy-preserving intrusion detection systems. While Federated Learning (FL) mitigates data privacy risks through localized training, it introduces vulnerabilities to model poisoning and computational bottlenecks on edge devices. To address these challenges, [...] Read more.
The rapid proliferation of Narrowband Internet of Things (NB-IoT) devices necessitates robust, privacy-preserving intrusion detection systems. While Federated Learning (FL) mitigates data privacy risks through localized training, it introduces vulnerabilities to model poisoning and computational bottlenecks on edge devices. To address these challenges, we propose a secure, hardware-optimized Blockchain-Federated Learning (BC-FL) framework. Deploying a lightweight Hybrid CNN-RNN model on Edge Gateways, we relieve end-sensors of heavy computational tasks. To overcome the ‘cold-start’ problem, we introduce a Domain-Adaptive Transfer Learning strategy, dynamically adapting a pre-trained binary classifier to a multi-class task (Normal, Mirai, Bashlite). Furthermore, a lightweight blockchain ledger provides an immutable audit trail and a reputation-based isolation mechanism to penalize malicious nodes. Evaluated on the N-BaIoT dataset, the proposed 3-class CNN-RNN model achieves 95.62% overall accuracy, with precision/recall/F1-scores of 0.99/0.91/0.95 for Mirai and 0.93/0.99/0.96 for Bashlite attacks. The framework reduces communication bandwidth by 96% compared to centralized learning. During simulated Byzantine attacks, the reputation mechanism successfully banned malicious nodes, maintaining a robust 95.62% global accuracy. This framework offers a highly scalable, secure, and computationally feasible solution for real-time anomaly detection in resource-constrained IoT edge environments. Full article
(This article belongs to the Section Internet of Things)
Show Figures

Figure 1

31 pages, 1343 KB  
Review
A Comprehensive Review of AI-Based Co-Optimization of Smart Energy Grids, 5G Virtualization, Edge Analytics, and Military-Resilient Critical Infrastructure: A Multi-Domain Review
by Alexandros Gazis, Stylianos Pappas, Theodoros Vavouras, George Kiokes and Vasiliki Vita
Electronics 2026, 15(11), 2411; https://doi.org/10.3390/electronics15112411 - 1 Jun 2026
Viewed by 699
Abstract
Power grids are becoming more connected with 5G networks and edge-computing systems, including in civilian, emergency, and military critical-infrastructure environments. Because of this, optimization is no longer only a power-system problem or only a communication-network problem. It now involves energy, network, and computing [...] Read more.
Power grids are becoming more connected with 5G networks and edge-computing systems, including in civilian, emergency, and military critical-infrastructure environments. Because of this, optimization is no longer only a power-system problem or only a communication-network problem. It now involves energy, network, and computing resources simultaneously. This review focuses on grid telemetry supported by 5G network slicing and edge analytics. In this setting, data from PMUs, SCADA systems, IEDs, and AMI devices are used not only for monitoring but also for supporting state estimation, anomaly detection, and control decisions. The article reviews several AI-based optimization methods. These include learning-to-optimize, reinforcement learning, safe learning, multi-agent learning, federated learning, AirComp, graph-based models, and hybrid approaches. The review discusses these methods in relation to smart energy control, network slicing, military-resilient power and communication service, edge orchestration, and end-to-end system evaluation. Particular attention is given to tail latency, jitter, reliability, runtime, compute limits, and SLA violations, since average metrics alone are insufficient for critical grid operations. The review also proposes a practical roadmap from pilot co-simulation to edge-first analytics, slicing assurance, security hardening, and continuous monitoring, aiming to support reliable, sustainable and military-relevant smart-grid operation. Full article
Show Figures

Figure 1

30 pages, 506 KB  
Review
Artificial Intelligence for Cybersecurity in IoT-Edge Systems: A Structured Review of Methods, Datasets, Evaluation, and Deployment Challenges
by Qingshui Xue, Pandong Xue, Zhimin Wang and Haifeng Ma
Electronics 2026, 15(11), 2409; https://doi.org/10.3390/electronics15112409 - 1 Jun 2026
Viewed by 1285
Abstract
The convergence of the Internet of Things (IoT), edge computing, and artificial intelligence (AI) is reshaping cyber defense in distributed cyber–physical environments. IoT-edge systems expose heterogeneous, resource-constrained, and intermittently connected devices to threats that unfold close to sensing and control processes, making purely [...] Read more.
The convergence of the Internet of Things (IoT), edge computing, and artificial intelligence (AI) is reshaping cyber defense in distributed cyber–physical environments. IoT-edge systems expose heterogeneous, resource-constrained, and intermittently connected devices to threats that unfold close to sensing and control processes, making purely signature-based or rule-based defenses increasingly insufficient. This article presents a structured review of AI for cybersecurity in IoT-edge systems from a systems-oriented perspective. Rather than surveying AI for IoT security in general, it organizes the literature around four practical lenses: AI methods, datasets and benchmarks, evaluation practice, and deployment constraints. The review reconstructs a workspace-verifiable corpus of 96 references, emphasizes literature published between January 2023 and April 2026 while retaining foundational benchmark papers, and uses a conservative 26-paper empirical subset for paper-level gap coding. Because this subset was purposively sampled and the original retrieval logs were not preserved, coded counts are interpreted as recoverable reporting signals and comparability indicators rather than field-level prevalence estimates. The revised synthesis further stratifies the coded evidence by task, model family, dataset, application scenario, metric type, and deployment signal, and translates deployment feasibility into a minimum reporting checklist and edge-hardware decision matrix. Within this evidence boundary, recent work remains dominated by intrusion and anomaly detection, with continued use of traditional machine learning, deep learning, federated learning, explainable AI, and graph-based approaches. However, experimentation remains concentrated around a small set of public benchmarks, while latency, memory, energy, communication overhead, operational robustness, and reproducibility are reported inconsistently. The field is therefore constrained less by classifier novelty than by benchmark concentration, weak deployment reporting, limited response-and-mitigation analysis, undercoverage of authentication, access-control, and trust-management tasks, and limited reproducible edge-aware evaluation. Full article
Show Figures

Figure 1

36 pages, 3025 KB  
Review
Intrusion Detection in the Internet of Things: A Comprehensive Review of Techniques, Architectures, Datasets, and Emerging Trends
by Asma Komal and Shuaiyong Li
Sensors 2026, 26(11), 3405; https://doi.org/10.3390/s26113405 - 27 May 2026
Viewed by 1578
Abstract
As the Internet of Things (IoT) grows, strong, scalable, and adaptive intrusion detection systems (IDS) become increasingly critical for protecting IoT environments. This paper presents a comprehensive and systematic survey of IDS techniques for IoT environments, covering literature from 2021 to early 2026. [...] Read more.
As the Internet of Things (IoT) grows, strong, scalable, and adaptive intrusion detection systems (IDS) become increasingly critical for protecting IoT environments. This paper presents a comprehensive and systematic survey of IDS techniques for IoT environments, covering literature from 2021 to early 2026. The review introduces a multidimensional taxonomy that categorizes IDS approaches by detection strategy, learning paradigm, deployment architecture, and evaluation methodology. We examine conventional techniques, such as signature-based and anomaly-based detection, as well as modern machine-learning and deep-learning approaches. Furthermore, emerging paradigms, including Federated Learning, Explainable AI (XAI), TinyML, Large Language Models (LLMs), Transformer, Quantum Machine Learning, Generative Adversarial Networks and Incremental Learning, are analyzed with respect to their applicability to resource-constrained IoT environments. The paper also provides a detailed analysis of publicly available IDS datasets, validation protocols, and evaluation metrics used for benchmarking detection systems. In addition, critical challenges, including dataset realism, adversarial robustness, scalability, privacy preservation, and ethical considerations, are discussed. Finally, we highlight open research directions and propose guidelines for designing next-generation, trustworthy, and scalable IDS frameworks for IoT networks. Full article
(This article belongs to the Special Issue Cyber Security and Privacy in Internet of Things (IoT))
Show Figures

Figure 1

Back to TopTop