Skip to content

This repository contains an independent evaluation of the HUMUS-Net model applied to the fastMRI Brain dataset.

License

Notifications You must be signed in to change notification settings

AidasBat/HUMUS-Net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HUMUS-Net Evaluation on fastMRI Brain Dataset

This repository contains an independent evaluation of the HUMUS-Net model applied to the fastMRI Brain dataset.


Summary

HUMUS-Net is a state-of-the-art hybrid unrolled multi-scale network architecture originally designed for accelerated MRI reconstruction of knee data.
This evaluation adapts and tests HUMUS-Net on the fastMRI brain dataset, using updated evaluation script.


Evaluation Contents

  • evaluation/eval.py: Updated evaluation script customized for fastMRI brain data.
  • evaluation/figures: A few visualization of a reconstruction examples.

Evaluation results

Evaluation on fastMRI Brain dataset (8x acceleration, 4% center k-space) results:

Method SSIM NMSE PSNR
HUMUS-Net 0.8871 0.0265 31.9
  • Cross-domain evaluation on fastMRI datasets shows HUMUS-Net achieves reasonable generalization from knee to brain.

Slice 08 reconstruction and error map:

file_brain_AXFLAIR_200_6002471 h5_slice_002_comparison

How to Reproduce

  1. Clone this forked repository.
  2. Follow the original HUMUS-Net installation and setup instructions here.
  3. Download and prepare the fastMRI brain dataset from fastMRI.
  4. Run the evaluation using the updated evaluation/eval.py script:

Acknowledgments and references

About

This repository contains an independent evaluation of the HUMUS-Net model applied to the fastMRI Brain dataset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%