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

Journals

Article Types

Countries / Regions

Search Results (53)

Search Parameters:
Keywords = hierarchical federated learning

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
23 pages, 3739 KB  
Article
FedDPA: Dynamic Prototypical Alignment for Federated Learning with Non-IID Data
by Oussama Akram Bensiah and Rohallah Benaboud
Electronics 2025, 14(16), 3286; https://doi.org/10.3390/electronics14163286 - 19 Aug 2025
Viewed by 462
Abstract
Federated learning (FL) has emerged as a powerful framework for decentralized model training, preserving data privacy by keeping datasets localized on distributed devices. However, data heterogeneity, characterized by significant variations in size, statistical distribution, and composition across client datasets, presents a persistent challenge [...] Read more.
Federated learning (FL) has emerged as a powerful framework for decentralized model training, preserving data privacy by keeping datasets localized on distributed devices. However, data heterogeneity, characterized by significant variations in size, statistical distribution, and composition across client datasets, presents a persistent challenge that impairs model performance, compromises generalization, and delays convergence. To address these issues, we propose FedDPA, a novel framework that utilizes dynamic prototypical alignment. FedDPA operates in three stages. First, it computes class-specific prototypes for each client to capture local data distributions, integrating them into an adaptive regularization mechanism. Next, a hierarchical aggregation strategy clusters and combines prototypes from similar clients, which reduces communication overhead and stabilizes model updates. Finally, a contrastive alignment process refines the global model by enforcing intra-class compactness and inter-class separation in the feature space. These mechanisms work in concert to mitigate client drift and enhance global model performance. We conducted extensive evaluations on standard classification benchmarks—EMNIST, FEMNIST, CIFAR-10, CIFAR-100, and Tiny-ImageNet 200—under various non-identically and independently distributed (non-IID) scenarios. The results demonstrate the superiority of FedDPA over state-of-the-art methods, including FedAvg, FedNH, and FedROD. Our findings highlight FedDPA’s enhanced effectiveness, stability, and adaptability, establishing it as a scalable and efficient solution to the critical problem of data heterogeneity in federated learning. Full article
Show Figures

Figure 1

46 pages, 3677 KB  
Article
HiSatFL: A Hierarchical Federated Learning Framework for Satellite Networks with Cross-Domain Privacy Adaptation
by Ling Li, Lidong Zhu and Weibang Li
Electronics 2025, 14(16), 3237; https://doi.org/10.3390/electronics14163237 - 14 Aug 2025
Viewed by 498
Abstract
With the proliferation of LEO satellite constellations and increasing demands for on-orbit intelligence, satellite networks generate massive, heterogeneous, and privacy-sensitive data. Ensuring efficient model collaboration under strict privacy constraints remains a critical challenge. This paper proposes HiSatFL, a cross-domain adaptive and privacy-preserving federated [...] Read more.
With the proliferation of LEO satellite constellations and increasing demands for on-orbit intelligence, satellite networks generate massive, heterogeneous, and privacy-sensitive data. Ensuring efficient model collaboration under strict privacy constraints remains a critical challenge. This paper proposes HiSatFL, a cross-domain adaptive and privacy-preserving federated learning framework tailored to the highly dynamic and resource-constrained nature of satellite communication systems. The framework incorporates an orbital-aware hierarchical FL architecture, a multi-level domain adaptation mechanism, and an orbit-enhanced meta-learning strategy to enable rapid adaptation with limited samples. In parallel, privacy is preserved via noise-calibrated feature alignment, differentially private adversarial training, and selective knowledge distillation, guided by a domain-aware dynamic privacy budget allocation scheme. We further establish a unified optimization framework balancing privacy, utility, and adaptability, and derive convergence bounds under dynamic topologies. Experimental results on diverse remote sensing datasets demonstrate that HiSatFL significantly outperforms existing methods in accuracy, adaptability, and communication efficiency, highlighting its practical potential for collaborative on-orbit AI. Full article
(This article belongs to the Special Issue Resilient Communication Technologies for Non-Terrestrial Networks)
Show Figures

Figure 1

