Adapting a Segmentation Foundation Model for Medical Image Classification
Pengfei Gu, Haoteng Tang, Islam A. Ebeid, Jose A. Nunez, Fabian Vazquez, Diego Adame, Marcus Zhan, Huimin Li, Bin Fu, Danny Z. Chen

TL;DR
This paper presents a novel framework that adapts the Segment Anything Model for medical image classification by using its encoder as a feature extractor and introducing a Spatially Localized Channel Attention mechanism to improve focus on relevant regions, demonstrating effectiveness on multiple datasets.
Contribution
The paper introduces a new method to adapt SAM for medical image classification, including a spatially localized attention mechanism, enhancing performance and data efficiency.
Findings
Effective improvement in classification accuracy on three datasets.
Utilization of SAM's encoder as a frozen feature extractor.
Enhanced focus on relevant image regions through SLCA.
Abstract
Recent advancements in foundation models, such as the Segment Anything Model (SAM), have shown strong performance in various vision tasks, particularly image segmentation, due to their impressive zero-shot segmentation capabilities. However, effectively adapting such models for medical image classification is still a less explored topic. In this paper, we introduce a new framework to adapt SAM for medical image classification. First, we utilize the SAM image encoder as a feature extractor to capture segmentation-based features that convey important spatial and contextual details of the image, while freezing its weights to avoid unnecessary overhead during training. Next, we propose a novel Spatially Localized Channel Attention (SLCA) mechanism to compute spatially localized attention weights for the feature maps. The features extracted from SAM's image encoder are processed through SLCA…
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Explainable Artificial Intelligence (XAI)
MethodsSoftmax · Attention Is All You Need · Focus · Segment Anything Model
