SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2203.08213 · NeurIPS · 2022

HUMUS-Net: Hybrid unrolled multi-scale network architecture for accelerated MRI reconstruction

Mahdi Soltanolkotabi, Zalan Fabian, Berk Tinaz

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 5 functions out of this paper's own repositories and ran 5 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
MathFLDS/HUMUS-Net canonical 5 of 5
FunctionStatusWhere it lives
batched_mask_center Ran MathFLDS/HUMUS-Net/models/humus_net.py
code served (permissive licence) · get_code("f8ec18034e33feb4")
load_args_from_config Ran MathFLDS/HUMUS-Net/humus_examples/utils.py
code served (permissive licence) · get_code("1b315f2b67a89eab")
mask_center Ran MathFLDS/HUMUS-Net/models/humus_net.py
code served (permissive licence) · get_code("bdf81e063710a085")
window_partition Ran MathFLDS/HUMUS-Net/models/humus_block.py
code served (permissive licence) · get_code("f9fd6241d935f07b")
window_reverse Ran MathFLDS/HUMUS-Net/models/humus_block.py
code served (permissive licence) · get_code("fb32094c6dbece71")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

In accelerated MRI reconstruction, the anatomy of a patient is recovered from a set of undersampled and noisy measurements. Deep learning approaches have been proven to be successful in solving this ill-posed inverse problem and are capable of producing very high quality reconstructions. However, current architectures heavily rely on convolutions, that are content-independent and have difficulties modeling long-range dependencies in images. Recently, Transformers, the workhorse of contemporary natural language processing, have emerged as powerful building blocks for a multitude of vision tasks. These models split input images into non-overlapping patches, embed the patches into lower-dimensional tokens and utilize a self-attention mechanism that does not suffer from the aforementioned weaknesses of convolutional architectures. However, Transformers incur extremely high compute and memory cost when 1) the input image resolution is high and 2) when the image needs to be split into a large number of patches to preserve fine detail information, both of which are typical in low-level vision problems such as MRI reconstruction, having a compounding effect. To tackle these challenges, we propose HUMUS-Net, a hybrid architecture that combines the beneficial implicit bias and efficiency of convolutions with the power of Transformer blocks in an unrolled and multi-scale network. HUMUS-Net extracts high-resolution features via convolutional blocks and refines low-resolution features via a novel Transformer-based multi-scale feature extractor. Features from both levels are then synthesized into a high-resolution output reconstruction. Our network establishes new state of the art on the largest publicly available MRI dataset, the fastMRI dataset. We further demonstrate the performance of HUMUS-Net on two other popular MRI datasets and perform fine-grained ablation studies to validate our design.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2203.08213")
get_code_for_paper("2203.08213")
have("2203.08213")

Connect an agent — have() is free.