Skip to content

[ISBI 2024] Leveraging Unlabeled Data for 3D Medical Image Segmentation through Self-Supervised Contrastive Learning

Notifications You must be signed in to change notification settings

xmindflow/SSL-contrastive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to our GitHub repository! Our 3D semi-supervised segmentation approach addresses key challenges by leveraging two specialized subnetworks, correcting errors and enhancing contextual information. We introduce targeted verification training and self-supervised contrastive learning to improve predictions. Our model demonstrates superior performance on clinical MRI and CT scans for organ segmentation, outperforming state-of-the-art methods. Dive into our code for advanced 3D segmentation capabilities!

Please consider starring us, if you found it useful. Thanks

Updates

  • November 21, 2023: First release of the code.

Quick Overview

Diagram of the proposed method

Installation

This code has been implemented in python language using Pytorch libarary and tested in ubuntu OS, though should be compatible with related environment. following Environement and Library needed to run the code:

  • CentOS Linux release 7.3.1611
  • Python 3.6.13
  • CUDA 9.2
  • PyTorch 1.9.0
  • medpy 0.4.0
  • tqdm,h5py

Getting Started

Please download the prepared dataset from the following link and use the dataset path in the training and evalution code.

Please change the database path and data partition file in the corresponding code.

Training

To train the network on the LA dataset, execute python pyhon train_LA. For the Pancreas dataset, use python pyhon train_pancreas

Evaluation

To evaluate the network on the LA dataset, run pyhon test_LA. For the Pancreas dataset, run pyhon test_pancreas

Citation

If you find this project useful, please consider citing:

@InProceedings{ssl-karimi,
    author    = {},
    title     = {Leveraging Unlabeled Data for 3D Medical Image Segmentation through Self-Supervised Contrastive Learning},
    booktitle = {ISBI 2024},
    month     = {},
    year      = {},
    pages     = {}
}

Acknowledgement

We build the project based on MCF-semsupervise. Thanks for their contribution.

Releases

No releases published

Packages

No packages published

Languages