All Projects → clamesc → Machine-Learning-in-Medical-Imaging--U-Net

clamesc / Machine-Learning-in-Medical-Imaging--U-Net

Licence: GPL-3.0 license
TUM_MLMI_SS16: Convolutional Neural Network using U-Net architecture to predict one modality of a brain MRI scan from another modality.

Programming Languages

matlab
3953 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Machine-Learning-in-Medical-Imaging--U-Net

nobrainer
A framework for developing neural network models for 3D image processing.
Stars: ✭ 123 (+459.09%)
Mutual labels:  medical-imaging
3D-GuidedGradCAM-for-Medical-Imaging
This Repo containes the implemnetation of generating Guided-GradCAM for 3D medical Imaging using Nifti file in tensorflow 2.0. Different input files can be used in that case need to edit the input to the Guided-gradCAM model.
Stars: ✭ 60 (+172.73%)
Mutual labels:  medical-imaging
GateContrib
User-oriented public repository of Gate (macros, examples and user contributions)
Stars: ✭ 57 (+159.09%)
Mutual labels:  medical-imaging
time-series-annotator
Time series annotation library.
Stars: ✭ 52 (+136.36%)
Mutual labels:  medical-imaging
direct
Deep learning framework for MRI reconstruction
Stars: ✭ 161 (+631.82%)
Mutual labels:  medical-imaging
GaNDLF
A generalizable application framework for segmentation, regression, and classification using PyTorch
Stars: ✭ 77 (+250%)
Mutual labels:  medical-imaging
melanoma segmentation
Segmentation of skin cancers on ISIC 2017 challenge dataset.
Stars: ✭ 47 (+113.64%)
Mutual labels:  medical-imaging
bisqueUCSB
BisQue is an ML Platform for storing, analyzing, and visualizing your data all in the browser.
Stars: ✭ 26 (+18.18%)
Mutual labels:  medical-imaging
chest xray 14
Benchmarks on NIH Chest X-ray 14 dataset
Stars: ✭ 67 (+204.55%)
Mutual labels:  medical-imaging
ICIP2018CDM
The ICIP2018 paper "Color Image Demosaicking using a 3-stage Convolutional Neural Network Structure"
Stars: ✭ 15 (-31.82%)
Mutual labels:  matconvnet
Deep-Learning-liver-segmentation
Application of Deep Learning to the segmentation of medical images
Stars: ✭ 39 (+77.27%)
Mutual labels:  medical-imaging
mrnet
Building an ACL tear detector to spot knee injuries from MRIs with PyTorch (MRNet)
Stars: ✭ 98 (+345.45%)
Mutual labels:  medical-imaging
Malaria-Detection-using-Keras
Malaria Detection using Deep Learning from Images made available publicly from NIH
Stars: ✭ 38 (+72.73%)
Mutual labels:  medical-imaging
SemiDenseNet
Repository containing the code of one of the networks that we employed in the iSEG Grand MICCAI Challenge 2017, infant brain segmentation.
Stars: ✭ 55 (+150%)
Mutual labels:  medical-imaging
monai-deploy
MONAI Deploy aims to become the de-facto standard for developing, packaging, testing, deploying and running medical AI applications in clinical production.
Stars: ✭ 56 (+154.55%)
Mutual labels:  medical-imaging
ResUNetPlusPlus-with-CRF-and-TTA
ResUNet++, CRF, and TTA for segmentation of medical images (IEEE JBIHI)
Stars: ✭ 98 (+345.45%)
Mutual labels:  medical-imaging
cucim
No description or website provided.
Stars: ✭ 218 (+890.91%)
Mutual labels:  medical-imaging
subpixel-embedding-segmentation
PyTorch Implementation of Small Lesion Segmentation in Brain MRIs with Subpixel Embedding (ORAL, MICCAIW 2021)
Stars: ✭ 22 (+0%)
Mutual labels:  medical-imaging
CS-Net
CS-Net (MICCAI 2019) and CS2-Net (MedIA 2020)
Stars: ✭ 53 (+140.91%)
Mutual labels:  medical-imaging
CNN-DICOM-Segmentation
DICOM Image Segmentation with CNNs in Tensorflow
Stars: ✭ 87 (+295.45%)
Mutual labels:  medical-imaging

Machine-Learning-in-Medical-Imaging--U-Net

U-Net is a Convolutional Neural Network (CNN) that was designed for biological image segmentation. In order to preserve finer feature maps, skipping connections are used that complement the data in deeper layers. In this work, the same architecture was adapted for MRI brain scans to predict one modality given another. This was done by sclicing raw volumetric MRI data scanned in two different modalities into 2D images that the network could be trained on. The network was implemented using matConvNet, a MATLAB toolbox for CNNs.

Final Presentation

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