All Projects → hmshan → CPCE-3D

hmshan / CPCE-3D

Licence: other
Low-dose CT via Transfer Learning from a 2D Trained Network, In IEEE TMI 2018

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to CPCE-3D

Accel Brain Code
The purpose of this repository is to make prototypes as case study in the context of proof of concept(PoC) and research and development(R&D) that I have written in my website. The main research topics are Auto-Encoders in relation to the representation learning, the statistical machine learning for energy-based models, adversarial generation networks(GANs), Deep Reinforcement Learning such as Deep Q-Networks, semi-supervised learning, and neural network language model for natural language processing.
Stars: ✭ 166 (+315%)
Mutual labels:  generative-adversarial-network, transfer-learning
favorite-research-papers
Listing my favorite research papers 📝 from different fields as I read them.
Stars: ✭ 12 (-70%)
Mutual labels:  generative-adversarial-network, transfer-learning
Freezed
Freeze the Discriminator: a Simple Baseline for Fine-Tuning GANs (CVPRW 2020)
Stars: ✭ 195 (+387.5%)
Mutual labels:  generative-adversarial-network, transfer-learning
Deep-Learning
It contains the coursework and the practice I have done while learning Deep Learning.🚀 👨‍💻💥 🚩🌈
Stars: ✭ 21 (-47.5%)
Mutual labels:  generative-adversarial-network, transfer-learning
stylegan-encoder
StyleGAN Encoder - converts real images to latent space
Stars: ✭ 694 (+1635%)
Mutual labels:  generative-adversarial-network, perceptual-losses
deep-learning-roadmap
my own deep learning mastery roadmap
Stars: ✭ 40 (+0%)
Mutual labels:  generative-adversarial-network
Wasserstein2GenerativeNetworks
PyTorch implementation of "Wasserstein-2 Generative Networks" (ICLR 2021)
Stars: ✭ 38 (-5%)
Mutual labels:  generative-adversarial-network
Audio2Guitarist-GAN
Two-stage GANs that generate fingerstyle guitarist images from audio.
Stars: ✭ 53 (+32.5%)
Mutual labels:  generative-adversarial-network
Adversarial-Learning-for-Generative-Conversational-Agents
This repository contains a new adversarial training method for Generative Conversational Agents
Stars: ✭ 71 (+77.5%)
Mutual labels:  generative-adversarial-network
pytorch-dann
A PyTorch implementation for Unsupervised Domain Adaptation by Backpropagation
Stars: ✭ 110 (+175%)
Mutual labels:  generative-adversarial-network
dictlearn
Dictionary Learning for image processing
Stars: ✭ 23 (-42.5%)
Mutual labels:  denoising
MoeFlow
Repository for anime characters recognition website, powered by TensorFlow
Stars: ✭ 113 (+182.5%)
Mutual labels:  transfer-learning
Keras-MultiClass-Image-Classification
Multiclass image classification using Convolutional Neural Network
Stars: ✭ 48 (+20%)
Mutual labels:  transfer-learning
gan-vae-pretrained-pytorch
Pretrained GANs + VAEs + classifiers for MNIST/CIFAR in pytorch.
Stars: ✭ 134 (+235%)
Mutual labels:  generative-adversarial-network
style-vae
Implementation of VAE and Style-GAN Architecture Achieving State of the Art Reconstruction
Stars: ✭ 25 (-37.5%)
Mutual labels:  perceptual-losses
keras-text-to-image
Translate text to image in Keras using GAN and Word2Vec as well as recurrent neural networks
Stars: ✭ 60 (+50%)
Mutual labels:  generative-adversarial-network
Long-Tail-GAN
Adversarial learning framework to enhance long-tail recommendation in Neural Collaborative Filtering
Stars: ✭ 19 (-52.5%)
Mutual labels:  generative-adversarial-network
task-transferability
Data and code for our paper "Exploring and Predicting Transferability across NLP Tasks", to appear at EMNLP 2020.
Stars: ✭ 35 (-12.5%)
Mutual labels:  transfer-learning
aml-keras-image-recognition
A sample Azure Machine Learning project for Transfer Learning-based custom image recognition by utilizing Keras.
Stars: ✭ 14 (-65%)
Mutual labels:  transfer-learning
TransTQA
Author: Wenhao Yu ([email protected]). EMNLP'20. Transfer Learning for Technical Question Answering.
Stars: ✭ 12 (-70%)
Mutual labels:  transfer-learning

Low-Dose CT via Transfer Learning from a 2D Trained Network

This repository contains the code for CPCE-3D network introduced in the following paper

3D Convolutional Encoder-Decoder Network for Low-Dose CT via Transfer Learning from a 2D Trained Network (IEEE TMI)

Installation

Make sure you have Python 2.7 installed, then install TensorFlow and Scikit-learn on your system.

Usage

Prepare the training data

In order to start the training process, please prepare your training data in the following form:

  • data: N x D x W x H
  • label: N x W x H

Here N, D, W, and H are number, depth, width, and height of the input data, respectively. Each label corresponds to the central slice of input data. Then data and label are stored in a hdh5 file.

Pre-trained VGG model

Please also download the pre-trained VGG model from here. Link updated on Jan 23, 2019.

Training network

python main.py

If you want to use the transfer learning from 2D to 3D, please train a 2D model first. The CPCE-3D model here can automatically deal with 2D input and 3D input with various depths (3, 5, 7, and 9), relying on the input size. A simple 2D model CPCE-2D and its shortcut connection version are added for only 2D case.

Citation

If you found this code or our work useful please cite us

@article{shan20183d,
  title={3-D Convolutional Encoder-Decoder Network for Low-Dose CT via Transfer Learning from a 2-D Trained Network},
  author={Shan, Hongming and Zhang, Yi and Yang, Qingsong and Kruger, Uwe and Kalra, Mannudeep K and Sun, Ling and Cong, Wenxiang and Wang, Ge},
  journal={IEEE Transactions on Medical Imaging},
  volume={37},
  number={6},
  pages={1522--1534},
  year={2018},
  publisher={IEEE}
}

Contact

shanh at rpi dot edu

Any discussions, suggestions and questions are welcome!

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].