Personalized Federated Fine-Tuning of Vision Foundation Models for Healthcare
Adam Tupper, Christian Gagné
TL;DR
This work tackles privacy-preserving fine-tuning of vision foundation models for healthcare by proposing FedOPAL, a personalized federated fine-tuning approach using dual orthogonal LoRA adapters (global and personal). The global adapter learns general features shared across clients, while the personal adapter captures client-specific knowledge, with orthogonality regularization (either on weights or representations) to reduce interference. Empirical results on Fed-ISIC 2019 and Camelyon17-WILDS show competitive performance against baselines, highlighting the method's potential and the ongoing challenges of data heterogeneity and limited client sizes. If scaled further, FedOPAL could enable more effective, privacy-preserving collaboration in clinical settings through targeted, per-client model adaptation.
Abstract
Foundation models open up new possibilities for the use of AI in healthcare. However, even when pre-trained on health data, they still need to be fine-tuned for specific downstream tasks. Furthermore, although foundation models reduce the amount of training data required to achieve good performance, obtaining sufficient data is still a challenge. This is due, in part, to restrictions on sharing and aggregating data from different sources to protect patients' privacy. One possible solution to this is to fine-tune foundation models via federated learning across multiple participating clients (i.e., hospitals, clinics, etc.). In this work, we propose a new personalized federated fine-tuning method that learns orthogonal LoRA adapters to disentangle general and client-specific knowledge, enabling each client to fully exploit both their own data and the data of others. Our preliminary results on real-world federated medical imaging tasks demonstrate that our approach is competitive against current federated fine-tuning methods.
