paper-with-me

Papers

Federated CLIP for Resource-Efficient Heterogeneous Medical Image Classification

2025-11-11 · Yihang Wu, Ahmad Chaddad arxiv

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).

📄 PDF Abstract BibTeX arXiv:2511.07929

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Image ClassificationFederated LearningModel Compression

Similar Papers 제목 키워드 기반

FACMIC: Federated Adaptative CLIP Model for Medical Image Classification

2024-10-08 · Yihang Wu, Christian Desrosiers, Ahmad Chaddad

Federated learning (FL) has emerged as a promising approach to medical image analysis that allows deep model training using decentralized data while ensuring data privacy. However, in the field of FL, communication cost …

Domain AdaptationFederated Learningimage-classificationImage Classification+2

PCDP-SGD: Improving the Convergence of Differentially Private SGD via Projection in Advance

2023-12-06 · Haichao Sha, Ruixuan Liu, Yixuan Liu, Hong Chen

The paradigm of Differentially Private SGD~(DP-SGD) can provide a theoretical guarantee for training data in both centralized and federated settings. However, the utility degradation caused by DP-SGD limits its wide appl…

Federated Learning

CLIP-guided Federated Learning on Heterogeneous and Long-Tailed Data

2023-12-14 · Jiangming Shi, Shanshan Zheng, Xiangbo Yin, Yang Lu 외

Federated learning (FL) provides a decentralized machine learning paradigm where a server collaborates with a group of clients to learn a global model without accessing the clients' data. User heterogeneity is a signific…

Contrastive LearningFederated Learningimage-classificationImage Classification+3

SAM-Fed: SAM-Guided Federated Semi-Supervised Learning for Medical Image Segmentation

2025-11-18 · Sahar Nasirihaghighi, Negin Ghamsarian, Yiping Li, Marcel Breeuwer 외 arxiv

Medical image segmentation is clinically important, yet data privacy and the cost of expert annotation limit the availability of labeled data. Federated semi-supervised learning (FSSL) offers a solution but faces two cha…

Medical Image SegmentationKnowledge DistillationPolyp Segmentation

FAA-CLIP: Federated Adversarial Adaptation of CLIP

2025-02-26 · Yihang Wu, Ahmad Chaddad, Christian Desrosiers, Tareef Daqqaq 외

Despite the remarkable performance of vision language models (VLMs) such as Contrastive Language Image Pre-training (CLIP), the large size of these models is a considerable obstacle to their use in federated learning (FL…

Domain AdaptationFederated Learning