wdika commited on
Commit
899ed1c
1 Parent(s): 61e032f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +128 -0
README.md ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ library_name: atommic
6
+ datasets:
7
+ - StanfordKnees2019
8
+ thumbnail: null
9
+ tags:
10
+ - image-reconstruction
11
+ - JointICNet
12
+ - ATOMMIC
13
+ - pytorch
14
+ model-index:
15
+ - name: REC_JointICNet_StanfordKnees2019_gaussian2d_12x_AutoEstimationCSM
16
+ results: []
17
+
18
+ ---
19
+
20
+
21
+ ## Model Overview
22
+
23
+ Joint Deep Model-Based MR Image and coil sensitivity Reconstruction Network (JointICNet) for 12x accelerated MRI Reconstruction on the StanfordKnees2019 dataset.
24
+
25
+
26
+ ## ATOMMIC: Training
27
+
28
+ To train, fine-tune, or test the model you will need to install [ATOMMIC](https://github.com/wdika/atommic). We recommend you install it after you've installed latest Pytorch version.
29
+ ```
30
+ pip install atommic['all']
31
+ ```
32
+
33
+ ## How to Use this Model
34
+
35
+ The model is available for use in ATOMMIC, and can be used as a pre-trained checkpoint for inference or for fine-tuning on another dataset.
36
+
37
+ Corresponding configuration YAML files can be found [here](https://github.com/wdika/atommic/tree/main/projects/REC/StanfordKnees2019/conf).
38
+
39
+
40
+ ### Automatically instantiate the model
41
+
42
+ ```base
43
+ pretrained: true
44
+ checkpoint: https://huggingface.co/wdika/REC_JointICNet_StanfordKnees2019_gaussian2d_12x_AutoEstimationCSM/blob/main/REC_JointICNet_StanfordKnees2019_gaussian2d_12x_AutoEstimationCSM.atommic
45
+ mode: test
46
+ ```
47
+
48
+ ### Usage
49
+
50
+ You need to download the Stanford Knees 2019 dataset to effectively use this model. Check the [StanfordKnees2019](https://github.com/wdika/atommic/blob/main/projects/REC/StanfordKnees2019/README.md) page for more information.
51
+
52
+
53
+ ## Model Architecture
54
+ ```base
55
+ model:
56
+ model_name: JointICNet
57
+ num_iter: 2
58
+ kspace_unet_num_filters: 16
59
+ kspace_unet_num_pool_layers: 2
60
+ kspace_unet_dropout_probability: 0.0
61
+ kspace_unet_padding_size: 11
62
+ kspace_unet_normalize: true
63
+ imspace_unet_num_filters: 16
64
+ imspace_unet_num_pool_layers: 2
65
+ imspace_unet_dropout_probability: 0.0
66
+ imspace_unet_padding_size: 11
67
+ imspace_unet_normalize: true
68
+ SENSE_unet_num_filters: 16
69
+ SENSE_unet_num_pool_layers: 2
70
+ SENSE_unet_dropout_probability: 0.0
71
+ SENSE_unet_padding_size: 11
72
+ SENSE_unet_normalize: true
73
+ dimensionality: 2
74
+ ```
75
+
76
+ ## Training
77
+ ```base
78
+ optim:
79
+ name: adamw
80
+ lr: 1e-4
81
+ betas:
82
+ - 0.9
83
+ - 0.999
84
+ weight_decay: 0.0
85
+ sched:
86
+ name: InverseSquareRootAnnealing
87
+ min_lr: 0.0
88
+ last_epoch: -1
89
+ warmup_ratio: 0.1
90
+
91
+ trainer:
92
+ strategy: ddp_find_unused_parameters_false
93
+ accelerator: gpu
94
+ devices: 1
95
+ num_nodes: 1
96
+ max_epochs: 20
97
+ precision: 16-mixed
98
+ enable_checkpointing: false
99
+ logger: false
100
+ log_every_n_steps: 50
101
+ check_val_every_n_epoch: -1
102
+ max_steps: -1
103
+ ```
104
+
105
+ ## Performance
106
+
107
+ To compute the targets using the raw k-space and the chosen coil combination method, accompanied with the chosen coil sensitivity maps estimation method, you can use [targets](https://github.com/wdika/atommic/tree/main/projects/REC/StanfordKnees2019/conf/targets) configuration files.
108
+
109
+ Evaluation can be performed using the [evaluation](https://github.com/wdika/atommic/blob/main/tools/evaluation/reconstruction.py) script for the reconstruction task, with --evaluation_type per_slice.
110
+
111
+ Results
112
+ -------
113
+
114
+ Evaluation against SENSE targets
115
+ --------------------------------
116
+ 12x: MSE = 0.001713 +/- 0.006045 NMSE = 0.06275 +/- 0.127 PSNR = 29.52 +/- 6.327 SSIM = 0.7274 +/- 0.2913
117
+
118
+
119
+ ## Limitations
120
+
121
+ This model was trained on the StanfordKnees2019 batch0 using a UNet coil sensitivity maps estimation and Geometric Decomposition Coil-Compressions to 1-coil, and might differ from the results reported on the challenge leaderboard.
122
+
123
+
124
+ ## References
125
+
126
+ [1] [ATOMMIC](https://github.com/wdika/atommic)
127
+
128
+ [2] Epperson K, Rt R, Sawyer AM, et al. Creation of Fully Sampled MR Data Repository for Compressed SENSEing of the Knee. SMRT Conference 2013;2013:1