31 pages, 18843 KB  
Article
Liquid Adaptive AI: A Theoretical Framework for Continuously Self-Improving Artificial Intelligence
by Thomas R. Caulfield, Naeyma N. Islam and Rohit Chitale
AI 2025, 6(8), 186; https://doi.org/10.3390/ai6080186 - 14 Aug 2025
Viewed by 859
Abstract
We present Liquid Adaptive AI as a theoretical framework and mathematical basis for artificial intelligence systems capable of continuous structural adaptation and autonomous capability development. This work explores the conceptual boundaries of adaptive AI by formalizing three interconnected mechanisms: (1) entropy-guided hyperdimensional knowledge [...] Read more.
We present Liquid Adaptive AI as a theoretical framework and mathematical basis for artificial intelligence systems capable of continuous structural adaptation and autonomous capability development. This work explores the conceptual boundaries of adaptive AI by formalizing three interconnected mechanisms: (1) entropy-guided hyperdimensional knowledge graphs that could autonomously restructure based on information-theoretic criteria; (2) a self-development engine using hierarchical Bayesian optimization for runtime architecture modification; and (3) a federated multi-agent framework with emergent specialization through distributed reinforcement learning. We address fundamental limitations in current AI systems through mathematically formalized processes of dynamic parameter adjustment, structural self-modification, and cross-domain knowledge synthesis, while immediate implementation faces substantial computational challenges requiring infrastructure on the scale of current large language model training facilities, we provide architectural specifications, theoretical convergence bounds, and evaluation criteria as a foundation for future research. This theoretical exploration establishes mathematical foundations for a potential new paradigm in artificial intelligence that would transition from episodic training to persistent autonomous development, offering a long-term research direction for the field. A comprehensive Supplementary Materials document provides detailed technical analysis, computational requirements, and an incremental development roadmap spanning approximately a decade. Full article
Show Figures

Figure 1

23 pages, 3580 KB  
Article
Distributed Collaborative Data Processing Framework for Unmanned Platforms Based on Federated Edge Intelligence
by Siyang Liu, Nanliang Shan, Xianqiang Bao and Xinghua Xu
Sensors 2025, 25(15), 4752; https://doi.org/10.3390/s25154752 - 1 Aug 2025
Viewed by 487
Abstract
Unmanned platforms such as unmanned aerial vehicles, unmanned ground vehicles, and autonomous underwater vehicles often face challenges of data, device, and model heterogeneity when performing collaborative data processing tasks. Existing research does not simultaneously address issues from these three aspects. To address this [...] Read more.
Unmanned platforms such as unmanned aerial vehicles, unmanned ground vehicles, and autonomous underwater vehicles often face challenges of data, device, and model heterogeneity when performing collaborative data processing tasks. Existing research does not simultaneously address issues from these three aspects. To address this issue, this study designs an unmanned platform cluster architecture inspired by the cloud-edge-end model. This architecture integrates federated learning for privacy protection, leverages the advantages of distributed model training, and utilizes edge computing’s near-source data processing capabilities. Additionally, this paper proposes a federated edge intelligence method (DSIA-FEI), which comprises two key components. Based on traditional federated learning, a data sharing mechanism is introduced, in which data is extracted from edge-side platforms and placed into a data sharing platform to form a public dataset. At the beginning of model training, random sampling is conducted from the public dataset and distributed to each unmanned platform, so as to mitigate the impact of data distribution heterogeneity and class imbalance during collaborative data processing in unmanned platforms. Moreover, an intelligent model aggregation strategy based on similarity measurement and loss gradient is developed. This strategy maps heterogeneous model parameters to a unified space via hierarchical parameter alignment, and evaluates the similarity between local and global models of edge devices in real-time, along with the loss gradient, to select the optimal model for global aggregation, reducing the influence of device and model heterogeneity on cooperative learning of unmanned platform swarms. This study carried out extensive validation on multiple datasets, and the experimental results showed that the accuracy of the DSIA-FEI proposed in this paper reaches 0.91, 0.91, 0.88, and 0.87 on the FEMNIST, FEAIR, EuroSAT, and RSSCN7 datasets, respectively, which is more than 10% higher than the baseline method. In addition, the number of communication rounds is reduced by more than 40%, which is better than the existing mainstream methods, and the effectiveness of the proposed method is verified. Full article
Show Figures

