All Projects → rmsouza01 → MC-MRI-Rec

rmsouza01 / MC-MRI-Rec

Licence: other
No description or website provided.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to MC-MRI-Rec

100-Days-of-JavaScript-Code
Completing 100DaysOfCode challenge by making 1 project every day using JavaScript for next 100 Days.
Stars: ✭ 133 (+241.03%)
Mutual labels:  challenge
trener
A simple programming challenge for implementing a train station app
Stars: ✭ 28 (-28.21%)
Mutual labels:  challenge
sunrise
NumPy, SciPy, MRI and Music | Presented at ISMRM 2021 Sunrise Educational Session
Stars: ✭ 20 (-48.72%)
Mutual labels:  mri-reconstruction
ROMEO
Executables for ROMEO unwrapping for Linux, Windows and Mac OSX
Stars: ✭ 27 (-30.77%)
Mutual labels:  mri-reconstruction
frontend-developer-challenge
Desafio para futuros desenvolvedores da Linx Impulse
Stars: ✭ 99 (+153.85%)
Mutual labels:  challenge
avast-ctf-cambridge-2018
🎖 A complete write-up of the Avast challenge given at Hack Cambridge 2018
Stars: ✭ 16 (-58.97%)
Mutual labels:  challenge
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 (-23.08%)
Mutual labels:  mri-reconstruction
vagas
🤝 Venha fazer parte do nosso time
Stars: ✭ 15 (-61.54%)
Mutual labels:  challenge
Hacktoberfest-2k19
A Repository for Micro Club members dedicated for Hacktoberfest 6th edition (2k19). The purpose of this repo is getting MC members into the open source community and help them develop and share projects and knowledge with other students, profesionals and open source enthousiasts while having a fun challenge !!
Stars: ✭ 16 (-58.97%)
Mutual labels:  challenge
front-end-challenge
Challenge for those seeking a role as a front-end developer @amarofashion
Stars: ✭ 97 (+148.72%)
Mutual labels:  challenge
direct
Deep learning framework for MRI reconstruction
Stars: ✭ 161 (+312.82%)
Mutual labels:  mri-reconstruction
challenge-bravo
Backend code challenge
Stars: ✭ 79 (+102.56%)
Mutual labels:  challenge
bootcamp-launchbase-desafios-03
Desafios do terceiro módulo do Bootcamp Launchbase 🚀👨🏻‍🚀
Stars: ✭ 53 (+35.9%)
Mutual labels:  challenge
rhme-2016
The RHme2 (Riscure Hack me 2) is a low level hardware CTF challenge that comes in the form of an Arduino Nano board. The new edition provides a completely different set of new challenges to test your skills in side channel, fault injection, cryptoanalysis and software exploitation attacks.
Stars: ✭ 42 (+7.69%)
Mutual labels:  challenge
challenges
A repository for challenges for various tech stacks.
Stars: ✭ 44 (+12.82%)
Mutual labels:  challenge
level-border
At any time, the size of the world border is equal to your level count
Stars: ✭ 14 (-64.1%)
Mutual labels:  challenge
crackerjack
A collection of crackmes
Stars: ✭ 37 (-5.13%)
Mutual labels:  challenge
frontend-developer-coding-challenge
Are your looking for a remote developer job? Solve this frontend developer challenge and show us what you can do and what you are an expert at!
Stars: ✭ 112 (+187.18%)
Mutual labels:  challenge
interview
Interview challenge for potential candidates.
Stars: ✭ 28 (-28.21%)
Mutual labels:  challenge
coding challenge-38
Bomberjam AI
Stars: ✭ 19 (-51.28%)
Mutual labels:  challenge

Multi-Coil MRI (MC-MRI) Reconstruction Challenge

12-channel (source domain)

12-channel

32-channel (target domain)

32-channel

Summary

