WSI-SAM: Multi-resolution Segment Anything Model (SAM) for histopathology whole-slide images
Hong Liu, Haosen Yang, Paul J. van Diest, Josien P.W. Pluim, Mitko, Veta

TL;DR
WSI-SAM extends the Segment Anything Model to effectively handle multi-resolution whole-slide histopathology images, improving segmentation accuracy while maintaining zero-shot capabilities and minimal training overhead.
Contribution
The paper introduces WSI-SAM, a novel multi-resolution extension of SAM for histopathology images, with a dual mask decoder and minimal additional parameters, enhancing segmentation performance.
Findings
Outperforms state-of-the-art SAM variants.
Improves segmentation accuracy by 4.1% and 2.5% on specific tasks.
Maintains zero-shot and prompt-driven capabilities.
Abstract
The Segment Anything Model (SAM) marks a significant advancement in segmentation models, offering robust zero-shot abilities and dynamic prompting. However, existing medical SAMs are not suitable for the multi-scale nature of whole-slide images (WSIs), restricting their effectiveness. To resolve this drawback, we present WSI-SAM, enhancing SAM with precise object segmentation capabilities for histopathology images using multi-resolution patches, while preserving its efficient, prompt-driven design, and zero-shot abilities. To fully exploit pretrained knowledge while minimizing training overhead, we keep SAM frozen, introducing only minimal extra parameters and computational overhead. In particular, we introduce High-Resolution (HR) token, Low-Resolution (LR) token and dual mask decoder. This decoder integrates the original SAM mask decoder with a lightweight fusion module that…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI in cancer detection
MethodsSegment Anything Model
