A Federated Learning-Friendly Approach for Parameter-Efficient Fine-Tuning of SAM in 3D Segmentation
Mothilal Asokan, Joseph Geo Benjamin, Mohammad Yaqub, Karthik, Nandakumar

TL;DR
This paper introduces a federated learning method combined with parameter-efficient fine-tuning using LoRA to adapt the SAM model for 3D medical image segmentation, significantly reducing communication costs while maintaining high accuracy.
Contribution
It proposes a novel federated PEFT approach that identifies key layers for efficient adaptation of SAM, reducing communication costs by up to 48 times without sacrificing performance.
Findings
Reduces communication cost by ~48x compared to full fine-tuning.
Achieves ~6% improvement in Dice score on Fed-KiTS dataset.
Maintains model performance with significantly fewer parameters to tune.
Abstract
Adapting foundation models for medical image analysis requires finetuning them on a considerable amount of data because of extreme distribution shifts between natural (source) data used for pretraining and medical (target) data. However, collecting task-specific medical data for such finetuning at a central location raises many privacy concerns. Although Federated learning (FL) provides an effective means for training on private decentralized data, communication costs in federating large foundation models can quickly become a significant bottleneck, impacting the solution's scalability. In this work, we address this problem of efficient communication while ensuring effective learning in FL by combining the strengths of Parameter-Efficient Fine-tuning (PEFT) with FL. Specifically, we study plug-and-play Low-Rank Adapters (LoRA) in a federated manner to adapt the Segment Anything Model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsIndustrial Vision Systems and Defect Detection · Advanced Neural Network Applications · Modular Robots and Swarm Intelligence
MethodsSegment Anything Model
