Skip to content

[BIBM 2024] The official code for "SemiSAM: Enhancing Semi-Supervised Medical Image Segmentation via SAM-Assisted Consistency Regularization"

Notifications You must be signed in to change notification settings

YichiZhang98/SemiSAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SemiSAM

Official repository of BIBM'24 paper "SemiSAM: Enhancing Semi-Supervised Medical Image Segmentation via SAM-Assisted Consistency Regularization".

Introduction

  • Semi-supervised learning has attracted much attention due to its less dependence on acquiring abundant annotations from experts compared to fully supervised methods, which is especially important for medical image segmentation which typically requires intensive pixel/voxel-wise labeling by domain experts. Although semi-supervised methods can improve the performance by utilizing unlabeled data, there are still gaps between fully supervised methods under extremely limited annotation scenarios.

  • We propose a simple yet efficient strategy to explore the usage of the Segment Anything Model (SAM) for enhancing semi-supervised medical image segmentation. Please refer to the paper for more details.

💻 Usage

  1. Clone the repo
git clone https://github.com/YichiZhang98/SemiSAM
cd SemiSAM
  1. Put the data in data/2018LA_Seg_Training Set and SAM checkpoint in ckpt/sam_med3d.pth.

  2. Train the model

cd code
python train_LA_semisam_mt.py
  1. Test the model
python test_LA.py

📚 Citation

If you find this paper useful, please consider citing:

@inproceedings{SemiSAM,
  title={SemiSAM: Enhancing Semi-Supervised Medical Image Segmentation via SAM-Assisted Consistency Regularization},
  author={Zhang, Yichi and Yang, Jin and Liu, Yuchen and Cheng, Yuan and Qi, Yuan},
  booktitle={2024 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)},
  year={2024}
}
  • Our code is adapted from UA-MT and SAM-Med3D. We thank all the authors for their contribution.

About

[BIBM 2024] The official code for "SemiSAM: Enhancing Semi-Supervised Medical Image Segmentation via SAM-Assisted Consistency Regularization"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages