Search papers, labs, and topics across Lattice.
This study explores the application of federated learning combined with Low-Rank Adaptation (LoRA) to enhance the performance of BiomedCLIP for chest X-ray classification across four diverse international cohorts. The results indicate that federated LoRA adaptation significantly improves the area under the curve (AUC) for shared-class classification, elevating the mean AUC from 0.687 to 0.802, and approaches the performance of centralized training. Notably, the FlexLoRA method for product-space aggregation outperforms naive averaging, highlighting the importance of tailored aggregation strategies in federated settings.
Federated LoRA adaptation can boost chest X-ray classification performance across diverse international cohorts, achieving near-centralized model performance without compromising data privacy.
Federated learning (FL) lets institutions train a shared model without exchanging data, and Low-Rank Adaptation (LoRA) makes this practical at scale by communicating only compact low-rank updates. Biomedical imaging is a compelling setting for this combination: patient data are archived behind privacy regulations, and institutions differ widely in scanners, protocols, and compute. Such heterogeneity raises the question of how federated LoRA updates should be aggregated, increasingly pressing as multimodal vision-language models become central to medical image analysis. We benchmark federated Parameter-efficient fine-tuning (PEFT) of BiomedCLIP for chest radiograph classification across four public cohorts on three continents (USA, Vietnam, Spain). Federated LoRA adaptation improves shared-class AUC on all four cohorts over the unadapted BiomedCLIP backbone (mean 0.687 to 0.802), showing that the gains come from federated adaptation rather than from the pretrained model's zero-shot ability. Relative to isolated single-cohort training, federation improves the weaker cohorts while largely preserving the strongest and approaches a centralized reference (0.812) that pools all data. The singular value decomposition (SVD)-based product-space aggregation introduced by FlexLoRA is essential to this gain (naive factor averaging drops mean AUC by 0.097), whereas a drift-correcting optimizer (FedProx) shows no benefit over FedAvg in our single-seed runs, consistent with LoRA's low-rank updates already limiting client drift. Biomedical vision-language models can thus be adapted collaboratively across heterogeneous, geographically distributed institutions without centralizing data.