资源算法MedicalNet

MedicalNet

2019-11-26 | |  60 |   0 |   0

License

MedicalNet is released under the MIT License (refer to the LICENSE file for detailso).

Citing MedicalNet

If you use this code or pre-trained models, please cite the following:

    @article{chen2019med3d,
        title={Med3D: Transfer Learning for 3D Medical Image Analysis},
        author={Chen, Sihong and Ma, Kai and Zheng, Yefeng},
        journal={arXiv preprint arXiv:1904.00625},
        year={2019}
    }

Update(2019/07/30)

We uploaded 4 pre-trained models based on more datasets (23 datasets).

Model name             : parameters settings
resnet_10_23dataset.pth: --model resnet --model_depth 10 --resnet_shortcut B
resnet_18_23dataset.pth: --model resnet --model_depth 18 --resnet_shortcut A
resnet_34_23dataset.pth: --model resnet --model_depth 34 --resnet_shortcut A
resnet_50_23dataset.pth: --model resnet --model_depth 50 --resnet_shortcut B

We transferred the above pre-trained models to the multi-class segmentation task (left lung, right lung and background) on Visceral dataset. The results are as follows:

NetworkPretrainLungSeg(Dice)
3D-ResNet10Train from scratch69.31%
MedicalNet96.56%
3D-ResNet18Train from scratch70.89%
MedicalNet94.68%
3D-ResNet34Train from scratch75.25%
MedicalNet94.14%
3D-ResNet50Train from scratch52.94%
MedicalNet89.25%

Contents

  1. Requirements

  2. Installation

  3. Demo

  4. Experiments

  5. TODO

  6. Acknowledgement

Requirements

  • Python 3.7.0

  • PyTorch-0.4.1

  • CUDA Version 9.0

  • CUDNN 7.0.5

Installation

  • Install Python 3.7.0

  • pip install -r requirements.txt

Demo

  • Structure of data directories

MedicalNet is used to transfer the pre-trained model to other datasets (here the MRBrainS18 dataset is used as an example).
MedicalNet/
    |--datasets/:Data preprocessing module
    |   |--brains18.py:MRBrainS18 data preprocessing script
    |	|--models/:Model construction module
    |   |--resnet.py:3D-ResNet network build script
    |--utils/:tools
    |   |--logger.py:Logging script
    |--toy_data/:For CI test
    |--data/:Data storage module
    |   |--MRBrainS18/:MRBrainS18 dataset
    |	|   |--images/:source image named with patient ID
    |	|   |--labels/:mask named with patient ID
    |   |--train.txt: training data lists
    |   |--val.txt: validation data lists
    |--pretrain/:Pre-trained models storage module
    |--model.py: Network processing script
    |--setting.py: Parameter setting script
    |--train.py: MRBrainS18 training demo script
    |--test.py: MRBrainS18 testing demo script
    |--requirement.txt: Dependent library list
    |--README.md
  • Network structure parameter settings

Model name   : parameters settings
resnet_10.pth: --model resnet --model_depth 10 --resnet_shortcut B
resnet_18.pth: --model resnet --model_depth 18 --resnet_shortcut A
resnet_34.pth: --model resnet --model_depth 34 --resnet_shortcut A
resnet_50.pth: --model resnet --model_depth 50 --resnet_shortcut B
resnet_101.pth: --model resnet --model_depth 101 --resnet_shortcut B
resnet_152.pth: --model resnet --model_depth 152 --resnet_shortcut B
resnet_200.pth: --model resnet --model_depth 200 --resnet_shortcut B
  • After successfully completing basic installation, you'll be ready to run the demo.

  1. Clone the MedicalNet repository

git clone https://github.com/Tencent/MedicalNet
  1. Download data & pre-trained models (Google Drive or Tencent Weiyun)

    Unzip and move files

mv MedicalNet_pytorch_files.zip MedicalNet/.
cd MedicalNet
unzip MedicalNet_pytorch_files.zip
  1. Run the training code (e.g. 3D-ResNet-50)

python train.py --gpu_id 0 1    # multi-gpu training on gpu 0,1
or
python train.py --gpu_id 0    # single-gpu training on gpu 0
  1. Run the testing code (e.g. 3D-ResNet-50)

python test.py --gpu_id 0 --resume_path trails/models/resnet_50_epoch_110_batch_0.pth.tar --img_list data/val.txt

Experiments

  • Computational Cost

GPU:NVIDIA Tesla P40
NetworkParamerers (M)Running time (s)
3D-ResNet1014.360.18
3D-ResNet1832.990.19
3D-ResNet3463.310.22
3D-ResNet5046.210.21
3D-ResNet10185.310.29
3D-ResNet152117.510.34
3D-ResNet200126.740.45
  • Performance

Visualization of the segmentation results of our approach vs. the comparison ones after the same training epochs. 
It has demonstrated that the efficiency for training convergence and accuracy based on our MedicalNet pre-trained models.

efficiency.gif

Results of transfer MedicalNet pre-trained models to lung segmentation (LungSeg) and pulmonary nodule classification (NoduleCls) with Dice and accuracy evaluation metrics, respectively.
NetworkPretrainLungSeg(Dice)NoduleCls(accuracy)
3D-ResNet10Train from scratch71.30%79.80%
MedicalNet87.16%86.87%
3D-ResNet18Train from scratch75.22%80.80%
MedicalNet87.26%88.89%
3D-ResNet34Train from scratch76.82%83.84%
MedicalNet89.31%89.90%
3D-ResNet50Train from scratch71.75%84.85%
MedicalNet93.31%89.90%
3D-ResNet101Train from scratch72.10%81.82%
MedicalNet92.79%90.91%
3D-ResNet152Train from scratch73.29%73.74%
MedicalNet92.33%90.91%
3D-ResNet200Train from scratch71.29%76.77%
MedicalNet92.06%90.91%

TODO

  •  3D-ResNet series pre-trained models

  •  Transfer learning training code

  •  Training with multi-gpu

  •  3D efficient pre-trained models(e.g., 3D-MobileNet, 3D-ShuffleNet)

  •  2D medical pre-trained models

  •  Pre-trained MedicalNet models based on more medical dataset

Acknowledgement

We thank 3D-ResNets-PyTorch and MRBrainS18 which we build MedicalNet refer to this releasing code and the dataset.

Contribution

If you want to contribute to MedicalNet, be sure to review the contribution guidelines


上一篇:cubeai

下一篇:plato-research-dialogue-system

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...