Search papers, labs, and topics across Lattice.
FedCARE introduces a multi-objective personalised federated learning framework tailored for smart healthcare, addressing the challenges of heterogeneous clinical objectives and non-IID data across institutions. By employing a two-stage training strategy, it first establishes a shared global model through Pareto-driven optimisation before allowing individual institutions to fine-tune the model based on their unique clinical features and objectives. Experimental evaluations on real-world datasets demonstrate that FedCARE significantly enhances predictive performance, achieving up to 12.5% improvement in AUROC and 32.0% reduction in MAE compared to existing methods.
FedCARE achieves up to 12.5% better predictive accuracy by enabling personalised model adaptations in federated healthcare settings without compromising data privacy.
Federated Learning (FL) enables collaborative model training across distributed healthcare institutions without centralising sensitive patient data. However, real-world healthcare federations are often characterised not only by non-IID data, but also by heterogeneous clinical objectives and partially overlapping feature spaces. Different hospitals may optimise distinct and potentially conflicting objectives, such as mortality risk prediction, readmission reduction, or length-of-stay estimation, while also retaining institution-specific clinical features that cannot be shared with other participants. Existing personalised FL methods mainly address statistical heterogeneity, whereas multi-objective FL approaches typically learn a shared global model without explicit client-level adaptation. To address these limitations, we propose \textbf{FedCARE}, a multi-objective personalised FL framework for smart healthcare services. FedCARE follows a two-stage training strategy. First, it learns a shared global backbone from common clinical features using Pareto-driven multi-objective federated optimisation. Second, each client independently fine-tunes the shared backbone using its private features and local clinical objectives, enabling institution-specific personalisation without additional communication overhead. We implement FedCARE in a cloud-based client-server federated deployment on the Melbourne Research Cloud and evaluate it on two real-world healthcare datasets, MIMIC-III and Diabetes 130-US Hospitals. Experimental results show that FedCARE consistently outperforms standard FL, multi-objective FL, and personalised FL baselines, achieving up to 12.5% AUROC improvement and 32.0% MAE reduction over FedAvg.