CVJul 4, 2025

SAMed-2: Selective Memory Enhanced Medical Segment Anything Model

arXiv:2507.03698v113 citationsh-index: 14Has CodeMICCAI
Originality Incremental advance
AI Analysis

This work addresses the problem of medical image segmentation for researchers and practitioners by providing a robust model that mitigates noise and forgetting, though it is incremental as it builds upon existing SAM-2 architecture.

The authors tackled the challenge of adapting segment anything models to medical images by proposing SAMed-2, which uses a temporal adapter and confidence-driven memory to handle noisy data and continual learning, achieving superior performance on multi-task benchmarks across 10 external datasets.

Recent "segment anything" efforts show promise by learning from large-scale data, but adapting such models directly to medical images remains challenging due to the complexity of medical data, noisy annotations, and continual learning requirements across diverse modalities and anatomical structures. In this work, we propose SAMed-2, a new foundation model for medical image segmentation built upon the SAM-2 architecture. Specifically, we introduce a temporal adapter into the image encoder to capture image correlations and a confidence-driven memory mechanism to store high-certainty features for later retrieval. This memory-based strategy counters the pervasive noise in large-scale medical datasets and mitigates catastrophic forgetting when encountering new tasks or modalities. To train and evaluate SAMed-2, we curate MedBank-100k, a comprehensive dataset spanning seven imaging modalities and 21 medical segmentation tasks. Our experiments on both internal benchmarks and 10 external datasets demonstrate superior performance over state-of-the-art baselines in multi-task scenarios. The code is available at: https://github.com/ZhilingYan/Medical-SAM-Bench.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes