Open Access
ARTICLE
Toward Secure and Adaptive Medical Digital Twins: A Privacy-Preserving Federated Multi-Agent Reinforcement Learning Framework
1 Department of Information Systems, College of Computer Engineering and Sciences, Prince Sattam bin Abdulaziz University, Al-Kharj, Saudi Arabia
2 COMSATS University Islamabad, Wah Campus, Electrical Engineering Department, Wah Cantt, Pakistan
3 Department of Computer Science, College of Computer Engineering and Sciences, Prince Sattam bin Abdulaziz University, Al-Kharj, Saudi Arabia
* Corresponding Authors: Tallha Akram. Email: ; Sadiq Ahmad. Email:
Computers, Materials & Continua 2026, 89(1), 32 https://doi.org/10.32604/cmc.2026.081458
Received 02 March 2026; Accepted 12 June 2026; Issue published 13 August 2026
Abstract
Scalability limitations, privacy risks, and lack of adaptability remain key challenges in centralized medical digital win (MDT) architectures. While federated learning (FL) mitigates the need to share raw data, it often lacks adaptability to dynamic clinical environments and does not fully integrate formal privacy guarantees into the learning process. To address these challenges, this paper proposes a decentralized, federated, multi-agent reinforcement learning (F-MARL) framework to coordinate MDTs in the presence of partial observability. The framework is formulated as a multi-agent partially observable Markov decision process (MA-POMDP), enabling distributed policy optimization in heterogeneous and uncertain clinical settings. We introduce a novel algorithm, privacy-aware advantage actor–Critic with personalization and privacy protection (PA3C-PP), which integrates (i) differentially private gradient perturbation, (ii) weighted federated aggregation, and (iii) adaptive global–local policy fusion for personalization. Unlike many existing healthcare-oriented federated learning approaches that treat privacy mainly as an external or post-optimization mechanism, the proposed method incorporates differential privacy within the reinforcement learning update process. Experimental evaluation in a smart-ICU simulation demonstrates improved learning stability, enhanced resilience to agent failures, and stronger privacy protection, while maintaining latency and operational costs comparable to non-private federated baselines. These findings indicate that privacy-aware federated reinforcement learning provides a promising direction for scalable, adaptive, and regulation-compliant decentralized healthcare intelligence.Keywords
Intensive care units (ICUs) continuously generate streams of physiological and clinical data, such as heart rate, oxygen saturation, ventilator parameters, infusion rates, and other patient-specific measurements [1]. Medical digital twins (MDTs) are virtual patients that enable real-time monitoring, prediction, and decision support by continuously synchronizing clinical data with computational models [2,3]. Deploying these models in vivo in real-world settings requires generalizable learning systems that are adaptive, scalable, and privacy-preserving.
Recent developments in artificial intelligence (AI), IoT, and cloud-edge computing facilitate intelligent healthcare systems for monitoring, predictive diagnosis, and personalized treatment [4]. Many MDT architectures still rely on centralized data processing and cloud-based coordination, leading to latency, communication overload, scalability issues, a single point of failure, and the risk of privacy leakage [5]. In healthcare, there are many regulations on patient privacy, such as the Health Insurance Portability and Accountability Act (HIPAA) and the General Data Protection Regulation (GDPR) [6].
Federated learning (FL) alleviates the need to directly share raw data across institutions or devices by training a shared model across participants. However, common toolkits designed for conventional supervised learning may not be sufficiently adaptable for real-time clinical decision-making. Multi-agent reinforcement learning (MARL) is a natural paradigm in which previous studies have considered decentralized sequential decision-making, with each agent learning a policy through interaction with its local environment. However, applying MARL-based methods to healthcare MDTs raises concerns about privacy leakage from shared updates, communication overhead, heterogeneous clinical conditions, and difficulty achieving convergence.
To overcome the above-mentioned hurdles, we devise a privacy-preserving federated multi-agent reinforcement learning (F-MARL) for MDT coordination. We conceptualize the MDT as an autonomous learning agent operating under partial observability, with global coordination achieved through privacy-protected federated aggregation. The proposed privacy-aware advantage actor-critic with personalization and privacy protection (PA3C-PP) algorithm integrates differentially private gradient perturbation, weighted federated aggregation, and adaptive global-local policy fusion. Instead of treating privacy as a post-processing step externally tacked on after the actor-critic training, PA3C-PP takes direct ownership of the privacy protection scheme.
Fig. 1 shows a simple comparison between centralized MDT coordination, where patients’ data/ecosystem and decision-making itself are all aggregated to a cloud optimizer, increasing risks and latencies in terms of privacy exposure and possible failure, vs. an application of F-MARL, where MDT agents learn locally, distributing knowledge and sharing only privacy-protected model updates.

Figure 1: Conceptual overview of Medical Digital Twin (MDT) coordination paradigms. (a) Traditional centralized MDT coordination. (b) Proposed decentralized Federated Multi-Agent Reinforcement Learning (F-MARL) framework.
The key contributions of this work can be summarized as follows:
1. A PA3C-PP algorithm for MDT coordination, injecting differential privacy in actor-critic RL updates.
2. A personalized federated aggregation approach that achieves a meaningful trade-off of global coordination and local adaptation under heterogeneous and non-IID clinical settings.
3. A stability-preserving federated multi-agent learning method constructed through the combination of advantage-based policy optimization, privacy-aware updates, and weighted aggregation.
4. The method is validated in a smart-ICU simulation environment, demonstrating enhanced learning stability, privacy-aware performance, and robustness relative to selected baselines.
For better readability, we define the main mathematical symbols the first time we use them while listing the full nomenclature in Appendix A.
The structure of the remainder of this article is set out as follows. A review of related research is presented in Section 2. Section 3 presents the proposed framework and the PA3C-PP algorithm. Simulation setup and results are described in Section 4. Finally, a summary of the work contained in this article is provided in Section 5.
This section briefly surveys related work in MDT systems, healthcare FL, and RL/MARL for distributed medical decision-making, highlighting the key technical gaps that motivate the proposed PA3C-PP algorithm, particularly in decentralization, adaptability, personalization, and privacy-aware learning.
2.1 Medical Digital Twin Systems
Digital twin technologies show promise in personalized and predictive healthcare. For examples of MDT use for real-time monitoring, predictive diagnosis, and virtual patients, as reviewed by the authors in [2] and in [3]. Many MDT methods are cloud-based, with clinical data being stored or processed on remote servers. These approaches are simple to manage but can suffer from latency, scalability issues, a single point of failure, and exposure of private data. These issues have led to decentralized methods of coordinating MDTs that allow for local learning and reduce the transfer of sensitive patient data.
2.2 Federated Learning in Healthcare
FL allows common model training without sharing raw data between individual institutions in the healthcare ecosystem. It has shown benefits for privacy-preserving health care analysis and for learning from electronic health records [7–9]. However, most healthcare FL systems still rely on centralized aggregation, leading to communication delays, a single point of failure (SPoF), and possibly information leakage in the exchanged model updates [10–12]. Some hybrid DT-FL systems have been studied for distributed hospital analytics and edge-cloud workload sharing [13,14], although most methods target flat prediction tasks rather than adapting sequential decision-making tasks.
Recent personalized FL techniques demonstrate that performing model averaging across both global and local models can yield significantly greater robustness to non-IID data distributions [15,16]. Similar to personalization, differential privacy has been an established tool used in FL pipelines to reduce information leakage from shared updates [17–19]. The latter focuses on how to apply privacy protection in FL, mainly as an external mechanism or as post-processing of updates, rather than as part of the learning update, thereby motivating a privacy-aware design for federated reinforcement learning.
2.3 Reinforcement and Multi-Agent Learning in Healthcare
RL can be applied to clinical problems involving sequential decision-making under uncertainty, such as treatment scheduling, resource allocation, imaging use, and ICU case management. MARL extends this ability by enabling multiple agents to learn coordinated policies in distributed settings. Recent federated MARL methods include heterogeneous-aware or meta-learning-based approaches for collaborative learning, such as FedMRL and FedMetaMed [20]. However, these still suffer from limitations in privacy calibration, fault tolerance, personalization, and stable learning in partially observable and communicable settings.
As summarized in Table 1, existing work provides important building blocks for MDTs, FL, and MARL-based healthcare intelligence. However, it often considers decentralization, privacy preservation, personalization, and adaptive policy learning separately. In contrast, our proposed PA3C-PP framework integrates these aspects into a unified F-MARL formulation, in which MDT agents learn adaptive policies locally, exchange privacy-protected updates, and personalize global knowledge under heterogeneous clinical conditions.
In this section, we introduce the proposed F-MARL framework for decentralized MDT coordination and privacy-preserving decision-making. The framework leverages local actor-critic reinforcement learning, weighted federated aggregation, personalized global-local model fusion, and differential privacy. The MDT coordination problem is formulated as a multi-agent partially observable Markov decision process (MA-POMDP) in order to support distributed decision-making under partial observability and heterogeneous clinical conditions.
As shown in Fig. 2, each patient is represented by an MDT connected to IoT-enabled physiological and clinical data streams. Each MDT hosts a local RL agent that learns patient-specific decision policies using local observations. Instead of transmitting plain clinical data, MDTs send privacy-protected actor-critic model updates to a federated aggregator, which performs weighted model averaging and returns a global policy that is then fused with each local policy for local personalization. Privacy protection based on differential privacy is applied on-site to prevent leakage of patient information from shared updates. Secure aggregation and communication, anomaly detection, and robust aggregation against attacks such as model poisoning, membership inference, and reconstruction should also be included in practical deployments.

Figure 2: Overview of the proposed Federated Multi-Agent Reinforcement Learning (F-MARL) framework.
In this sense, differential privacy and federated learning offer important privacy-preserving techniques, but regulatory compliance in healthcare systems involves more than merely computing privacy guarantees. Our proposed framework partially supports data minimization by only maintaining raw physiological and clinical data at a healthcare institution and transmitting privacy-protected model updates. Our task-specific federated learning workflow would also partially align with the purpose limitation, since model updates would be generated only for specified clinical coordination objectives. However, a real HIPAA/GDPR-compliant deployment would still require complementary governance systems for obtaining patient consent, managing institutional access-control policies, maintaining audit logs, implementing secure data-retention procedures, and building compliance-monitoring infrastructure. As such, differential privacy should be considered as part of the healthcare governance framework rather than a complete solution.
The decentralized MDT coordination task is modeled as an MA-POMDP:
where
and the actor-critic update uses the advantage estimate.
Here,
3.3 Federated Aggregation and Personalized Model Fusion
At the communication round
where
After aggregation, each MDT personalizes the received global model by fusing it with its local model:
where
The fusion mechanism can also be interpreted through the following regularized objective:
where
3.4 PA3C-PP Algorithm and Differential Privacy Calibration
The PA3C-PP algorithm shown in Algorithm 1 combines local advantage actor-critic learning, personalized federated aggregation, and differential privacy. Each MDT agent computes local learned policy updates, clips the update norm to bound sensitivity, adds a Gaussian perturbation at the vector level, and sends only the privacy-protected update to the aggregator. The initial value of the clipping threshold
Each local update
and the privacy-protected update is computed as
Vector-level perturbation is used instead of independent scalar-level perturbation to reduce dimensionality-related noise amplification and stabilize training. Following standard DP-SGD practice [24], the Gaussian noise scale satisfies
where
To estimate cumulative privacy loss over
This bound follows the basic advanced-composition intuition of treating each clipped and Gaussian-perturbed federated update as one privacy-relevant mechanism so that we approximate the cumulative privacy loss as a square-root composition term plus a linear higher-order accumulation term over

