RESEARCH / 001
ExperimentalPrivacy-Preserving Federated Learning for Clinical Decision Support
Collaborative healthcare AI without centralizing sensitive clinical data.
- Type
- Master research direction
- Year
- 2026
- Status
- Experimental
- Fields
- Federated learning · Healthcare AI · Clinical decision support · Privacy
Research outline
ABSTRACT / RESEARCH SUMMARY
Sensitive clinical data is commonly distributed across institutions that cannot simply pool raw records. This research investigates federated learning as a collaborative model-development approach for clinical decision support, using a selected MIMIC-III experimental cohort and centralized, IID, non-IID, and privacy-aware scenarios.
The study treats performance, privacy parameters, distribution shift, and resource consumption as connected concerns. OpenHealthFL provides the engineering framework direction through which experiments, hospital participants, aggregation, privacy controls, and research artifacts can be represented.
RESEARCH / PROBLEM
Collaborative intelligence meets institutional and privacy boundaries.
Centralized learning assumes that clinical data can be brought into one environment. Healthcare data silos, governance requirements, infrastructure variation, and sensitivity make that assumption difficult and often undesirable.
Federated learning keeps selected training data within participating environments and exchanges model updates. Its usefulness still depends on statistical heterogeneity, privacy mechanisms, model behavior, orchestration, and the resources available to each participant.
OBJECTIVES
What the investigation evaluates.
Evaluate a privacy-preserving federated-learning approach for clinical decision support in distributed and resource-constrained healthcare settings.
- 01Establish centralized logistic-regression and MLP reference scenarios.
- 02Compare federated learning under IID and non-IID institutional partitions.
- 03Examine differential-privacy parameters and their privacy–utility implications.
- 04Observe the computational impact of privacy mechanisms in the represented experiment context.
- 05Translate the experimental architecture into the OpenHealthFL research framework.
METHODOLOGY / PROTOCOL
A staged experimental path from cohort to privacy analysis.
The protocol selects an experimental cohort, preprocesses available panel values, constructs centralized and hospital-partitioned scenarios, trains reference and federated models, evaluates predictive metrics, and observes privacy and resource implications.
- 01
Dataset
- 02
Cohort selection
- 03
Preprocessing
- 04
Hospital partitioning
- 05
Local training
- 06
Aggregation
- 07
Evaluation
- 08
Privacy analysis
DATASET / COHORT
MIMIC-III experimental cohort.
Selected experimental cohort; these counts do not describe the full MIMIC-III dataset.
| Class | Admissions |
|---|---|
| Class 0 | 70 |
| Class 1 | 33 |
MODEL / ARCHITECTURE
Reference MLP and federated system.
Input d
Clinical features
Dense 128
ReLU
Dropout
0.20
Dense 64
ReLU
Dropout
0.20
Dense 1
Sigmoid
Output
Mortality probability
Hospital A
Raw data stays local
Flower aggregation
Model updates only
Hospital B / C
Raw data stays local
Global model
Aggregated parameters
Privacy analysis
σ · ε · δ
Research artifacts
Experiments · rounds
EXPERIMENTAL SCENARIOS
Centralized logistic baseline
Logistic B reference model trained in a centralized experimental setting.
Centralized MLP
Multilayer perceptron reference under centralized training.
Federated IID
FedAvg with participating data represented under an IID partition.
Federated non-IID
FedAvg under heterogeneous institutional distributions.
Federated + privacy
Federated experiments with differential-privacy parameters.
57
Experiments in research UI
18 / 18
Resource experiments
60
Federated rounds
EXPERIMENTS / RESULTS
Model comparison.
Values are reported experimental results; bars use a 0–1 scale and labels remain the authoritative values.
| Model | AUROC | AUPRC | F1 |
|---|---|---|---|
| Logistic B | 0.7188 | 0.6179 | 0.6667 |
| Centralized MLP | 0.5833 | 0.5085 | 0.4444 |
| FedAvg IID | 0.5417 | 0.4624 | 0.1667 |
| FedAvg Non-IID | 0.5938 | 0.4973 | — |
AUROC / SCALE 0—1
DIFFERENTIAL PRIVACY
Privacy parameters in experiment context.
At fixed δ, the represented higher noise multiplier corresponds to a lower ε. This illustrates a privacy–utility trade-off; it is not a production privacy guarantee.
| Noise σ | Epsilon ε | Delta δ |
|---|---|---|
| 4 | 10.0876 | 1e-5 |
| 8 | 4.6463 | 1e-5 |
RESOURCE ANALYSIS / R5 DP VS R4 CPU
Observed computational impact.
Comparison specific to the represented differential-privacy experiment and CPU baseline; not generalized to deployment.
+242%
CPU usage
+159%
Runtime
+1.07%
RAM
DISCUSSION
The experiment exposes trade-offs, not a deployment verdict.
Within the represented results, Logistic B provides the strongest listed AUROC, AUPRC, and F1 values. The federated scenarios remain sensitive to partitioning and experimental conditions; their value cannot be reduced to a single ranking.
Increasing the represented noise multiplier from σ = 4 to σ = 8 corresponds to a lower listed ε at the same δ, while privacy, utility, runtime, and resource behavior must be interpreted together. These experimental observations motivate inspectable architecture and resource-aware federation.
SCIENTIFIC CONTEXT
Limitations
- 01The selected experimental cohort is limited and is not the full MIMIC-III dataset.
- 02Institutional partitions are simulated rather than a real multi-hospital deployment.
- 03The test sample and represented model comparisons limit generalization.
- 04The work is experimental and does not constitute clinical validation.
- 05Federated performance is sensitive to non-IID distributions.
- 06Differential privacy introduces utility and computational trade-offs.
RESEARCH DIRECTION
Future work
- 01Evaluate broader and more diverse datasets.
- 02Pursue real multi-institution validation.
- 03Study secure aggregation and stronger privacy mechanisms.
- 04Refine resource-aware federated participation.
- 05Integrate interoperability and clinical exchange concerns.
- 06Extend reproducible OpenHealthFL research artifacts.