Empirical Evaluation of the Segment Anything Model (SAM) for Brain Tumor Segmentation
Mohammad Peivandi, Jason Zhang, Michael Lu, Dongxiao Zhu, Zhifeng Kou

TL;DR
This study evaluates and enhances the Segment Anything Model (SAM) for brain tumor segmentation, demonstrating improved performance over the pretrained SAM but still trailing behind nnUNetv2, with potential for further refinement.
Contribution
The paper introduces transfer learning and data augmentation techniques to adapt SAM for brain tumor segmentation, a novel application of foundation models in this domain.
Findings
Improved SAM outperforms pretrained SAM in segmentation quality.
nnUNetv2 achieves higher overall accuracy than the enhanced SAM.
Enhanced SAM shows more consistent results on challenging cases.
Abstract
Brain tumor segmentation presents a formidable challenge in the field of Medical Image Segmentation. While deep-learning models have been useful, human expert segmentation remains the most accurate method. The recently released Segment Anything Model (SAM) has opened up the opportunity to apply foundation models to this difficult task. However, SAM was primarily trained on diverse natural images. This makes applying SAM to biomedical segmentation, such as brain tumors with less defined boundaries, challenging. In this paper, we enhanced SAM's mask decoder using transfer learning with the Decathlon brain tumor dataset. We developed three methods to encapsulate the four-dimensional data into three dimensions for SAM. An on-the-fly data augmentation approach has been used with a combination of rotations and elastic deformations to increase the size of the training dataset. Two key metrics:…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBrain Tumor Detection and Classification · Advanced Neural Network Applications · Medical Image Segmentation Techniques
MethodsSegment Anything Model
