CVDec 18, 2024

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

arXiv:2412.13908v11 citationsh-index: 8Has CodeMedical Imaging
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving segmentation accuracy in volumetric medical images where annotated data is limited, offering a practical enhancement for medical imaging applications.

The paper tackles the performance gap of Segment Anything Models (SAMs) in 3D medical image segmentation by introducing a memory mechanism as a plug-in, resulting in an average Dice increase of 11.36% over a state-of-the-art variant with only a 4.38 millisecond inference time increase.

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 appropriate user prompts. Addressing this performance gap is important to fully leverage the pre-trained weights of SAMs, particularly in the domain of volumetric medical image segmentation, where accuracy is important but well-annotated 3D medical data for fine-tuning is limited. In this work, we investigate whether introducing the memory mechanism as a plug-in, specifically the ability to memorize and recall internal representations of past inputs, can improve the performance of SAM with limited computation cost. To this end, we propose Memorizing SAM, a novel 3D SAM architecture incorporating a memory Transformer as a plug-in. Unlike conventional memorizing Transformers that save the internal representation during training or inference, our Memorizing SAM utilizes existing highly accurate internal representation as the memory source to ensure the quality of memory. We evaluate the performance of Memorizing SAM in 33 categories from the TotalSegmentator dataset, which indicates that Memorizing SAM can outperform state-of-the-art 3D SAM variant i.e., FastSAM3D with an average Dice increase of 11.36% at the cost of only 4.38 millisecond increase in inference time. The source code is publicly available at https://github.com/swedfr/memorizingSAM

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