Federated LoRA Adaptation of BiomedCLIP Across Four International Chest X-Ray Cohorts

📅 2026-09-02
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文通过联邦学习和低秩适应(LoRA)方法,在不交换数据的情况下,改进了跨四个国际胸部X光队列的BiomedCLIP模型的性能。
📝 Abstract
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.
Problem

Research questions and friction points this paper is trying to address.

Federated Learning
Low-Rank Adaptation
Biomedical Imaging
Chest Radiograph Classification
Heterogeneity
Innovation

Methods, ideas, or system contributions that make the work stand out.

Federated Learning
Low-Rank Adaptation (LoRA)
Singular Value Decomposition (SVD)
BiomedCLIP
Chest Radiograph Classification
🔎 Similar Papers
No similar papers found.