by Lei Li, Sheng Lian, Zhiming Luo*, Beizhan Wang, Shaozi Li
This repository is for our paper: 'VCLIPSeg: Voxel-Wise CLIP-Enhanced Model for Semi-supervised Medical Image Segmentation'.
- Clone the repo.;
git clone https://github.com/SmileJET/VCLIPSeg.git
-
Put the data in './VCLIPSeg/data';
-
Generate the Text embeddings in './VCLIPSeg/clip_embedding';
-
Train & Test the model;
sh train.sh
If our VCLIPSeg model is useful for your research, please consider citing:
@inproceedings{li2024vclipseg,
title={VCLIPSeg: Voxel-Wise CLIP-Enhanced Model for Semi-supervised Medical Image Segmentation},
author={Li, Lei and Lian, Sheng and Luo, Zhiming and Wang, Beizhan and Li, Shaozi},
booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
pages={692--701},
year={2024},
organization={Springer}
}
Our code is adapted from SSL4MIS, MCNet and CLIP-Driven-Universal-Model. Thanks for these authors for their valuable works and hope our model can promote the relevant research as well.