3.5 Stability and Complexity Analysis
There are three mechanisms within PAC3-PP designed to improve the stability of the learning process: 1) Advantage-based gradient estimation reduces the variance of the updates. 2) Federated synchronization reduces the chances of policy drift amongst MDT agents, and 3) Personalized fusion of global and local estimates regularizes the learning process when working under heterogeneous clinical environments. Differential privacy noise may introduce stochasticity, but vector-level perturbation and norm clipping help preserve stable aggregate updates.
For
where
where
This section evaluates the proposed PA3C-PP framework using a smart-ICU simulation environment. The simulation models decentralized MDT coordination among patient-monitoring agents, heterogeneous compute nodes, and privacy-preserving federated learning rounds. The objective is to evaluate learning performance, latency, operational cost, privacy protection, convergence stability, and robustness under controlled clinical-computing conditions.
4.1 Smart-ICU Simulation Setup
The simulator consists of
Each MDT agent selects a compute node for task execution under dynamic workload, latency, and resource conditions. The reinforcement learning components are defined as follows:
• State (
• Action (
• Reward (
In Eq. (14),
All experiments were conducted for
The proposed F-MARL/PA3C-PP framework is compared with representative baselines to distinguish the effects of decentralized coordination, personalization, and privacy preservation:
• NF-MARL (Local Only): Each MDT agent learns independently without federated aggregation. This baseline shows the effect of removing collaborative learning.
• FedAvg-MARL: a standard federated MARL approach using classical FedAvg without global-local personalization.
• DP-FedAvg: a differentially private federated averaging baseline where Gaussian noise is added to model updates following DP-SGD principles, without reinforcement-learning-specific personalization.
• F-MARL (Non-Private): a federated MARL baseline without differential privacy. This provides a non-private upper-performance reference for evaluating the privacy-utility trade-off.
• Centralized MARL: a centralized training setting where learning information is globally available. This represents an idealized non-private upper-bound scenario.
These baselines provide a broader comparison beyond ablation-style variants and help clarify the individual contributions of personalization, decentralized coordination, and differential privacy.
To comprehensively evaluate performance, four complementary metrics are considered:
1. Average tri-objective reward (
2. Average latency (ms): mean task completion time across MDT agents; lower values indicate faster responsiveness.
3. Average operational cost ($): average monetary proxy associated with task offloading and node selection; lower values indicate more economical coordination.
4. Average security score (
where
As indicated in Table 2, the F-MARL/PA3C-PP method achieves the highest security score and the least oscillation, while keeping latency and cost in the range of the non-private F-MARL. The centralized MARL baseline shows slightly lower latency/costs as it does not preserve distributed privacy or federated constraints. In contrast, the PA3C-PP enforces strong privacy with marginal operational overhead. The method also attains a slightly higher average reward than the non-private federated baseline; this could be attributed to the regularizing effect of the personalized global-local fusion, and both induce stochasticity, resulting in lower policy variance in the heterogeneous MDT.

Fig. 3 compares convergence stability with the standard deviation of the tri-objective reward across the last 20 communication rounds. Lower values represent smoother, more stable convergence behavior. Our proposed F-MARL/PA3C-PP framework exhibits the lowest oscillation among the compared methods, indicating more stable convergence under privacy-preserving federated coordination. NF-MARL and DP-FedAvg produce larger oscillations due to less-stable local policy updates, making convergence more vulnerable to stochastic variation.

Figure 3: Oscillation comparison across evaluated baseline methods. Lower values indicate more stable convergence behavior.
4.4 Decentralized Efficiency and Adaptivity
Fig. 4 tracks average tri-objective reward vs. rounds of communication. The reported reward values are dimensionless normalized utility scores of the weighted sum of latency, cost, and security objectives. The proposed PA3C-PP method converges more smoothly than NF-MARL and DP-FedAvg, showing the stabilizing influence of federated coordination and personalized global-local policy mixing.

Figure 4: Average tri-objective reward convergence across federated communication rounds. Curves represent mean performance over multiple independent simulation runs (dimensionless normalized tri-objective reward).
We define convergence as the number of communication rounds it takes to reach 95% of the maximum observed reward. Under this criterion, F-MARL/PA3C-PP takes about 20% fewer communication rounds than the selected baselines, averaged over independent runs. Thus, convergence speed is evaluated quantitatively rather than merely by looking at the reward curves.
Fig. 5 illustrates the trade-off between latency and operational cost for the different coordination methods. The non-private F-MARL baseline is slightly lower on both axes because it has no privacy noise to account for. PA3C-PP remains close to the dot but yields a substantially better security score, indicating that vector-wise differential-privacy perturbation and personalized aggregation are sufficient to preserve learning utility while improving privacy protection.

Figure 5: Privacy-utility trade-off. Top: average task execution latency. Bottom: average operational cost across federated communication rounds.
The privacy-utility trade-off is governed by the mixing factor (clipping threshold
4.6 Resilience and Security Analysis
Fig. 6 assesses the behavior of the framework in response to a “controlled” node-failure experiment (Round 50). The temporary surging cost suggests that they adapt to the loss of a single participating node, with stability indicating that the weighted aggregation and local policy adjustment compensate for the simulated failure. The security comparison further suggests that PA3C-PP facilitates a higher privacy-aware security score than the non-private and local-only baselines. The experiment simulates a simplified single-node abrupt-outage scenario, whereas real hospital networks exhibit correlated failures, intermittent connectivity, partial communication loss, gradual degradation, and more. As such, this experiment should be seen as merely an initial controlled resilience test and not a complete fault-tolerance validation.

Figure 6: Resilience and security analysis. Top: cost response to a node failure at Round 50. Bottom: comparative security score across communication rounds.
4.7 Hyperparameter Sensitivity Analysis
The performance of our framework depends on the personalization coefficient
Effect of
Effect of
Effect of
Interaction effects: The interactions between
4.8 Robustness under Heterogeneity and Non-IID Conditions
In our PA3C-PP framework, we focus on robustness in heterogeneous MDT within practical healthcare systems through personalized federated aggregation, where each MDT agent observes different patient populations, disease distributions, monitoring frequencies, workloads, communication conditions, and so on. Such heterogeneity leads to policy divergence and unstable convergence for the standard federated learning approaches.
The personalization function mitigates these effects by allowing each MDT agent to retain locally specialized policy behavior while still drawing on knowledge from a global model. In our current smart-ICU simulation, non-IID behavior is approximated by workload, resource availability, communication delays, and synthetic physiological characteristics shared among MDT agents. Hence, our results indicate robustness under simulated moderate heterogeneity rather than universal non-IID clinical distributions.
4.9 Scalability and Communication Analysis
From a scalability perspective, local actor-critic learning can be performed independently at each MDT, and only model parameters (not raw clinical data) are exchanged via the aggregator, alleviating the direct burden of data transmission and enabling privacy-preserving collaboration. A 100-round training session with five MDT agents and 10,000 local steps per round took roughly 32 min in the current settings, suggesting small-scale feasibility.
The communication overhead per federated round can be expressed as
where
Overall, the simulation results demonstrate that PA3C-PP enhances decentralized MDT coordination through a synergistic integration of adaptive reinforcement learning, privacy-aware federated aggregation, and personalized global-local fusion. Relative to the local-only and non-personalized baselines, the proposed coordination achieves stronger privacy protection, smoother convergence, and competitive latency and cost. Our results further show that privacy preservation does not necessarily entail significant performance losses when personalization and stable aggregation are incorporated into the learning process.
This work can be considered a proof-of-concept experiment/validation. Our simulation adopts synthetic PhysioNet-derived data, 20 MDT agents, and a too-simple 3-layer edge-fog-cloud compute model. While the node-failure and convergence-stability results appear robust, hospital network disruptions might be further complicated by a maximum-bandwidth constraint, missing data, adversarial behavior, and non-static patient-condition perturbations. We hope to further validate our framework via real ICU datasets
This study proposed a decentralized, privacy-preserving coordination framework for medical digital twins (MDTs) based on federated multi-agent reinforcement learning (F-MARL). The proposed PA3C-PP algorithm integrates advanced actor-critic learning, personalized federated aggregation, and differential privacy within a unified learning framework. By allowing each MDT agent to learn locally while exchanging only privacy-protected model updates, the framework supports adaptive decision-making without direct sharing of sensitive physiological or clinical data.
The smart-ICU simulation results show that PA3C-PP improves decentralized MDT coordination in four main aspects: (i) faster and smoother convergence through advantage-based learning and personalized global-local fusion; (ii) stronger privacy protection through gradient clipping and Gaussian perturbation; (iii) competitive latency and operational cost compared with non-private federated baselines; and (iv) improved resilience under the considered node-failure scenario. These results suggest that privacy-aware federated reinforcement learning is a promising direction for scalable and regulation-conscious healthcare intelligence.
The personalization coefficient
There are a number of practical limitations. The simulator uses a simple edge-fog-cloud architecture with fixed node capacities, whereas hospital networks may have dynamic resource availability, fluctuating workloads, variable bandwidth, intermittent connectivity, and dynamic resource allocation. The node-failure experiment we conducted is for a controlled, single, isolated, sudden failure, whereas real failures may be correlated, partially connected, isolated, or completely degraded. While differential privacy limits information leakage, it is not a panacea and cannot defend against model poisoning, Byzantine clients, membership inference, or reconstruction attacks.
Future work will validate PA3C-PP using additional large-scale real-world ICU datasets, such as MIMIC-IV. We will also investigate validating PA3C-PP across larger populations of MDTs (e.g., populations for which
Acknowledgement: The authors extend their appreciation to the Prince Sattam bin Abdulaziz University for supporting this research work. The authors used an AI-assisted language editing tool to improve the manuscript’s clarity, grammar, and readability; all scientific content, analysis, and conclusions remain the authors’ sole responsibility.
Funding Statement: The authors extend their appreciation to Prince Sattam bin Abdulaziz University for funding this research work through the project number (PSAU/2025/01/35090).
Author Contributions: Tallha Akram and Sadiq Ahmad, created the paper’s fundamental idea. Tallha Akram and Sadiq Ahmad, have developed the methodology. Meshal Alharbi and Sadiq Ahmad have analyzed the paper. Original draft was prepared by Tallha Akram which was edited by Sadiq Ahmad and Meshal Alharbi. All authors reviewed and approved the final version of the manuscript.
Availability of Data and Materials: The data, simulator configuration files, random seed settings, hyperparameter configurations, and scripts supporting the findings of this study are available from the corresponding authors upon reasonable request.
Ethics Approval: Not applicable.
Conflicts of Interest: The authors declare no conflicts of interest.
Appendix A

References
1. Jameil AK, Al-Raweshidy H. A digital twin framework for real-time healthcare monitoring: leveraging AI and secure systems for enhanced patient outcomes. Disc Inter Things. 2025;5(1):37. [Google Scholar]
2. Nadeem M, Kostic S, Dornhöfer M, Weber C, Fathi M. A comprehensive review of digital twin in healthcare in the scope of simulative health-monitoring. Digit Health. 2025;11:20552076241304078. doi:10.1177/20552076241304078. [Google Scholar] [PubMed] [CrossRef]
3. Katsoulakis E, Wang Q, Wu H, Shahriyari L, Fletcher R, Liu J, et al. Digital twins for health: a scoping review. npj Digit Med. 2024;22; 7(1):77. doi:10.1038/s41746-024-01073-0. [Google Scholar] [PubMed] [CrossRef]
4. Ooka T. The era of preemptive medicine: developing medical digital twins through omics, IoT, and AI integration. JMA J. 2025;8(1):1–10. doi:10.31662/jmaj.2024-0213. [Google Scholar] [PubMed] [CrossRef]
5. Sun T, He X, Li Z. Digital twin in healthcare: recent updates and challenges. Digit Health. 2023;9:20552076221149651. [Google Scholar] [PubMed]
6. Sangaraju VV. AI and data privacy in healthcare: compliance with HIPAA, GDPR, and emerging regulations. Int J Emerg Tren Comput Sci Inform Technol. 2025. p. 67–74. ICCSAIML'25. [Google Scholar]
7. Xu J, Glicksberg BS, Su C, Walker P, Bian J, Wang F. Federated learning for healthcare informatics. J Health Inform Res. 2021;5(1):1–19. doi:10.1007/s41666-020-00082-4. [Google Scholar] [PubMed] [CrossRef]
8. Ganadily NA, Xia HJ. Privacy preserving machine learning for electronic health records using federated learning and differential privacy. arXiv:2406.15962. 2024. [Google Scholar]
9. Antunes RS, André da Costa C, Küderle A, Yari IA, Eskofier B. Federated learning for healthcare: systematic review and architecture proposal. ACM Trans Intell Syst Technol. 2022;13(4):1–23. [Google Scholar]
10. Akhmetov A, Latif Z, Tyler B, Yazici A. Enhancing healthcare data privacy and interoperability with federated learning. PeerJ Comput Sci. 2025;11:e2870. [Google Scholar] [PubMed]
11. Dang TK, Lan X, Weng J, Feng M. Federated learning for electronic health records. ACM Trans Intell Syst Technol. 2022;13(5):1–17. doi:10.1145/3514500. [Google Scholar] [CrossRef]
12. Pati S, Kumar S, Varma A, Edwards B, Lu C, Qu L, et al. Privacy preservation for federated learning in health care. Patterns. 2024;5(7):100974. [Google Scholar] [PubMed]
13. Vashisht S, Rani S. Federated learning-driven consumer-centric digital twins for secure and intelligent healthcare 5.0 systems. IEEE Trans Cons Elect. 2026;72(2):4153–62. doi:10.1109/tce.2026.3674985. [Google Scholar] [CrossRef]
14. Feng X, Wu J, Pan Q, Li J. Digital twin enhanced data protection based on Cloud-Edge collaboration in healthcare system. In: 2024 IEEE 9th International Conference on Smart Cloud (SmartCloud). Piscataway, NJ, USA: IEEE; 2024. p. 1–6. [Google Scholar]
15. Zhang J, Hua Y, Wang H, Song T, Xue Z, Ma R, et al. Fedala: adaptive local aggregation for personalized federated learning. In: Proceedings of the AAAI Conference on Artificial Intelligence. Palo Alto, CA, USA: AAAI Press; 2023. p. 11237–44. [Google Scholar]
16. Tan AZ, Yu H, Cui L, Yang Q. Towards personalized federated learning. IEEE Trans Neural Netw Learn Syst. 2022;34(12):9587–603. [Google Scholar]
17. Wei K, Li J, Ding M, Ma C, Yang HH, Farokhi F, et al. Federated learning with differential privacy: algorithms and performance analysis. IEEE Trans Inform Foren Secur. 2020;15:3454–69. [Google Scholar]
18. El Ouadrhiri A, Abdelhadi A. Differential privacy for deep and federated learning: a survey. IEEE Access. 2022;10(2):22359–80. doi:10.1109/access.2022.3151670. [Google Scholar] [CrossRef]
19. Han J, Wang L, Liu Z, Qin B, Zhang K, Li W. PPFL: privacy-preserving federated learning based on differential privacy and personalized data transformation. IEEE Inter Things J. 2025;12(20):42652–65. [Google Scholar]
20. Gao J, Li Y. Federated meta-learning for personalized medication in distributed healthcare systems. In: 2024 IEEE International Conference on Bioinformatics and Biomedicine (BIBM). Piscataway, NJ, USA: IEEE; 2024. p. 6384–91. [Google Scholar]
21. Arivazhagan MG, Aggarwal V, Singh AK, Choudhary S. Federated learning with personalization layers. arXiv:1912.00818. 2019. [Google Scholar]
22. Deng Y, Kamani MM, Mahdavi M. Adaptive personalized federated learning. arXiv:2003.13461. 2020. [Google Scholar]
23. Dinh CT, Tran NH, Nguyen TD. Personalized federated learning with moreau envelopes. Adv Neural Inform Process Syst. 2020;33:21394–405. [Google Scholar]
24. Abadi M, Chu A, Goodfellow I, McMahan HB, Mironov I, Talwar K, et al. Deep learning with differential privacy. In: Proceedings of the 2016 ACM SIGSAC Conference on Computer and Communications Security. New York, NY, USA: ACM; 2016. p. 308–18. [Google Scholar]
25. Sharafutdinov K, Fritsch SJ, Iravani M, Ghalati PF, Saffaran S, Bates DG, et al. Computational simulation of virtual patients reduces dataset bias and improves machine learning-based detection of ARDS from noisy heterogeneous ICU datasets. IEEE Open J Eng Med Biol. 2023;5(2):611–20. doi:10.1109/ojemb.2023.3243190. [Google Scholar] [PubMed] [CrossRef]
Cite This Article
Copyright © 2026 The Author(s). Published by Tech Science Press.This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.


Submit a Paper
Propose a Special lssue
View Full Text
Download PDF
Downloads
Citation Tools