All Projects → ehosseiniasl → 3d-convolutional-network

ehosseiniasl / 3d-convolutional-network

Licence: other
Alzheimer disease diagnosis by Deeply Supervised 3D Convolutional Network

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to 3d-convolutional-network

MinkLoc3D
MinkLoc3D: Point Cloud Based Large-Scale Place Recognition
Stars: ✭ 83 (+25.76%)
Mutual labels:  3d-convolutional-network
uniformer-pytorch
Implementation of Uniformer, a simple attention and 3d convolutional net that achieved SOTA in a number of video classification tasks, debuted in ICLR 2022
Stars: ✭ 90 (+36.36%)
Mutual labels:  3d-convolutional-network
stconvs2s
Code for the paper "STConvS2S: Spatiotemporal Convolutional Sequence to Sequence Network for Weather Forecasting" (Neurocomputing, Elsevier)
Stars: ✭ 40 (-39.39%)
Mutual labels:  3d-convolutional-network
MinkLocMultimodal
MinkLoc++: Lidar and Monocular Image Fusion for Place Recognition
Stars: ✭ 65 (-1.52%)
Mutual labels:  3d-convolutional-network
Lip Reading Deeplearning
🔓 Lip Reading - Cross Audio-Visual Recognition using 3D Architectures
Stars: ✭ 1,641 (+2386.36%)
Mutual labels:  3d-convolutional-network
Saliency-Tubes-Visual-Explanations-for-Spatio-Temporal-Convolutions
[ICIP 2019] Implementation of Saliency Tubes for 3D Convolutions in Pytoch and Keras to localise the focus spatio-temporal regions of 3D CNNs.
Stars: ✭ 43 (-34.85%)
Mutual labels:  3d-convolutional-network
HyperDenseNet pytorch
Pytorch version of the HyperDenseNet deep neural network for multi-modal image segmentation
Stars: ✭ 58 (-12.12%)
Mutual labels:  3d-convolutional-network
Alzheimers Diagnosis StageDetermination
E6893 Final Project for ja3130, mn2769, and hz2441 (Project ID: 201712-18)
Stars: ✭ 21 (-68.18%)
Mutual labels:  alzheimer-disease-diagnostics

Alzheimer Disease Diagnosis by Deeply Supervised 3D Convolutional Network

Diagnosing Alzheimer disease from 3D MRI T1 scans from ADNI dataset. The initial results using 3D Convolutional Network is published in ICIP 2016 [1]. The second model used deeply supervision to boost the performance on all binary and three-way classification of AD/MCI/Normal classes. The results are published on arxiv [2]

Using Transfer Learning

  • Pretraining 3D CNN with 3D Convolutional Autoencoder on source domain
  • Finetuning uper fully-connected layers of 3D CNN using supervised fine-tuning on target domain
  • Using deeply supervision in supervised fine-tuning of upper fully-connected layers

DATA

List of all subject ids are in ADNI_subject_id directory

###Papers

  • [1] E. Hosseini-Asl, R. Keynton and A. El-Baz, "Alzheimer's disease diagnostics by adaptation of 3D convolutional network," 2016 IEEE International Conference on Image Processing (ICIP), Phoenix, AZ, USA, 2016, pp. 126-130.
  • [2] E. Hosseini-Asl, G. Gimel'farb, and A. El-Baz, “Alzheimer's Disease Diagnostics by a Deeply Supervised Adaptable 3D Convolutional Network”, arXiv:1607.00556 [cs.LG, q-bio.NC, stat.ML], 2016.
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].