paper-with-me

Papers

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

2024-03-14 · Yiqing Shen, Jingxing Li, Xinyuan Shao, Blanca Inigo Romillo, Ankush Jindal, David Dreizin, Mathias Unberath

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 SAMs, allowing users to iteratively provide prompts that specify objects of interest to refine outputs. However, to realize the interactive use of SAMs for 3D medical imaging tasks, rapid inference times are necessary. High memory requirements and long processing delays remain constraints that hinder the adoption of SAMs for this purpose. Specifically, while 2D SAMs applied to 3D volumes contend with repetitive computation to process all slices independently, 3D SAMs suffer from an exponential increase in model parameters and FLOPS. To address these challenges, we present FastSAM3D which accelerates SAM inference to 8 milliseconds per 128*128*128 3D volumetric image on an NVIDIA A100 GPU. This speedup is accomplished through 1) a novel layer-wise progressive distillation scheme that enables knowledge transfer from a complex 12-layer ViT-B to a lightweight 6-layer ViT-Tiny variant encoder without training from scratch; and 2) a novel 3D sparse flash attention to replace vanilla attention operators, substantially reducing memory needs and improving parallelization. Experiments on three diverse datasets reveal that FastSAM3D achieves a remarkable speedup of 527.38x compared to 2D SAMs and 8.75x compared to 3D SAMs on the same volumes without significant performance decline. Thus, FastSAM3D opens the door for low-cost truly interactive SAM-based 3D medical imaging segmentation with commonly used GPU hardware. Code is available at https://github.com/arcadelab/FastSAM3D.

📄 PDF Abstract BibTeX arXiv:2403.09827

Code (2)

arcadelab/fastsam3d 공식 구현 pytorch
arcadelab/fastsam3d_slicer pytorch

Tasks

3D Medical Imaging SegmentationGPUMedical Image SegmentationTransfer LearningZero-shot Generalization

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

FastSAM-3DSlicer: A 3D-Slicer Extension for 3D Volumetric Segment Anything Model with Uncertainty Quantification

2024-07-17 · Yiqing Shen, Xinyuan Shao, Blanca Inigo Romillo, David Dreizin 외

Accurate segmentation of anatomical structures and pathological regions in medical images is crucial for diagnosis, treatment planning, and disease monitoring. While the Segment Anything Model (SAM) and its variants have…

CPUDomain AdaptationGPUImage Segmentation+7

FastSmoothSAM: A Fast Smooth Method For Segment Anything Model

2025-07-20 · Jiasheng Xu, Yewang Chen arxiv

Accurately identifying and representing object edges is a challenging task in computer vision and image processing. The Segment Anything Model (SAM) has significantly influenced the field of image segmentation, but suffe…

Image Segmentation

Memorizing SAM: 3D Medical Segment Anything Model with Memorizing Transformer

2024-12-18 · Xinyuan Shao, Yiqing Shen, Mathias Unberath

Segment Anything Models (SAMs) have gained increasing attention in medical image analysis due to their zero-shot generalization capability in segmenting objects of unseen classes and domains when provided with appropriat…

Image SegmentationMedical Image AnalysisMedical Image SegmentationSemantic Segmentation+2

SAM3D: Segment Anything Model in Volumetric Medical Images

2023-09-07 · Nhat-Tan Bui, Dinh-Hieu Hoang, Minh-Triet Tran, Gianfranco Doretto 외

Image segmentation remains a pivotal component in medical image analysis, aiding in the extraction of critical information for precise diagnostic practices. With the advent of deep learning, automated image segmentation …

DiagnosticImage SegmentationMedical Image Analysismodel+2

Adapting Segment Anything Model for Change Detection in HR Remote Sensing Images

2023-09-04 · Lei Ding, Kun Zhu, Daifeng Peng, Hao Tang 외

Vision Foundation Models (VFMs) such as the Segment Anything Model (SAM) allow zero-shot or interactive segmentation of visual contents, thus they are quickly applied in a variety of visual scenes. However, their direct …

Change DetectionInteractive Segmentation