Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- medical
|
4 |
+
- mri
|
5 |
+
- neuraloperator
|
6 |
+
- fastmri
|
7 |
+
pretty_name: fastMRI Tiny
|
8 |
+
---
|
9 |
+
# A Unified Model for Compressed Sensing MRI Across Undersampling Patterns
|
10 |
+
|
11 |
+
> [**A Unified Model for Compressed Sensing MRI Across Undersampling Patterns**](https://arxiv.org/abs/2410.16290)
|
12 |
+
> Armeet Singh Jatyani, Jiayun Wang, Aditi Chandrashekar, Zihui Wu, Miguel Liu-Schiaffini, Bahareh Tolooshams, Anima Anandkumar
|
13 |
+
> *Paper at [CVPR 2025](https://cvpr.thecvf.com/Conferences/2025/AcceptedPapers)*
|
14 |
+
|
15 |
+
This is a tiny subset of 230 fastMRI samples, used in the demo for the above [paper](https://huggingface.co/armeet/nomri) at CVPR 2025!
|
16 |
+
|
17 |
+
|
18 |
+
## Citation
|
19 |
+
|
20 |
+
If you found our work helpful or used any of our models (UDNO), please cite the following:
|
21 |
+
```bibtex
|
22 |
+
@inproceedings{jatyani2025nomri,
|
23 |
+
author = {Armeet Singh Jatyani* and Jiayun Wang* and Aditi Chandrashekar and Zihui Wu and Miguel Liu-Schiaffini and Bahareh Tolooshams and Anima Anandkumar},
|
24 |
+
title = {A Unified Model for Compressed Sensing MRI Across Undersampling Patterns},
|
25 |
+
booktitle = {Conference on Computer Vision and Pattern Recognition (CVPR) Proceedings},
|
26 |
+
abbr = {CVPR},
|
27 |
+
year = {2025}
|
28 |
+
}
|
29 |
+
```
|
30 |
+
|
31 |
+

|
32 |
+
|
33 |
+
https://arxiv.org/abs/2410.16290
|