paper-with-me

홈 › Papers

Not Quite Anything: Overcoming SAMs Limitations for 3D Medical Imaging

2025-11-22 · Keith Moore arxiv

Foundation segmentation models such as SAM and SAM-2 perform well on natural images but struggle with brain MRIs where structures like the caudate and thalamus lack sharp boundaries and have low contrast. Rather than fine tune these models (for example MedSAM), we propose a compositional alternative where the foundation model output is treated as an additional input channel and passed alongside the MRI to highlight regions of interest. We generate SAM-2 prompts by using a lightweight 3D U-Net that was previously trained on MRI segmentation. The U-Net may have been trained on a different dataset, so its guesses are often imprecise but usually in the correct region. The edges of the resulting foundation model guesses are smoothed to improve alignment with the MRI. We also test prompt free segmentation using DINO attention maps in the same framework. This has-a architecture avoids modifying foundation weights and adapts to domain shift without retraining the foundation model. It reaches about 96 percent volume accuracy on basal ganglia segmentation, which is sufficient for our study of longitudinal volume change. The approach is fast, label efficient, and robust to out of distribution scans. We apply it to study inflammation linked changes in sudden onset pediatric OCD.

📄 PDF Abstract BibTeX arXiv:2511.19471

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SAMSA: Segment Anything Model Enhanced with Spectral Angles for Hyperspectral Interactive Medical Image Segmentation

2025-07-31 · Alfie Roddan, Tobias Czempiel, Chi Xu, Daniel S. Elson 외 arxiv

Hyperspectral imaging (HSI) provides rich spectral information for medical imaging, yet encounters significant challenges due to data limitations and hardware variations. We introduce SAMSA, a novel interactive segmentat…

Medical Image SegmentationInteractive SegmentationZero-Shot Learning

SAMSA 2.0: Prompting Segment Anything with Spectral Angles for Hyperspectral Interactive Medical Image Segmentation

2025-08-01 · Alfie Roddan, Tobias Czempiel, Chi Xu, Daniel S. Elson 외 arxiv

We present SAMSA 2.0, an interactive segmentation framework for hyperspectral medical imaging that introduces spectral angle prompting to guide the Segment Anything Model (SAM) using spectral similarity alongside spatial…

Medical Image SegmentationInteractive Segmentation

FastSAM3D: An Efficient Segment Anything Model for 3D Volumetric Medical Images

2024-03-14 · Yiqing Shen, Jingxing Li, Xinyuan Shao, Blanca Inigo Romillo 외

Segment anything models (SAMs) are gaining attention for their zero-shot generalization capability in segmenting objects of unseen classes and in unseen domains when properly prompted. Interactivity is a key strength of …

3D Medical Imaging SegmentationGPUMedical Image SegmentationTransfer Learning+1

Learning to Prompt Segment Anything Models

2024-01-09 · Jiaxing Huang, Kai Jiang, Jingyi Zhang, Han Qiu 외

Segment Anything Models (SAMs) like SEEM and SAM have demonstrated great potential in learning to segment anything. The core design of SAMs lies with Promptable Segmentation, which takes a handcrafted prompt as input and…

Image SegmentationPrompt LearningSegmentationSemantic Segmentation

Inspiring the Next Generation of Segment Anything Models: Comprehensively Evaluate SAM and SAM 2 with Diverse Prompts Towards Context-Dependent Concepts under Different Scenes

2024-12-02 · Xiaoqi Zhao, Youwei Pang, Shijie Chang, Yuan Zhao 외

As a foundational model, SAM has significantly influenced multiple fields within computer vision, and its upgraded version, SAM 2, enhances capabilities in video segmentation, poised to make a substantial impact once aga…

In-Context LearningVideo SegmentationVideo Semantic Segmentation