Figure 1

24 pages, 1537 KB  
Article
Privacy-Aware Hierarchical Federated Learning in Healthcare: Integrating Differential Privacy and Secure Multi-Party Computation
by Jatinder Pal Singh, Aqsa Aqsa, Imran Ghani, Raj Sonani and Vijay Govindarajan
Future Internet 2025, 17(8), 345; https://doi.org/10.3390/fi17080345 - 31 Jul 2025
Viewed by 563
Abstract
The development of big data analytics in healthcare has created a demand for privacy-conscious and scalable machine learning algorithms that can allow the use of patient information across different healthcare organizations. In this study, the difficulties that come with traditional federated learning frameworks [...] Read more.
The development of big data analytics in healthcare has created a demand for privacy-conscious and scalable machine learning algorithms that can allow the use of patient information across different healthcare organizations. In this study, the difficulties that come with traditional federated learning frameworks in healthcare sectors, such as scalability, computational effectiveness, and preserving patient privacy for numerous healthcare systems, are discussed. In this work, a new conceptual model known as Hierarchical Federated Learning (HFL) for large, integrated healthcare organizations that include several institutions is proposed. The first level of aggregation forms regional centers where local updates are first collected and then sent to the second level of aggregation to form the global update, thus reducing the message-passing traffic and improving the scalability of the HFL architecture. Furthermore, the HFL framework leveraged more robust privacy characteristics such as Local Differential Privacy (LDP), Gaussian Differential Privacy (GDP), Secure Multi-Party Computation (SMPC) and Homomorphic Encryption (HE). In addition, a Novel Aggregated Gradient Perturbation Mechanism is presented to alleviate noise in model updates and maintain privacy and utility. The performance of the proposed HFL framework is evaluated on real-life healthcare datasets and an artificial dataset created using Generative Adversarial Networks (GANs), showing that the proposed HFL framework is better than other methods. Our approach provided an accuracy of around 97% and 30% less privacy leakage compared to the existing models of FLBM-IoT and PPFLB. The proposed HFL approach can help to find the optimal balance between privacy and model performance, which is crucial for healthcare applications and scalable and secure solutions. Full article
(This article belongs to the Special Issue Security and Privacy in AI-Powered Systems)
Show Figures

Graphical abstract

31 pages, 4220 KB  
Article
A Novel Multi-Server Federated Learning Framework in Vehicular Edge Computing
by Fateme Mazloomi, Shahram Shah Heydari and Khalil El-Khatib
Future Internet 2025, 17(7), 315; https://doi.org/10.3390/fi17070315 - 19 Jul 2025
Viewed by 504
Abstract
Federated learning (FL) has emerged as a powerful approach for privacy-preserving model training in autonomous vehicle networks, where real-world deployments rely on multiple roadside units (RSUs) serving heterogeneous clients with intermittent connectivity. While most research focuses on single-server or hierarchical cloud-based FL, multi-server [...] Read more.
Federated learning (FL) has emerged as a powerful approach for privacy-preserving model training in autonomous vehicle networks, where real-world deployments rely on multiple roadside units (RSUs) serving heterogeneous clients with intermittent connectivity. While most research focuses on single-server or hierarchical cloud-based FL, multi-server FL can alleviate the communication bottlenecks of traditional setups. To this end, we propose an edge-based, multi-server FL (MS-FL) framework that combines performance-driven aggregation at each server—including statistical weighting of peer updates and outlier mitigation—with an application layer handover protocol that preserves model updates when vehicles move between RSU coverage areas. We evaluate MS-FL on both MNIST and GTSRB benchmarks under shard- and Dirichlet-based non-IID splits, comparing it against single-server FL and a two-layer edge-plus-cloud baseline. Over multiple communication rounds, MS-FL with the Statistical Performance-Aware Aggregation method and Dynamic Weighted Averaging Aggregation achieved up to a 20-percentage-point improvement in accuracy and consistent gains in precision, recall, and F1-score (95% confidence), while matching the low latency of edge-only schemes and avoiding the extra model transfer delays of cloud-based aggregation. These results demonstrate that coordinated cooperation among servers based on model quality and seamless handovers can accelerate convergence, mitigate data heterogeneity, and deliver robust, privacy-aware learning in connected vehicle environments. Full article
Show Figures

