GithubHelp home page GithubHelp logo

tclan8023 / mc-net Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ycwu1997/mc-net

0.0 0.0 0.0 238.1 MB

Official Code for our MedIA paper "Mutual Consistency Learning for Semi-supervised Medical Image Segmentation"

License: MIT License

Shell 1.86% Python 62.50% Jupyter Notebook 35.64%

mc-net's Introduction

Mutual Consistency Learning for Semi-supervised Medical Image Segmentation

by Yicheng Wu*, Zongyuan Ge, Donghao Zhang, Minfeng Xu, Lei Zhang, Yong Xia, and Jianfei Cai.

Semi-supervised Left Atrium Segmentation with Mutual Consistency Training

by Yicheng Wu, Minfeng Xu, Zongyuan Ge, Jianfei Cai*, and Lei Zhang.

News

<01.07.2022> Our paper entitled "Mutual Consistency Learning for Semi-supervised Medical Image Segmentation" has been accepted by Medical Image Analysis;
<18.04.2022> We provided our pre-trained models on the LA, Pancreas-CT and ACDC datasets, see './MC-Net/pretrained_pth/';
<16.04.2022> We released the codes;

Introduction

This repository is for our paper: 'Mutual Consistency Learning for Semi-supervised Medical Image Segmentation'. Note that, the MC-Net+ model is named as mcnet3d_v2 in our repository and we also provide the mcnet2d_v1 and mcnet3d_v1 versions, which are similar to the MC-Net model in MICCAI 2021: 'Semi-supervised Left Atrium Segmentation with Mutual Consistency Training'.

Requirements

This repository is based on PyTorch 1.8.0, CUDA 11.2 and Python 3.8.10; All experiments in our paper were conducted on a single NVIDIA Tesla V100 GPU.

Usage

  1. Clone the repo.;
git clone https://github.com/ycwu1997/MC-Net.git
  1. Put the data in './MC-Net/data';

  2. Train the model;

cd MC-Net
# e.g., for 20% labels on LA
python ./code/train_mcnet_3d.py --dataset_name LA --model mcnet3d_v2 --labelnum 16 --gpu 0 --temperature 0.1
  1. Test the model;
cd MC-Net
# e.g., for 20% labels on LA
python ./code/test_3d.py --dataset_name LA --model mcnet3d_v2 --exp MCNet --labelnum 16 --gpu 0

Citation

If our MC-Net+ model is useful for your research, please consider citing:

  @inproceedings{wu2021semi,
    title={Semi-supervised left atrium segmentation with mutual consistency training},
    author={Wu, Yicheng and Xu, Minfeng and Ge, Zongyuan and Cai, Jianfei and Zhang, Lei},
    booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
    pages={297--306},
    volume={12902},
    year={2021},
    doi={10.1007/978-3-030-87196-3\_28},
    organization={Springer, Cham}
    }
  @article{wu2022mutual,
    title={Mutual Consistency Learning for Semi-supervised Medical Image Segmentation},
    author={Wu, Yicheng and Ge, Zongyuan and Zhang, Donghao and Xu, Minfeng and Zhang, Lei and Xia, Yong and Cai, Jianfei},
    journal={Medical Image Analysis},
    volume={81},
    pages={102530},
    year={2022},
    publisher={Elsevier}
    }

Acknowledgements:

Our code is adapted from UAMT, SASSNet, DTC, URPC and SSL4MIS. Thanks for these authors for their valuable works and hope our model can promote the relevant research as well.

Questions

If any questions, feel free to contact me at '[email protected]'

mc-net's People

Contributors

ycwu1997 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.