zaccharieramzi commited on
Commit
1658c98
·
1 Parent(s): 7a4f625

Followed HF model card suggestions

Browse files
Files changed (1) hide show
  1. README.md +41 -1
README.md CHANGED
@@ -1,9 +1,49 @@
1
  # XPDNet-brain-af4
 
 
 
 
 
 
 
2
 
3
  This model was used to achieve the 2nd highest submission in terms of PSNR on the fastMRI dataset (see https://fastmri.org/leaderboards/).
4
  It is a base model for acceleration factor 4.
5
  The model uses 25 iterations and a medium MWCNN.
6
 
 
7
  For more details, see https://arxiv.org/abs/2010.07290.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
- Please cite the work above if you use this model.
 
1
  # XPDNet-brain-af4
2
+ ---
3
+ tags:
4
+ - TensorFlow
5
+ - MRI reconstruction
6
+ datasets:
7
+ - fastMRI
8
+ ---
9
 
10
  This model was used to achieve the 2nd highest submission in terms of PSNR on the fastMRI dataset (see https://fastmri.org/leaderboards/).
11
  It is a base model for acceleration factor 4.
12
  The model uses 25 iterations and a medium MWCNN.
13
 
14
+ ## Model description
15
  For more details, see https://arxiv.org/abs/2010.07290.
16
+ This section is WIP.
17
+
18
+ ## Intended uses and limitations
19
+ This model can be used to reconstruct brain data from Siemens scanner at acceleration factor 4.
20
+ It was shown [here](https://arxiv.org/abs/2106.00753), that it can generalize well, although further tests are required.
21
+
22
+ ## How to use
23
+ This model can be loaded using the following repo: https://github.com/zaccharieramzi/fastmri-reproducible-benchmark
24
+ The framework is TensorFlow.
25
+ Example notebooks and detailed use guides are WIP.
26
+
27
+ ## Limitations and bias
28
+ The limitations and bias of this model have not been properly investigated.
29
+
30
+ ## Training data
31
+ This model was trained using the [fastMRI dataset](https://fastmri.org/dataset/).
32
+
33
+ ## Training procedure
34
+ The training procedure is described in https://arxiv.org/abs/2010.07290.
35
+ This section is WIP.
36
+
37
+ ## Evaluation results
38
+ On the fastMRI validation dataset
39
+
40
+ | Contrast | T1 | T2 | FLAIR | T1-POST |
41
+ |----------|--------|--------|--------|---------|
42
+ | PSNR | 41.56 | 40.68 | 39.60 | 42.53 |
43
+ | SSIM | 0.9506 | 0.9554 | 0.9321 | 0.9683 |
44
+
45
+ Further results can be seen on the fastMRI leaderboards for the test and challenge dataset: https://fastmri.org/leaderboards/
46
+
47
+
48
+
49