Figure 1

33 pages, 15612 KB  
Article
A Personalized Multimodal Federated Learning Framework for Skin Cancer Diagnosis
by Shuhuan Fan, Awais Ahmed, Xiaoyang Zeng, Rui Xi and Mengshu Hou
Electronics 2025, 14(14), 2880; https://doi.org/10.3390/electronics14142880 - 18 Jul 2025
Viewed by 612
Abstract
Skin cancer is one of the most prevalent forms of cancer worldwide, and early and accurate diagnosis critically impacts patient outcomes. Given the sensitive nature of medical data and its fragmented distribution across institutions (data silos), privacy-preserving collaborative learning is essential to enable [...] Read more.
Skin cancer is one of the most prevalent forms of cancer worldwide, and early and accurate diagnosis critically impacts patient outcomes. Given the sensitive nature of medical data and its fragmented distribution across institutions (data silos), privacy-preserving collaborative learning is essential to enable knowledge-sharing without compromising patient confidentiality. While federated learning (FL) offers a promising solution, existing methods struggle with heterogeneous and missing modalities across institutions, which reduce the diagnostic accuracy. To address these challenges, we propose an effective and flexible Personalized Multimodal Federated Learning framework (PMM-FL), which enables efficient cross-client knowledge transfer while maintaining personalized performance under heterogeneous and incomplete modality conditions. Our study contains three key contributions: (1) A hierarchical aggregation strategy that decouples multi-module aggregation from local deployment via global modular-separated aggregation and local client fine-tuning. Unlike conventional FL (which synchronizes all parameters in each round), our method adopts a frequency-adaptive synchronization mechanism, updating parameters based on their stability and functional roles. (2) A multimodal fusion approach based on multitask learning, integrating learnable modality imputation and attention-based feature fusion to handle missing modalities. (3) A custom dataset combining multi-year International Skin Imaging Collaboration(ISIC) challenge data (2018–2024) to ensure comprehensive coverage of diverse skin cancer types. We evaluate PMM-FL through diverse experiment settings, demonstrating its effectiveness in heterogeneous and incomplete modality federated learning settings, achieving 92.32% diagnostic accuracy with only a 2% drop in accuracy under 30% modality missingness, with a 32.9% communication overhead decline compared with baseline FL methods. Full article
(This article belongs to the Special Issue Multimodal Learning and Transfer Learning)
Show Figures

Figure 1

39 pages, 30587 KB  
Article
Hierarchical Swin Transformer Ensemble with Explainable AI for Robust and Decentralized Breast Cancer Diagnosis
by Md. Redwan Ahmed, Hamdadur Rahman, Zishad Hossain Limon, Md Ismail Hossain Siddiqui, Mahbub Alam Khan, Al Shahriar Uddin Khondakar Pranta, Rezaul Haque, S M Masfequier Rahman Swapno, Young-Im Cho and Mohamed S. Abdallah
Bioengineering 2025, 12(6), 651; https://doi.org/10.3390/bioengineering12060651 - 13 Jun 2025
Cited by 1 | Viewed by 1327
Abstract
Early and accurate detection of breast cancer is essential for reducing mortality rates and improving clinical outcomes. However, deep learning (DL) models used in healthcare face significant challenges, including concerns about data privacy, domain-specific overfitting, and limited interpretability. To address these issues, we [...] Read more.
Early and accurate detection of breast cancer is essential for reducing mortality rates and improving clinical outcomes. However, deep learning (DL) models used in healthcare face significant challenges, including concerns about data privacy, domain-specific overfitting, and limited interpretability. To address these issues, we propose BreastSwinFedNetX, a federated learning (FL)-enabled ensemble system that combines four hierarchical variants of the Swin Transformer (Tiny, Small, Base, and Large) with a Random Forest (RF) meta-learner. By utilizing FL, our approach ensures collaborative model training across decentralized and institution-specific datasets while preserving data locality and preventing raw patient data exposure. The model exhibits strong generalization and performs exceptionally well across five benchmark datasets—BreakHis, BUSI, INbreast, CBIS-DDSM, and a Combined dataset—achieving an F1 score of 99.34% on BreakHis, a PR AUC of 98.89% on INbreast, and a Matthews Correlation Coefficient (MCC) of 99.61% on the Combined dataset. To enhance transparency and clinical adoption, we incorporate explainable AI (XAI) through Grad-CAM, which highlights class-discriminative features. Additionally, we deploy the model in a real-time web application that supports uncertainty-aware predictions and clinician interaction and ensures compliance with GDPR and HIPAA through secure federated deployment. Extensive ablation studies and paired statistical analyses further confirm the significance and robustness of each architectural component. By integrating transformer-based architectures, secure collaborative training, and explainable outputs, BreastSwinFedNetX provides a scalable and trustworthy AI solution for real-world breast cancer diagnostics. Full article
(This article belongs to the Special Issue Breast Cancer: From Precision Medicine to Diagnostics)
Show Figures

