paper-with-me

Papers

Accelerating Volumetric Medical Image Annotation via Short-Long Memory SAM 2

2025-05-03 · YuWen Chen, Zafer Yildiz, Qihang Li, Yaqian Chen, Haoyu Dong, Hanxue Gu, Nicholas Konz, Maciej A. Mazurowski

Manual annotation of volumetric medical images, such as magnetic resonance imaging (MRI) and computed tomography (CT), is a labor-intensive and time-consuming process. Recent advancements in foundation models for video object segmentation, such as Segment Anything Model 2 (SAM 2), offer a potential opportunity to significantly speed up the annotation process by manually annotating one or a few slices and then propagating target masks across the entire volume. However, the performance of SAM 2 in this context varies. Our experiments show that relying on a single memory bank and attention module is prone to error propagation, particularly at boundary regions where the target is present in the previous slice but absent in the current one. To address this problem, we propose Short-Long Memory SAM 2 (SLM-SAM 2), a novel architecture that integrates distinct short-term and long-term memory banks with separate attention modules to improve segmentation accuracy. We evaluate SLM-SAM 2 on three public datasets covering organs, bones, and muscles across MRI and CT modalities. We show that the proposed method markedly outperforms the default SAM 2, achieving average Dice Similarity Coefficient improvement of 0.14 and 0.11 in the scenarios when 5 volumes and 1 volume are available for the initial adaptation, respectively. SLM-SAM 2 also exhibits stronger resistance to over-propagation, making a notable step toward more accurate automated annotation of medical images for segmentation model development.

📄 PDF Abstract BibTeX arXiv:2505.01854

Code (2)

mazurowski-lab/SlicerSegmentHumanBody 공식 구현 pytorch
mazurowski-lab/slm-sam2 공식 구현 pytorch

Tasks

Computed Tomography (CT)Semantic SegmentationVideo Object SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SAM 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Towards Affordable Tumor Segmentation and Visualization for 3D Breast MRI Using SAM2

2025-07-31 · Solha Kang, Eugene Kim, Joris Vankerschaver, Utku Ozbulak arxiv

Breast MRI provides high-resolution volumetric imaging critical for tumor assessment and treatment planning, yet manual interpretation of 3D scans remains labor-intensive and subjective. While AI-powered tools hold promi…

Tumor Segmentation

Volumetric Medical Image Segmentation via Scribble Annotations and Shape Priors

2023-10-12 · Qiuhui Chen, Haiying Lyu, Xinyue Hu, Yong Lu 외

Recently, weakly-supervised image segmentation using weak annotations like scribbles has gained great attention in computer vision and medical image analysis, since such annotations are much easier to obtain compared to …

Image SegmentationMedical Image AnalysisMedical Image SegmentationSegmentation+2

Bridging 2D and 3D Segmentation Networks for Computation Efficient Volumetric Medical Image Segmentation: An Empirical Study of 2.5D Solutions

2020-10-13 · Yichi Zhang, Qingcheng Liao, Le Ding, Jicong Zhang

Recently, deep convolutional neural networks have achieved great success for medical image segmentation. However, unlike segmentation of natural images, most medical images such as MRI and CT are volumetric data. In orde…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

Weakly Supervised Volumetric Segmentation via Self-taught Shape Denoising Model

2021-04-27 · Qian He, Shuailin Li, Xuming He

Weakly supervised segmentation is an important problem in medical image analysis due to the high cost of pixelwise annotation. Prior methods, while often focusing on weak labels of 2D images, exploit few structural cues …

DenoisingMedical Image AnalysisOrgan SegmentationSegmentation+1

SDC-UDA: Volumetric Unsupervised Domain Adaptation Framework for Slice-Direction Continuous Cross-Modality Medical Image Segmentation

2023-05-18 · CVPR 2023 1 · Hyungseob Shin, Hyeongyu Kim, Sewon Kim, Yohan Jun 외

Recent advances in deep learning-based medical image segmentation studies achieve nearly human-level performance in fully supervised manner. However, acquiring pixel-level expert annotations is extremely expensive and la…

Domain AdaptationImage SegmentationMedical Image SegmentationPseudo Label+3