Magnetic resonance (MR) is a sensitive diagnostic imaging modality that allows specific investigation of the structure and function of the brain and body. One major drawback is the overall MR acquisition time, which can easily exceed 30 minutes per subject. Lengthy MR acquisition times are costly (~$300 USD/per exam), increase susceptibility to motion artifacts, which negatively impact image quality, reduce patient throughput and contribute to patient discomfort. Parallel imaging (PI) and compressed sensing (CS) are two proven approaches that allow to speed-up MR exams by collecting fewer k-space samples than stated by the Nyquist sampling theorem. Deep learning methods are arguably the state-of-the-art for accelerated (i.e., from undersampled k- space) MR reconstruction. Many works in the literature indicate that there is potential to make MR exams up to ten times faster using sophisticated deep-learning-based reconstruction algorithms.To put that in perspective, in this challenge we use 1 mm isotropic 3D T1-weighted brain MR acquisitions that took on average nearly six minutes to be acquired. Making it ten times faster would reduce the exam time to nearly 36 seconds and that is expected to have an enormous societal impact. Deep learning reconstruction are divided in four groups: k-space-domain, image-domain, domain-transform, and hybrid k-space/image-domains learning. At the moment, there is no clear winner among these proposed models. That happens in part due to the lack of benchmark datasets that allow fair comparisons. The fastMRI initiative is one good step in that direction,. Our challenge is a complimentary initiative that provides high-resolutuon 3D brain data. Working with 3D data allows you to undersample in both the phase-encoded and the slice-encoded directions (i.e. sparser data), which potentially allows to further undersample k-space during acquisition. Most works so far investigated models that are specific to a coil with a given number of channels. Our challenge tackles this issue. The goals of this challenge are:

  • Compare different deep-learning-based MR reconstruction models on a large dataset (> 200 GB);
  • Assess reconstruction models generalizability to a new dataset with a different number of channels compared to the train and validation sets provided.

The challenge is composed of two separate tracks and teams are free to decide whether to submit to just one track or both. We encourage teams to submit to both tracks. Each track will have a separate ranking.

  • Track 01: sampling pattern masks will be provided for R={5,10} (R is a commonly used symbol to represent the acceleration factor) and submissions will be evaluated only on the 12-channel test data.
  • Track 02: sampling pattern masks will be provided for R={5,10}. Submissions will be evaluated both for the 12-channel and 32-channel test data.

In these two tracks, we expect to be able to assess MR reconstruction quality, which tends to result in reconstruction with noticeable loss in the high-frequency components, specially for such high acceleration rates. Also by having two separate tracks, we expect to be able to quantify whether a more generic model capable of reconstructing images acquired using coils with different number of channels will have a decreased performance (if any) compared to a more specific model.

Getting Started

  • Create a new enviornment and install the requirements in ./requirements.txt
  • Execute python setup.py develop in this directory to add the project directory to your PYTHONPATH environment variable
  • Download the data from the MR Reconstruction Challenge website.
  • Extract data into the ./Data folder. Alternatively, extract the data at your preferred location and assign the USER_SPECIFIED_DATA_PATH variable in ./mrrec/constants.py module to that directory.
  • Review JNotebooks for examples of how to use provided sample DataGenerator and baseline models.
  • Develop your own model for one

Repository Structure

  • Data - Contains the sampling pattern masks for R = 5 and R = 10;
  • mrrec - Python modules to help load and process the data;
  • JNotebooks
    • getting-started: Scripts illustrating how to load, visualize, and apply undersampling masks to the data. It also illustrates a simple image generator.
    • evaluation-system: Scripts for metrics computation and ranking of different submissions. Statistical analysis script will be included soon.
    • reference: Sample code illustrating how the test set references are computed. References are available only to the challenge organizers.
    • zero-filled-baseline: Zero-filled reconstruction baseline for the challenge. Files are saved in the same format as the challenge submission format.
    • unet-baseline (pending): U-net reconstruction baseline.

Public Submissions' Respositories

- [Baseline models](https://github.com/rmsouza01/CD-Deep-Cascade-MR-Reconstruction)
- [ResoNNance](https://github.com/directgroup/direct)
- [The Enchanted](https://github.com/amritkumar9595/the-enchanted-MC-MRRec)
- [TUMRI](https://github.com/tum-ri/mcmrireconz
- [M-L UNICAMP](https://github.com/alelopes/hybrid-multipath-reconstruction-network)

Questions?

More details about the challenge are available at the challenge webpage If you have any question or doubts, please contact Dr. Roberto Souza ([email protected]). He should be able to answer them and potentially add them to the FAQ page in the website.

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