Figure 1

17 pages, 1223 KB  
Article
Hierarchical Federated Learning with Hybrid Neural Architectures for Predictive Pollutant Analysis in Advanced Green Analytical Chemistry
by Yingfeng Kuang, Xiaolong Chen and Chun Zhu
Processes 2025, 13(5), 1588; https://doi.org/10.3390/pr13051588 - 20 May 2025
Cited by 1 | Viewed by 560
Abstract
We propose a hierarchical federated learning (HFL) framework for predictive pollutant analysis in advanced green analytical chemistry (AGAC), addressing the limitations of centralized approaches in scalability and data privacy. The system integrates localized sub-models with hybrid neural architectures, combining LSTM and attention mechanisms [...] Read more.
We propose a hierarchical federated learning (HFL) framework for predictive pollutant analysis in advanced green analytical chemistry (AGAC), addressing the limitations of centralized approaches in scalability and data privacy. The system integrates localized sub-models with hybrid neural architectures, combining LSTM and attention mechanisms to capture temporal dependencies and feature importance in distributed analytical data, while raw measurements remain decentralized. A global aggregator dynamically adjusts model weights based on validation performance and data heterogeneity, ensuring robust adaptation to diverse environmental conditions. The framework interfaces seamlessly with AGAC infrastructure, processing inputs from analytical instruments into standardized sequences and mapping predictions back to pollutant concentrations through calibration curves. Implemented with PyTorch Federated and edge-cloud deployment, the system employs homomorphic encryption for secure data transmission, prioritizing spectral features critical for organic pollutant detection. Our approach achieves superior accuracy and privacy preservation compared to traditional centralized methods, offering a transformative solution for scalable environmental monitoring. The proposed method demonstrates significant potential for real-world applications, particularly in scenarios requiring distributed data collaboration without compromising analytical integrity. Full article
Show Figures

Figure 1

