add README
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
license: apache-2.0
|
4 |
+
tags:
|
5 |
+
- mri
|
6 |
+
- reconstruction
|
7 |
+
- artifact correction
|
8 |
---
|
9 |
+
|
10 |
+
# VORTEX
|
11 |
+
|
12 |
+
<div align="center">
|
13 |
+
<img src="https://drive.google.com/uc?export=view&id=1q0jAm6Kg5ZhRg3h0w0ZbtIgcRF3_-Vgb" alt="Vortex Schematic" width="700px" />
|
14 |
+
</div>
|
15 |
+
|
16 |
+
> **VORTEX: Physics-Driven Data Augmentations for Consistency Training for Robust Accelerated MRI Reconstruction**\
|
17 |
+
> Arjun Desai, Beliz Gunel, Batu Ozturkler, Harris Beg, Shreyas Vasanawala, Brian Hargreaves, Christopher Ré, John Pauly, Akshay Chaudhari\
|
18 |
+
> https://arxiv.org/abs/2111.02549
|
19 |
+
|
20 |
+
This repository contains the artifacts for the VORTEX paper. To use our code
|
21 |
+
and artifacts in your research, please use the [Meddlr](https://github.com/ad12/meddlr) package.
|