paper-with-me

홈 › Papers

Probing the Efficacy of Federated Parameter-Efficient Fine-Tuning of Vision Transformers for Medical Image Classification

2024-07-16 · Naif Alkhunaizi, Faris Almalik, Rouqaiah Al-Refai, Muzammal Naseer, Karthik Nandakumar

With the advent of large pre-trained transformer models, fine-tuning these models for various downstream tasks is a critical problem. Paucity of training data, the existence of data silos, and stringent privacy constraints exacerbate this fine-tuning problem in the medical imaging domain, creating a strong need for algorithms that enable collaborative fine-tuning of pre-trained models. Moreover, the large size of these models necessitates the use of parameter-efficient fine-tuning (PEFT) to reduce the communication burden in federated learning. In this work, we systematically investigate various federated PEFT strategies for adapting a Vision Transformer (ViT) model (pre-trained on a large natural image dataset) for medical image classification. Apart from evaluating known PEFT techniques, we introduce new federated variants of PEFT algorithms such as visual prompt tuning (VPT), low-rank decomposition of visual prompts, stochastic block attention fine-tuning, and hybrid PEFT methods like low-rank adaptation (LoRA)+VPT. Moreover, we perform a thorough empirical analysis to identify the optimal PEFT method for the federated setting and understand the impact of data distribution on federated PEFT, especially for out-of-domain (OOD) and non-IID data. The key insight of this study is that while most federated PEFT methods work well for in-domain transfer, there is a substantial accuracy vs. efficiency trade-off when dealing with OOD and non-IID scenarios, which is commonly the case in medical imaging. Specifically, every order of magnitude reduction in fine-tuned/exchanged parameters can lead to a 4% drop in accuracy. Thus, the initial model choice is crucial for federated PEFT. It is preferable to use medical foundation models learned from in-domain medical image data (if available) rather than general vision models.

📄 PDF Abstract BibTeX arXiv:2407.11573

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learningimage-classificationImage ClassificationMedical Image Classificationparameter-efficient fine-tuningVisual Prompt Tuning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

A Closer Look at Personalized Fine-Tuning in Heterogeneous Federated Learning

2025-11-16 · Minghui Chen, Hrad Ghoukasian, Ruinan Jin, Zehua Wang 외 arxiv

Federated Learning (FL) enables decentralized, privacy-preserving model training but struggles to balance global generalization and local personalization due to non-identical data distributions across clients. Personaliz…

Federated Learning

Fine-Tuning Distorts Pretrained Features and Underperforms Out-of-Distribution

2021-09-29 · ICLR 2022 4 · Ananya Kumar, aditi raghunathan, Robbie Matthew Jones, Tengyu Ma 외

When transferring a pretrained model to a downstream task, two popular methods are fine-tuning (updating all the model parameters) and linear probing (updating only the last linear layer). It is well known that fine-tuni…

Fine-Tuning can Distort Pretrained Features and Underperform Out-of-Distribution

2022-02-21 · Ananya Kumar, aditi raghunathan, Robbie Jones, Tengyu Ma 외

When transferring a pretrained model to a downstream task, two popular methods are full fine-tuning (updating all the model parameters) and linear probing (updating only the last linear layer -- the "head"). It is well k…

Parameter-Efficient Transfer Learning for Music Foundation Models

2024-11-28 · Yiwei Ding, Alexander Lerch

More music foundation models are recently being released, promising a general, mostly task independent encoding of musical information. Common ways of adapting music foundation models to downstream tasks are probing and …

Key DetectionMusic Auto-TaggingTransfer Learning

Federated Fine-tuning of Large Language Models under Heterogeneous Tasks and Client Resources

2024-02-18 · Jiamu Bai, Daoyuan Chen, Bingchen Qian, Liuyi Yao 외

Federated Learning (FL) has recently been applied to the parameter-efficient fine-tuning of Large Language Models (LLMs). While promising, it raises significant challenges due to the heterogeneous resources and data dist…

Federated Learningparameter-efficient fine-tuningPrivacy Preserving