FedMetaMed: Federated Meta-Learning for Personalized Medication in Distributed Healthcare Systems
Jiechao Gao, Yuangang Li
TL;DR
FedMetaMed tackles personalized medication in distributed healthcare by addressing data heterogeneity and privacy through a federated meta-learning framework. It merges server-side Cumulative Fourier Aggregation (CFA) with a client-side Collaborative Transfer Optimization (CTO) that uses Retrieve-Reciprocate-Refine loops to preserve local personalization while leveraging global knowledge. Empirical results on HAMK and MSK dermoscopic datasets show FedMetaMed surpasses state-of-the-art FL methods in F1 and AUC, including strong generalization to out-of-distribution cohorts, while reducing communication costs. The work also provides convergence and privacy analyses, highlighting practical implications for scalable, privacy-preserving federated meta-learning in healthcare.
Abstract
Personalized medication aims to tailor healthcare to individual patient characteristics. However, the heterogeneity of patient data across healthcare systems presents significant challenges to achieving accurate and effective personalized treatments. Ethical concerns further complicate the aggregation of large volumes of data from diverse institutions. Federated Learning (FL) offers a promising decentralized solution by enabling collaborative model training through the exchange of client models rather than raw data, thus preserving privacy. However, existing FL methods often suffer from retrogression during server aggregation, leading to a decline in model performance in real-world medical FL settings. To address data variability in distributed healthcare systems, we introduce Federated Meta-Learning for Personalized Medication (FedMetaMed), which combines federated learning and meta-learning to create models that adapt to diverse patient data across healthcare systems. The FedMetaMed framework aims to produce superior personalized models for individual clients by addressing these limitations. Specifically, we introduce Cumulative Fourier Aggregation (CFA) at the server to improve stability and effectiveness in global knowledge aggregation. CFA achieves this by gradually integrating client models from low to high frequencies. At the client level, we implement a Collaborative Transfer Optimization (CTO) strategy with a three-step process - Retrieve, Reciprocate, and Refine - to enhance the personalized local model through seamless global knowledge transfer. Experiments on real-world medical imaging datasets demonstrate that FedMetaMed outperforms state-of-the-art FL methods, showing superior generalization even on out-of-distribution cohorts.