38 pages, 7485 KB  
Article
Privacy-Preserving Federated Learning for Space–Air–Ground Integrated Networks: A Bi-Level Reinforcement Learning and Adaptive Transfer Learning Optimization Framework
by Ling Li, Lidong Zhu and Weibang Li
Sensors 2025, 25(9), 2828; https://doi.org/10.3390/s25092828 - 30 Apr 2025
Cited by 1 | Viewed by 722
Abstract
The Space-Air-Ground Integrated Network (SAGIN) has emerged as a core architecture for future intelligent communication due to its wide-area coverage and dynamic heterogeneous characteristics. However, its high latency, dynamic topology, and privacy–security challenges severely constrain the application of Federated Learning (FL). This paper [...] Read more.
The Space-Air-Ground Integrated Network (SAGIN) has emerged as a core architecture for future intelligent communication due to its wide-area coverage and dynamic heterogeneous characteristics. However, its high latency, dynamic topology, and privacy–security challenges severely constrain the application of Federated Learning (FL). This paper proposes a Privacy-Preserving Federated Learning framework for SAGIN (PPFL-SAGIN), which for the first time integrates differential privacy, adaptive transfer learning, and bi-level reinforcement learning to systematically address data heterogeneity, device dynamics, and privacy leakage in SAGINs. Specifically, (1) an adaptive knowledge-sharing mechanism based on transfer learning is designed to balance device heterogeneity and data distribution divergence through dynamic weighting factors; (2) a bi-level reinforcement learning device selection strategy is proposed, combining meta-learning and hierarchical attention mechanisms to optimize global–local decision-making and enhance model convergence efficiency; (3) dynamic privacy budget allocation and robust aggregation algorithms are introduced to reduce communication overhead while ensuring privacy. Finally, experimental evaluations validate the proposed method. Results demonstrate that PPFL-SAGIN significantly outperforms baseline solutions such as FedAvg, FedAsync, and FedAsyncISL in terms of model accuracy, convergence speed, and privacy protection strength, verifying its effectiveness in addressing privacy preservation, device selection, and global aggregation in SAGINs. Full article
(This article belongs to the Section Communications)
Show Figures

Figure 1

21 pages, 4044 KB  
Article
FedHSQA: Robust Aggregation in Hierarchical Federated Learning via Anomaly Scoring-Based Adaptive Quantization for IoV
by Ling Xing, Zhaocheng Luo, Kaikai Deng, Honghai Wu, Huahong Ma and Xiaoying Lu
Electronics 2025, 14(8), 1661; https://doi.org/10.3390/electronics14081661 - 19 Apr 2025
Cited by 1 | Viewed by 658
Abstract
Hierarchical Federated Learning (HFL) for the Internet of Vehicles (IoV) leverages roadside units (RSU) to construct a low-latency, highly scalable multilayer cooperative training framework. However, with the rapid growth in the number of vehicle nodes, this framework faces two major challenges: (i) communication [...] Read more.
Hierarchical Federated Learning (HFL) for the Internet of Vehicles (IoV) leverages roadside units (RSU) to construct a low-latency, highly scalable multilayer cooperative training framework. However, with the rapid growth in the number of vehicle nodes, this framework faces two major challenges: (i) communication inefficiency under bandwidth-constrained conditions, where uplink congestion imposes significant burden on intra-framework communication; and (ii) interference from untrustworthy vehicle nodes, which disrupts model training and affects convergence. Therefore, in order to achieve secure aggregation while alleviating the communication bottleneck problem, we design a hierarchical three-layer federated learning framework with Gradient Quantization (GQ) and secure aggregation, called FedHSQA, which further integrates anomaly scoring to enhance robustness against untrustworthy vehicle nodes. Specifically, FedHSQA organizes IoV devices into three layers based on their respective roles: the cloud service layer, the RSU layer, and the vehicle node layer. During each non-initial communication round, the cloud server at the cloud layer computes anomaly scores for vehicle nodes using a Kullback–Leibler (KL) divergence-based multilayer perceptron (MLP) model. These anomaly scores are used to design a secure aggregation algorithm (ASA) that is robust to anomalous behavior. The anomaly scores and the aggregated global model are then transmitted to the RSU. To further reduce communication overhead and maintain model utility, FedHSQA introduces an adaptive GQ method based on the anomaly scores (ASQ). Unlike conventional vehicle node-side quantization, ASQ is performed at the RSU layer. It calculates the Jensen–Shannon (JS) distance between each vehicle node’s anomaly distribution and the target distribution, and adaptively adjusts the quantization level to minimize redundant gradient transmission. We validate the robustness of FedHSQA against anomalous nodes through extensive experiments on three real-world datasets. Compared to classical aggregation algorithms and GQ methods, FedHSQA reduced the average network traffic consumption by approximately 30 times while improving the average accuracy of the aggregation model by about 5.3%. Full article
Show Figures

Figure 1

