Automatic Segmentation of 3D CT scans with SAM2 using a zero-shot approach

arXiv cs.CV / 3/25/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper investigates whether Segment Anything Model 2 (SAM2) can perform zero-shot automatic segmentation on 3D CT volumes without fine-tuning or domain-specific training.
  • It identifies a key obstacle for adapting SAM2 to CT: SAM2 lacks inherent volumetric awareness, which can harm consistency across slices.
  • The authors propose inference-only architectural and procedural changes that adapt SAM2’s video memory mechanism to 3D by treating CT slices as ordered sequences.
  • Through ablation studies on 500 TotalSegmentator scans, they compare prompt strategies, memory propagation schemes, and multi-pass refinement to find the best pipeline configuration.
  • The selected configuration is then evaluated on a larger set of 2,500 CT scans, showing that frozen SAM2 weights can still yield coherent 3D segmentations when the inference pipeline is carefully designed.

Abstract

Foundation models for image segmentation have shown strong generalization in natural images, yet their applicability to 3D medical imaging remains limited. In this work, we study the zero-shot use of Segment Anything Model 2 (SAM2) for automatic segmentation of volumetric CT data, without any fine-tuning or domain-specific training. We analyze how SAM2 should be applied to CT volumes and identify its main limitation: the lack of inherent volumetric awareness. To address this, we propose a set of inference-alone architectural and procedural modifications that adapt SAM2's video-based memory mechanism to 3D data by treating CT slices as ordered sequences. We conduct a systematic ablation study on a subset of 500 CT scans from the TotalSegmentator dataset to evaluate prompt strategies, memory propagation schemes and multi-pass refinement. Based on these findings, we select the best-performing configuration and report final results on a bigger sample of the TotalSegmentator dataset comprising 2,500 CT scans. Our results show that, even with frozen weights, SAM2 can produce coherent 3D segmentations when its inference pipeline is carefully structured, demonstrating the feasibility of a fully zero-shot approach for volumetric medical image segmentation.