Skip to content

Temporal-spatial Feature Learning of DCE-MR Images via 3DCNN

License

Notifications You must be signed in to change notification settings

hesoyamlyf/MCF-3D-CNN

 
 

Repository files navigation

Temporal-spatial Feature Learning of DCE-MR Images via 3DCNN

Code for paper:

Temporal-spatial Feature Learning of Dynamic Contrast Enhanced-MR Images via 3D Convolutional Neural Networks

Requirements

Python 2.7

TensorFlow == 1.4.0

Keras == 2.2.4
For keras2.0.0 compatibility checkout tag keras2.0.0

To run the demo project:

  1. Start the training using:
python main.py -c configs/fusion_config.json  # MCF-3D-CNN
python main.py -c configs/3dcnn_config.json   # 3DCNN
  1. Start Tensorboard visualization using:
tensorboard --logdir=experiments/Year-Month-Day/Ex-name/logs

Data

The proprietary of the data belongs to Beijing Friendship Hospital.

Tensor-based data representation

MCF-3DCNN architecture

Results

Tabel1 The results of discriminating the HCC and cirrhosis

Tabel2 The results of non-invasive assessment of HCC differentiation

Feature maps of C1 and C2 convolution layer

Reference

Keras-Project-Template

Citation

If you use this code for your research, please cite our papers.

@inproceedings{IGTA 2018,    
    title={Temporal-Spatial Feature Learning of Dynamic Contrast Enhanced-MR Images via 3D Convolutional Neural Networks},    
    author={Jia X., Xiao Y., Yang D., Yang Z., Wang X., Liu Y},    
    booktitle={Image and Graphics Technologies and Applications. IGTA 2018. Communications in Computer and Information Science},    
    year={2018}    
}

About

Temporal-spatial Feature Learning of DCE-MR Images via 3DCNN

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%