English

Federated CLIP for Resource-Efficient Heterogeneous Medical Image Classification

Computer Vision and Pattern Recognition 2025-11-12 v1

Abstract

Despite the remarkable performance of deep models in medical imaging, they still require source data for training, which limits their potential in light of privacy concerns. Federated learning (FL), as a decentralized learning framework that trains a shared model with multiple hospitals (a.k.a., FL clients), provides a feasible solution. However, data heterogeneity and resource costs hinder the deployment of FL models, especially when using vision language models (VLM). To address these challenges, we propose a novel contrastive language-image pre-training (CLIP) based FL approach for medical image classification (FedMedCLIP). Specifically, we introduce a masked feature adaptation module (FAM) as a communication module to reduce the communication load while freezing the CLIP encoders to reduce the computational overhead. Furthermore, we propose a masked multi-layer perceptron (MLP) as a private local classifier to adapt to the client tasks. Moreover, we design an adaptive Kullback-Leibler (KL) divergence-based distillation regularization method to enable mutual learning between FAM and MLP. Finally, we incorporate model compression to transmit the FAM parameters while using ensemble predictions for classification. Extensive experiments on four publicly available medical datasets demonstrate that our model provides feasible performance (e.g., 8\% higher compared to second best baseline on ISIC2019) with reasonable resource cost (e.g., 120×\times faster than FedAVG).

Keywords

Cite

@article{arxiv.2511.07929,
  title  = {Federated CLIP for Resource-Efficient Heterogeneous Medical Image Classification},
  author = {Yihang Wu and Ahmad Chaddad},
  journal= {arXiv preprint arXiv:2511.07929},
  year   = {2025}
}

Comments

Accepted in AAAI 2026 Main track. Code is available at https://github.com/AIPMLab/FedMedCLIP

R2 v1 2026-07-01T07:31:25.788Z