24 pages, 985 KB  
Article
Secure Hierarchical Federated Learning for Large-Scale AI Models: Poisoning Attack Defense and Privacy Preservation in AIoT
by Chengzhuo Han, Tingting Yang, Xin Sun and Zhengqi Cui
Electronics 2025, 14(8), 1611; https://doi.org/10.3390/electronics14081611 - 16 Apr 2025
Cited by 1 | Viewed by 1041
Abstract
The rapid integration of large-scale AI models into distributed systems, such as the Artificial Intelligence of Things (AIoT), has introduced critical security and privacy challenges. While configurable models enhance resource efficiency, their deployment in heterogeneous edge environments remains vulnerable to poisoning attacks, data [...] Read more.
The rapid integration of large-scale AI models into distributed systems, such as the Artificial Intelligence of Things (AIoT), has introduced critical security and privacy challenges. While configurable models enhance resource efficiency, their deployment in heterogeneous edge environments remains vulnerable to poisoning attacks, data leakage, and adversarial interference, threatening the integrity of collaborative learning and responsible AI deployment. To address these issues, this paper proposes a Hierarchical Federated Cross-domain Retrieval (FHCR) framework tailored for secure and privacy-preserving AIoT systems. By decoupling models into a shared retrieval layer (globally optimized via federated learning) and device-specific layers (locally personalized), FHCR minimizes communication overhead while enabling dynamic module selection. Crucially, we integrate a retrieval-layer mean inspection (RLMI) mechanism to detect and filter malicious gradient updates, effectively mitigating poisoning attacks and reducing attack success rates by 20% compared to conventional methods. Extensive evaluation on General-QA and IoT-Native datasets demonstrates the robustness of FHCR against adversarial threats, with FHCR maintaining global accuracy not lower than baseline levels while reducing communication costs by 14%. Full article
(This article belongs to the Special Issue Security and Privacy for AI)
Show Figures

Graphical abstract

27 pages, 844 KB  
Article
A Novel Key Distribution for Mobile Patient Authentication Inspired by the Federated Learning Concept and Based on the Diffie–Hellman Elliptic Curve
by Orieb AbuAlghanam, Hadeel Alazzam, Wesam Almobaideen, Maha Saadeh and Heba Saadeh
Sensors 2025, 25(8), 2357; https://doi.org/10.3390/s25082357 - 8 Apr 2025
Viewed by 585
Abstract
Ensuring secure communication for mobile patients in e-healthcare requires an efficient and robust key distribution mechanism. This study introduces a novel hierarchical key distribution architecture inspired by federated learning (FL), enabling seamless authentication for patients moving across different healthcare centers. Unlike existing approaches, [...] Read more.
Ensuring secure communication for mobile patients in e-healthcare requires an efficient and robust key distribution mechanism. This study introduces a novel hierarchical key distribution architecture inspired by federated learning (FL), enabling seamless authentication for patients moving across different healthcare centers. Unlike existing approaches, the proposed system allows a central healthcare authority to share global security parameters with subordinate units, which then combine these with their own local parameters to generate and distribute symmetric keys to mobile patients. This FL-inspired method ensures that patients only need to store a single key, significantly reducing storage overhead while maintaining security. The architecture was rigorously evaluated using SPAN-AVISPA for formal security verification and BAN logic for authentication protocol analysis. Performance metrics—including storage, computation, and communication costs—were assessed, demonstrating that the system minimizes the computational load and reduces the number of exchanged messages during authentication compared to traditional methods. By leveraging FL principles, the solution enhances scalability and efficiency, particularly in dynamic healthcare environments where patients frequently switch between facilities. This work bridges a critical gap in e-healthcare security, offering a lightweight, scalable, and secure key distribution framework tailored for mobile patient authentication. Full article
(This article belongs to the Section Communications)
Show Figures

Figure 1

