paper-with-me

Papers

SAM-Path: A Segment Anything Model for Semantic Segmentation in Digital Pathology

2023-07-12 · Jingwei Zhang, Ke Ma, Saarthak Kapse, Joel Saltz, Maria Vakalopoulou, Prateek Prasanna, Dimitris Samaras

Semantic segmentations of pathological entities have crucial clinical value in computational pathology workflows. Foundation models, such as the Segment Anything Model (SAM), have been recently proposed for universal use in segmentation tasks. SAM shows remarkable promise in instance segmentation on natural images. However, the applicability of SAM to computational pathology tasks is limited due to the following factors: (1) lack of comprehensive pathology datasets used in SAM training and (2) the design of SAM is not inherently optimized for semantic segmentation tasks. In this work, we adapt SAM for semantic segmentation by introducing trainable class prompts, followed by further enhancements through the incorporation of a pathology encoder, specifically a pathology foundation model. Our framework, SAM-Path enhances SAM's ability to conduct semantic segmentation in digital pathology without human input prompts. Through experiments on two public pathology datasets, the BCSS and the CRAG datasets, we demonstrate that the fine-tuning with trainable class prompts outperforms vanilla SAM with manual prompts and post-processing by 27.52% in Dice score and 71.63% in IOU. On these two datasets, the proposed additional pathology foundation model further achieves a relative improvement of 5.07% to 5.12% in Dice score and 4.50% to 8.48% in IOU.

📄 PDF Abstract BibTeX arXiv:2307.09570

Code (1)

cvlab-stonybrook/sampath pytorch

Tasks

Instance SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

Segment Anything Model (SAM) for Digital Pathology: Assess Zero-shot Segmentation on Whole Slide Imaging

2023-04-09 · Ruining Deng, Can Cui, Quan Liu, Tianyuan Yao 외

The segment anything model (SAM) was released as a foundation model for image segmentation. The promptable segmentation model was trained by over 1 billion masks on 11M licensed and privacy-respecting images. The model s…

Image SegmentationMedical Image AnalysisSegmentationSemantic Segmentation+2

Segment Anything for Histopathology

2025-02-01 · Titus Griebel, Anwai Archit, Constantin Pape

Nucleus segmentation is an important analysis task in digital pathology. However, methods for automatic segmentation often struggle with new data from a different distribution, requiring users to manually annotate nuclei…

Image SegmentationInstance SegmentationInteractive SegmentationSegmentation+1

Path-SAM2: Transfer SAM2 for digital pathology semantic segmentation

2024-08-07 · Mingya Zhang, Liang Wang, Zhihao Chen, Yiyuan Ge 외

The semantic segmentation task in pathology plays an indispensable role in assisting physicians in determining the condition of tissue lesions. With the proposal of Segment Anything Model (SAM), more and more foundation …

DecoderImage SegmentationInstance SegmentationKolmogorov-Arnold Networks+3

Interactive Segment Anything NeRF with Feature Imitation

2023-05-25 · Xiaokang Chen, Jiaxiang Tang, Diwen Wan, Jingbo Wang 외

This paper investigates the potential of enhancing Neural Radiance Fields (NeRF) with semantics to expand their applications. Although NeRF has been proven useful in real-world applications like VR and digital creation, …

DecoderNeRFSegmentationSemantic Segmentation+1

Is SAM3 ready for pathology segmentation?

2026-04-20 · Qiuyu Kong, Shakiba Sharifi, Yiming Wang, Marco Cristani 외 arxiv

Is Segment Anything Model 3 (SAM3) capable in segmenting Any Pathology Images? Digital pathology segmentation spans tissue-level and nuclei-level scales, where traditional methods often suffer from high annotation costs …

Image SegmentationFew-Shot LearningDomain Adaptation