This repository contains an independent evaluation of the HUMUS-Net model applied to the fastMRI Brain dataset.
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/eval.py
: Updated evaluation script customized for fastMRI brain data.evaluation/figures
: A few visualization of a reconstruction examples.
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:

- Clone this forked repository.
- Follow the original HUMUS-Net installation and setup instructions here.
- Download and prepare the fastMRI brain dataset from fastMRI.
- Run the evaluation using the updated
evaluation/eval.py
script:
- HUMUS-Net repository
- HUMUS-Net: Hybrid Unrolled Multi-scale Network Architecture for Accelerated MRI Reconstruction: Fabian, Z., Tinaz, B. and Soltanolkotabi, M. (2022) ‘HUMUS-Net: Hybrid unrolled multi-scale network architecture for accelerated MRI reconstruction’. arXiv. Available at: https://doi.org/10.48550/ARXIV.2203.08213.
- fastMRI repository
- fastMRI: Zbontar et al., fastMRI: An Open Dataset and Benchmarks for Accelerated MRI, https://arxiv.org/abs/1811.08839