Federated Learning for Digital Health
Federated learning allows machine learning models to be trained across multiple healthcare institutions without sharing patient data. Instead of moving data to a central server, the algorithm travels to local data sources, learns from them, and sends back only the model updates. This helps protect patient privacy while still enabling collaborative model development.
At a glance
Use when
Developing AI models in healthcare where data privacy is critical; multiple institutions wish to collaborate without sharing raw data; regulatory constraints limit data centralization
Avoid when
Data is already centralized and accessible under ethical approval; network infrastructure is too weak to support frequent model updates; data formats are too heterogeneous to align locally
Inputs
Local medical data (e.g., imaging, electronic health records) stored at individual institutions; initial global model parameters
Outputs
A shared, trained machine learning model; aggregated model updates (without raw data transfer)
How it works
Federated learning (FL) is a distributed machine learning approach where multiple nodes (e.g., hospitals) train a shared model collaboratively by exchanging model parameters or gradients, rather than raw data. This method addresses data privacy and regulatory compliance (e.g., GDPR) by keeping sensitive medical data localized. FL mitigates data silo challenges in healthcare by enabling model training over decentralized datasets, though it requires robust communication infrastructure and strategies to handle data heterogeneity and model convergence.
- HTA domains
- Clinical Effectiveness, Organisational aspects, Patient and Social Aspects
- Categories
- Data GovernanceML/AIRWETransparency
- Assumptions
- Local data is of sufficient quality and volume to contribute meaningful learning; participating institutions have compatible data structures or can harmonize features; trust exists among collaborators for secure parameter sharing
- Strengths
- Preserves data privacy and regulatory compliance; reduces risks of data breaches; enables collaboration across institutions; leverages diverse patient populations for more robust models
- Limitations
- Challenged by non-IID (non-independent and identically distributed) data across sites; requires significant coordination and communication; potential for model bias if site contributions are unbalanced; limited interpretability of global model decisions
- Also known as
- Federated Machine Learning, Decentralized Machine Learning, Privacy-Preserving Machine Learning
Questions this answers
- › How can machine learning models be trained on medical data without violating patient privacy?
- › What approaches enable collaboration across healthcare institutions with data silos?
- › How can digital health technologies leverage large-scale data while complying with data protection regulations?
- › What are the technical and organizational challenges in deploying machine learning in real-world healthcare settings?
- › How does federated learning improve the generalizability of models in digital health?
- › What trade-offs exist between data privacy and model performance in healthcare AI?
References & sources
Related methods
Similar by meaning
Beta record. Generated from the primary source via AI extraction and independent audit, pending final human review.

