Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

VLSM-Adapter: Finetuning Vision-Language Segmentation Efficiently with Lightweight Blocks

About

Foundation Vision-Language Models (VLMs) trained using large-scale open-domain images and text pairs have recently been adapted to develop Vision-Language Segmentation Models (VLSMs) that allow providing text prompts during inference to guide image segmentation. If robust and powerful VLSMs can be built for medical images, it could aid medical professionals in many clinical tasks where they must spend substantial time delineating the target structure of interest. VLSMs for medical images resort to fine-tuning base VLM or VLSM pretrained on open-domain natural image datasets due to fewer annotated medical image datasets; this fine-tuning is resource-consuming and expensive as it usually requires updating all or a significant fraction of the pretrained parameters. Recently, lightweight blocks called adapters have been proposed in VLMs that keep the pretrained model frozen and only train adapters during fine-tuning, substantially reducing the computing resources required. We introduce a novel adapter, VLSM-Adapter, that can fine-tune pretrained vision-language segmentation models using transformer encoders. Our experiments in widely used CLIP-based segmentation models show that with only 3 million trainable parameters, the VLSM-Adapter outperforms state-of-the-art and is comparable to the upper bound end-to-end fine-tuning. The source code is available at: https://github.com/naamiinepal/vlsm-adapter.

Manish Dhakal, Rabin Adhikari, Safal Thapaliya, Bishesh Khanal• 2024

Related benchmarks

TaskDatasetResultRank
Medical Image SegmentationBUSI (test)
Dice65.51
121
Medical Image SegmentationMedical Image Segmentation Aggregate (Average of BUSI, BTMRI, ISIC, Kvasir-SEG, QaTa-COV19, and EUS) (test)
DSC83.85
80
Medical Image SegmentationCVC-ClinicDB
Dice Score76.09
68
Binary SegmentationKvasir-SEG (test)
DSC0.8906
67
Medical Image SegmentationISIC
DICE91.3
64
Medical Image SegmentationBUSI
Dice Score80.9
61
Semantic segmentationKvasir-SEG (test)
IoU82.39
51
Image SegmentationISIC 2016 (test)
Dice Coefficient92.02
40
Semantic segmentationISIC 2018 (test)
DSC92.05
18
Medical Image SegmentationUDIAT
DSC69.16
15
Showing 10 of 25 rows

Other info

Code

Follow for update