IVCVJan 7, 2025

MedFocusCLIP : Improving few shot classification in medical datasets using pixel wise attention

arXiv:2501.03839v14 citationsh-index: 3ICASSP
Originality Incremental advance
AI Analysis

This work addresses fine-grained medical image classification for healthcare applications, offering an incremental improvement over existing methods.

The paper tackled the problem of few-shot classification in medical datasets by using SAM2 segmentation as a visual prompt to guide CLIP's attention to discriminative regions, resulting in accuracy improvements from 66% to 71% on COVID, 70% to 81% on lung-disease, 68% to 86% on brain-tumor, and 29% to 58% on breast-cancer datasets.

With the popularity of foundational models, parameter efficient fine tuning has become the defacto approach to leverage pretrained models to perform downstream tasks. Taking inspiration from recent advances in large language models, Visual Prompt Tuning, and similar techniques, learn an additional prompt to efficiently finetune a pretrained vision foundational model. However, we observe that such prompting is insufficient for fine-grained visual classification tasks such as medical image classification, where there is large inter-class variance, and small intra-class variance. Hence, in this paper we propose to leverage advanced segmentation capabilities of Segment Anything Model 2 (SAM2) as a visual prompting cue to help visual encoder in the CLIP (Contrastive Language-Image Pretraining) by guiding the attention in CLIP visual encoder to relevant regions in the image. This helps the model to focus on highly discriminative regions, without getting distracted from visually similar background features, an essential requirement in a fewshot, finegrained classification setting. We evaluate our method on diverse medical datasets including X-rays, CT scans, and MRI images, and report an accuracy of (71%, 81%, 86%, 58%) from the proposed approach on (COVID, lung-disease, brain-tumor, breast-cancer) datasets against (66%, 70%, 68%, 29%) from a pretrained CLIP model after fewshot training. The proposed approach also allows to obtain interpretable explanation for the classification performance through the localization obtained using segmentation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes