English

Medical Image Segmentation with SAM-generated Annotations

Computer Vision and Pattern Recognition 2024-10-01 v1

Abstract

The field of medical image segmentation is hindered by the scarcity of large, publicly available annotated datasets. Not all datasets are made public for privacy reasons, and creating annotations for a large dataset is time-consuming and expensive, as it requires specialized expertise to accurately identify regions of interest (ROIs) within the images. To address these challenges, we evaluate the performance of the Segment Anything Model (SAM) as an annotation tool for medical data by using it to produce so-called "pseudo labels" on the Medical Segmentation Decathlon (MSD) computed tomography (CT) tasks. The pseudo labels are then used in place of ground truth labels to train a UNet model in a weakly-supervised manner. We experiment with different prompt types on SAM and find that the bounding box prompt is a simple yet effective method for generating pseudo labels. This method allows us to develop a weakly-supervised model that performs comparably to a fully supervised model.

Keywords

Cite

@article{arxiv.2409.20253,
  title  = {Medical Image Segmentation with SAM-generated Annotations},
  author = {Iira Häkkinen and Iaroslav Melekhov and Erik Englesson and Hossein Azizpour and Juho Kannala},
  journal= {arXiv preprint arXiv:2409.20253},
  year   = {2024}
}

Comments

Accepted to the European Conference on Computer Vision (ECCVW) Workshops 2024

R2 v1 2026-06-28T19:02:15.569Z