48 pages, 10120 KB  
Review
Machine Learning in Maritime Safety for Autonomous Shipping: A Bibliometric Review and Future Trends
by Jie Xue, Peijie Yang, Qianbing Li, Yuanming Song, P. H. A. J. M. van Gelder, Eleonora Papadimitriou and Hao Hu
J. Mar. Sci. Eng. 2025, 13(4), 746; https://doi.org/10.3390/jmse13040746 - 8 Apr 2025
Cited by 1 | Viewed by 2676
Abstract
Autonomous vessels are becoming paramount to ocean transportation, while they also face complex risks in dynamic marine environments. Machine learning plays a crucial role in enhancing maritime safety by leveraging its data analysis and predictive capabilities. However, there has been no review grounded [...] Read more.
Autonomous vessels are becoming paramount to ocean transportation, while they also face complex risks in dynamic marine environments. Machine learning plays a crucial role in enhancing maritime safety by leveraging its data analysis and predictive capabilities. However, there has been no review grounded in bibliometric analysis in this field. To explore the research evolution and knowledge frontier in the field of maritime safety for autonomous shipping, a bibliometric analysis was conducted using 719 publications from the Web of Science database, covering the period from 2000 up to May 2024. This study utilized VOSviewer, alongside traditional literature analysis methods, to construct a knowledge network map and perform cluster analysis, thereby identifying research hotspots, evolution trends, and emerging knowledge frontiers. The findings reveal a robust cooperative network among journals, researchers, research institutions, and countries or regions, underscoring the interdisciplinary nature of this research domain. Through the review, we found that maritime safety machine learning methods are evolving toward a systematic and comprehensive direction, and the integration with AI and human interaction may be the next bellwether. Future research will concentrate on three main areas: evolving safety objectives towards proactive management and autonomous coordination, developing advanced safety technologies, such as bio-inspired sensors, quantum machine learning, and self-healing systems, and enhancing decision-making with machine learning algorithms such as generative adversarial networks (GANs), hierarchical reinforcement learning (HRL), and federated learning. By visualizing collaborative networks, analyzing evolutionary trends, and identifying research hotspots, this study lays a groundwork for pioneering advancements and sets a visionary angle for the future of safety in autonomous shipping. Moreover, it also facilitates partnerships between industry and academia, making for concerted efforts in the domain of USVs. Full article
(This article belongs to the Special Issue Sustainable and Efficient Maritime Operations)
Show Figures

Figure 1

15 pages, 1272 KB  
Article
Design of an Immersive Basketball Tactical Training System Based on Digital Twins and Federated Learning
by Xiongce Lv, Ye Tao, Yifan Zhang and Yang Xue
Appl. Sci. 2025, 15(7), 3831; https://doi.org/10.3390/app15073831 - 31 Mar 2025
Viewed by 940
Abstract
To address the challenges of dynamic adversarial scenario modeling distortion, insufficient cross-institutional data privacy protection, and simplistic evaluation systems in collegiate basketball tactical education, this study proposes and validates an immersive instructional system integrating digital twin and federated learning technologies. The four-tier architecture [...] Read more.
To address the challenges of dynamic adversarial scenario modeling distortion, insufficient cross-institutional data privacy protection, and simplistic evaluation systems in collegiate basketball tactical education, this study proposes and validates an immersive instructional system integrating digital twin and federated learning technologies. The four-tier architecture (sensing layer, digital twin layer, federated layer, and interaction layer) synthesizes multimodal data (motion trajectories and physiological signals) with Multi-Agent Reinforcement Learning (MARL) to enable virtual–physical integrated tactical simulation and real-time error correction. Experimental results demonstrate that the experimental group achieved 35.2% higher tactical execution accuracy (TEA) (p < 0.01), 1.8 s faster decision making (p < 0.05), and 47% improved team coordination efficiency compared to the controls. The hierarchical federated learning framework (trajectory ε = 0.8; physiology ε = 0.3) maintained model precision loss at 2.4% while optimizing communication efficiency by 23%, ensuring privacy preservation. A novel three-dimensional “Skill–Creativity–Load” evaluation system revealed a 22% increase in unconventional tactical applications (p = 0.013) through the Tactical Creativity Index (TCI). By implementing lightweight federated architecture with dynamic cognitive offloading mechanisms, the system enables resource-constrained institutions to achieve 87% of the pedagogical effectiveness observed in elite programs, offering an innovative solution to reconcile educational equity with technological ethics. Future research should focus on long-term skill transfer, multimodal adaptive learning, and ethical framework development to advance intelligent sports education from efficiency-oriented paradigms to competency-based transformation. Full article
Show Figures

Figure 1

Back to TopTop