All Projects → NKI-AI → direct

NKI-AI / direct

Licence: Apache-2.0 license
Deep learning framework for MRI reconstruction

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to direct

fastmri-reproducible-benchmark
Try several methods for MRI reconstruction on the fastmri dataset. Home to the XPDNet, runner-up of the 2020 fastMRI challenge.
Stars: ✭ 117 (-27.33%)
Mutual labels:  mri-reconstruction, fastmri-challenge
sigmanet
Sigmanet: Systematic Evaluation of Iterative Deep Neural Networks for Fast Parallel MR Image Reconstruction,
Stars: ✭ 45 (-72.05%)
Mutual labels:  mri-reconstruction, fastmri-challenge
dl-cs
Compressed Sensing: From Research to Clinical Practice with Data-Driven Learning
Stars: ✭ 36 (-77.64%)
Mutual labels:  inverse-problems, mri-reconstruction
Neurite
Neural networks toolbox focused on medical image analysis
Stars: ✭ 203 (+26.09%)
Mutual labels:  medical-imaging
Bccd dataset
BCCD (Blood Cell Count and Detection) Dataset is a small-scale dataset for blood cells detection.
Stars: ✭ 216 (+34.16%)
Mutual labels:  medical-imaging
ResUNetPlusPlus-with-CRF-and-TTA
ResUNet++, CRF, and TTA for segmentation of medical images (IEEE JBIHI)
Stars: ✭ 98 (-39.13%)
Mutual labels:  medical-imaging
few-shot-segmentation
PyTorch implementation of 'Squeeze and Excite' Guided Few Shot Segmentation of Volumetric Scans
Stars: ✭ 78 (-51.55%)
Mutual labels:  medical-imaging
Miscnn
A framework for Medical Image Segmentation with Convolutional Neural Networks and Deep Learning
Stars: ✭ 194 (+20.5%)
Mutual labels:  medical-imaging
time-series-annotator
Time series annotation library.
Stars: ✭ 52 (-67.7%)
Mutual labels:  medical-imaging
DARTS
Code for DARTS: DenseUnet-based Automatic Rapid Tool for brain Segmentation
Stars: ✭ 61 (-62.11%)
Mutual labels:  medical-imaging
Innereye Deeplearning
Medical Imaging Deep Learning library to train and deploy models on Azure Machine Learning and Azure Stack
Stars: ✭ 246 (+52.8%)
Mutual labels:  medical-imaging
Delira
Lightweight framework for fast prototyping and training deep neural networks with PyTorch and TensorFlow
Stars: ✭ 220 (+36.65%)
Mutual labels:  medical-imaging
nobrainer
A framework for developing neural network models for 3D image processing.
Stars: ✭ 123 (-23.6%)
Mutual labels:  medical-imaging
Pyimsegm
Image segmentation - general superpixel segmentation & center detection & region growing
Stars: ✭ 213 (+32.3%)
Mutual labels:  medical-imaging
Deep-Learning-liver-segmentation
Application of Deep Learning to the segmentation of medical images
Stars: ✭ 39 (-75.78%)
Mutual labels:  medical-imaging
Radio
RadIO is a library for data science research of computed tomography imaging
Stars: ✭ 198 (+22.98%)
Mutual labels:  medical-imaging
kt-Dynamic-MRI-Reconstruction
[MRM'21] Complementary Time-Frequency Domain Network for Dynamic Parallel MR Image Reconstruction. [MICCAI'19] k-t NEXT: Dynamic MR Image Reconstruction Exploiting Spatio-Temporal Correlations
Stars: ✭ 30 (-81.37%)
Mutual labels:  mri-reconstruction
Gdcm
Grassroots DICOM read-only mirror. Only for Pull Request. Please report bug at http://sf.net/p/gdcm
Stars: ✭ 240 (+49.07%)
Mutual labels:  medical-imaging
Dicoogle
Dicoogle - Open Source PACS
Stars: ✭ 237 (+47.2%)
Mutual labels:  medical-imaging
melanoma segmentation
Segmentation of skin cancers on ISIC 2017 challenge dataset.
Stars: ✭ 47 (-70.81%)
Mutual labels:  medical-imaging
tox pylint black codacy codecov

DIRECT: Deep Image REConstruction Toolkit

DIRECT is a Python, end-to-end pipeline for solving Inverse Problems emerging in Imaging Processing. It is built with PyTorch and stores state-of-the-art Deep Learning imaging inverse problem solvers such as denoising, dealiasing and reconstruction. By defining a base forward linear or non-linear operator, DIRECT can be used for training models for recovering images such as MRIs from partially observed or noisy input data. DIRECT stores inverse problem solvers such as the Learned Primal Dual algorithm, Recurrent Inference Machine and Recurrent Variational Network, which were part of the winning solution in Facebook & NYUs FastMRI challenge in 2019 and the Calgary-Campinas MRI reconstruction challenge at MIDL 2020. For a full list of the baselines currently implemented in DIRECT see here.

Zero-filled reconstruction, Compressed-Sensing (CS) reconstruction using the BART toolbox, Reconstruction using a RIM model trained with DIRECT

Installation and Quick Start

Check out the documentation for installation and a quick start.

Projects

In the projects folder baseline model configurations are provided for each project.

Baselines and trained models

We provide a set of baseline results and trained models in the DIRECT Model Zoo. Baselines and trained models include the Recurrent Variational Network (RecurrentVarNet), the Recurrent Inference Machine (RIM), the End-to-end Variational Network (VarNet), the Learned Primal Dual Network (LDPNet), the X-Primal Dual Network (XPDNet), the KIKI-Net, the U-Net, the Joint-ICNet, and the AIRS Medical fastmri model (MultiDomainNet).

License and usage

DIRECT is not intended for clinical use. DIRECT is released under the Apache 2.0 License.

Citing DIRECT

If you use DIRECT in your own research, or want to refer to baseline results published in the DIRECT Model Zoo, please use the following BiBTeX entry:

@misc{DIRECTTOOLKIT,
  doi = {10.21105/joss.04278},
  url = {https://doi.org/10.21105/joss.04278},
  year = {2022},
  publisher = {The Open Journal},
  volume = {7},
  number = {73},
  pages = {4278},
  author = {George Yiasemis and Nikita Moriakov and Dimitrios Karkalousos and Matthan Caan and Jonas Teuwen},
  title = {DIRECT: Deep Image REConstruction Toolkit},
  journal = {Journal of Open Source Software}
}
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].