All Projects → xyj77 → MCF-3D-CNN

xyj77 / MCF-3D-CNN

Licence: MIT license
Temporal-spatial Feature Learning of DCE-MR Images via 3DCNN

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to MCF-3D-CNN

React Desktops
web桌面操作系统前端UI,用了丰富的mac和win10桌面元素,包括桌面图标、窗口化子页面管理、开始菜单等组件,兼容主流现代浏览器。 适合快速开发后台管理系统的前端界面、整合企业诸多应用、通过B/S架构集成系统、可作为企业级应用管理平台。
Stars: ✭ 120 (+179.07%)
Mutual labels:  fusion
AI-Projects
AI项目(强化学习、深度学习、计算机视觉、推荐系统、自然语言处理、机器导航、医学影像处理)
Stars: ✭ 39 (-9.3%)
Mutual labels:  medical-images
fusion
An Easy-to-use Kotlin based Customizable Modules Collection with Material Layouts by BlackBeared.
Stars: ✭ 39 (-9.3%)
Mutual labels:  fusion
Visual Gps Slam
This is a repo for my master thesis research about the Fusion of Visual SLAM and GPS. It contains the research paper, code and other interesting data.
Stars: ✭ 175 (+306.98%)
Mutual labels:  fusion
Fusenet
Deep fusion project of deeply-fused nets, and the study on the connection to ensembling
Stars: ✭ 230 (+434.88%)
Mutual labels:  fusion
paramak
Create parametric 3D fusion reactor CAD models
Stars: ✭ 36 (-16.28%)
Mutual labels:  fusion
Jpdaf tracking
A tracker based on joint probabilistic data association filtering.
Stars: ✭ 107 (+148.84%)
Mutual labels:  fusion
rtfmbot
Because we're all tired of answering questions when people should clearly RTFM.
Stars: ✭ 14 (-67.44%)
Mutual labels:  fusion
Sitegeist.Monocle
An fusion based styleguide implementation for Neos
Stars: ✭ 46 (+6.98%)
Mutual labels:  fusion
UnsupervisedPointCloudReconstruction
Experiments on unsupervised point cloud reconstruction.
Stars: ✭ 133 (+209.3%)
Mutual labels:  feature-learning
Recent slam research
Track Advancement of SLAM 跟踪SLAM前沿动态【2021 version】
Stars: ✭ 2,387 (+5451.16%)
Mutual labels:  fusion
Earthenterprise
Google Earth Enterprise - Open Source
Stars: ✭ 2,425 (+5539.53%)
Mutual labels:  fusion
walking-rdf-and-owl
Feature learning over RDF data and OWL ontologies
Stars: ✭ 41 (-4.65%)
Mutual labels:  feature-learning
Fusion Cli
Migrated to https://github.com/fusionjs/fusionjs
Stars: ✭ 145 (+237.21%)
Mutual labels:  fusion
Yeebase.Fusion.ContentCacheDebug
Helper package to debug fusions content cache
Stars: ✭ 13 (-69.77%)
Mutual labels:  fusion
Docker Machine Driver Vmware
Docker machine driver for VMware Fusion and Workstation.
Stars: ✭ 114 (+165.12%)
Mutual labels:  fusion
cxr8
No description or website provided.
Stars: ✭ 36 (-16.28%)
Mutual labels:  medical-images
RGB-Fusion-Tool-PS
Powershell that use RGB Fusion CLI to associate profiles with Windows Processes
Stars: ✭ 30 (-30.23%)
Mutual labels:  fusion
paramak
Create parametric 3D fusion reactor CAD and neutronics models
Stars: ✭ 40 (-6.98%)
Mutual labels:  fusion
temporal-binding-network
Implementation of "EPIC-Fusion: Audio-Visual Temporal Binding for Egocentric Action Recognition, ICCV, 2019" in PyTorch
Stars: ✭ 95 (+120.93%)
Mutual labels:  fusion

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

Noninvasive Evaluation of the Pathologic Grade of Hepatocellular Carcinoma Using MCF-3DCNN: A Pilot Study

Requirements

Python 2.7

TensorFlow == 1.4.0

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

Run:

  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. You can get access to anonymous data here.

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

One Vs. Other

A multi-classification problem is transformed into multiple binary classification problems. The results are as follow:

The average area under the ROC curve for 3DCNN for discriminating poorly, moderately and well differentiated HCCs.

Reference

Keras-Project-Template

Citation

If you use this code or data 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}    
}
Da-wei Yang, Xi-bin Jia, Yu-jie Xiao, Xiao-pei Wang, Zhen-chang Wang, and Zheng-han Yang, “Noninvasive Evaluation of the Pathologic Grade of Hepatocellular Carcinoma Using MCF-3DCNN: A Pilot Study,” BioMed Research International, vol. 2019, Article ID 9783106, 12 pages, 2019. https://doi.org/10.1155/2019/9783106.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].