xueh commited on
Commit
d215348
·
verified ·
1 Parent(s): 995d017

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -1,59 +1,96 @@
1
 
2
  Model Card Template
 
3
  Date effective: March 2026
 
4
  Owner: ORA, Internal Policy & Practice
 
5
  INSTRUCTIONS: Create a copy of this template for your model. CELA frontline approval is required before publication.
 
6
  Model summary
 
7
  Developer Microsoft Research, Health Futures
 
8
  Description PSIRNet accelerates PSIR LGE cardiac MR imaging by eightfold or more while preserving diagnostic image quality.
 
9
  Model architecture This model is an instantiation of the variational network architecture (an unrolled method used to solve inverse problems).
 
10
  Parameters • PSIRNet: 845 million trainable parameters
 
11
  Inputs Inputs to model are four 4D tensors [B, C, H, W] for batch, channel, height and width.
 
12
  Context length Not applicable
 
13
  Outputs Output tensor is in the shape of [B, C, H, W].
 
14
  GPUs 64x MI300x
 
15
  Training time 7 days
 
16
  Public data summary (or summaries) Not applicable
 
17
  Dates Aug 2025
 
18
  Status Jan 2018 - Dec 2020
 
19
  Release date
 
20
  Release date in the EU (if different) Mar 2026
 
21
  License MIT license
 
22
  Model dependencies: N/A
 
23
  List and link to any additional related assets N/A
 
24
  Acceptable use policy N/A
25
 
26
  1. Model overview
27
  PSIRNet is a physics-guided, end-to-end deep learning reconstruction model for free-breathing late gadolinium enhancement (LGE) cardiac MRI that produces a phase-sensitive inversion recovery (PSIR) image (with surface coil correction) from a single interleaved inversion-recovery/proton-density (IR/PD) acquisition, replacing the typical MOCO PSIR workflow that relies on 8–24 averages.
 
28
  1.1 Alignment approach
29
  This model was trained from scratch and did not require an alignment step.
 
30
  2. Usage
 
31
  2.1 Primary use cases
32
  This model is only suited to reconstruct PSIR LGE cardiac MR images.
 
33
  2.2 Out-of-scope use cases
34
  This model shall not be used for any out-of-scope use cases.
 
35
  2.3 Distribution channels
36
  Model source code is available at https://github.com/microsoft/psirnet
37
  Pre-trained models are available at https://huggingface.co/microsoft/psirnet
 
38
  2.4 Input formats
39
  Inputs to model are four 4D tensor [B, C, H, W] for batch, channel , height and width.
 
40
  2.5 Technical requirements and integration guidance
41
  Recommend GPU should have >=16GB memory. NVIDIA A100 or newer GPUs are the best.
 
42
  2.6 Responsible AI considerations
43
  This model is for the very dedicated using scenario. Only domain experts with good knowledge of MR imaging should deploy the model. No explicit responsible AI considerations are involved.
 
44
  3. Data overview
 
45
  3.1 Training, testing, and validation datasets
46
  Data from the National Institutes of Health Cardiac MRI Raw Data Repository, hosted by the Intramural Research Program of the National Heart Lung and Blood Institute, were curated with the required ethical and/or secondary audit use approvals or guidelines permitting the retrospective analysis of anonymized data without requiring written informed consent for secondary usage for the purpose of technical development, protocol optimization, and/or quality control. The data was fully anonymized and used for training without exclusion. Data were split on a per-patient basis to prevent leakage in network training: all slices from a given patient were assigned to a single partition—640,000 slices (42,822 patients) for training, the remainder 160,653 slices (13,095 patients) for validation and testing—with no patient overlap across splits.
 
47
  4. Quality and performance evaluation
48
  The model was evaluated quantitatively on an external test set using image-similarity metrics (SSIM, PSNR, and NRMSE). Qualitative analysis was performed by two expert cardiologists using a 5-point Likert scale.
 
49
  4.1 Long context
50
  Not relevant
51
 
52
  4.2 Safety evaluation and red-teaming
53
  Model outputs were compared to clinical target images. The standard quality metrics were computed.
 
54
  5. Tracked capability evaluations
55
  This model is not a frontier model.
 
56
  6. Requests for additional information may be directed to MSFTAIActRequest@microsoft.com.
 
57
  7. Appendix
58
  None
59
 
 
1
 
2
  Model Card Template
3
+
4
  Date effective: March 2026
5
+
6
  Owner: ORA, Internal Policy & Practice
7
+
8
  INSTRUCTIONS: Create a copy of this template for your model. CELA frontline approval is required before publication.
9
+
10
  Model summary
11
+
12
  Developer Microsoft Research, Health Futures
13
+
14
  Description PSIRNet accelerates PSIR LGE cardiac MR imaging by eightfold or more while preserving diagnostic image quality.
15
+
16
  Model architecture This model is an instantiation of the variational network architecture (an unrolled method used to solve inverse problems).
17
+
18
  Parameters • PSIRNet: 845 million trainable parameters
19
+
20
  Inputs Inputs to model are four 4D tensors [B, C, H, W] for batch, channel, height and width.
21
+
22
  Context length Not applicable
23
+
24
  Outputs Output tensor is in the shape of [B, C, H, W].
25
+
26
  GPUs 64x MI300x
27
+
28
  Training time 7 days
29
+
30
  Public data summary (or summaries) Not applicable
31
+
32
  Dates Aug 2025
33
+
34
  Status Jan 2018 - Dec 2020
35
+
36
  Release date
37
+
38
  Release date in the EU (if different) Mar 2026
39
+
40
  License MIT license
41
+
42
  Model dependencies: N/A
43
+
44
  List and link to any additional related assets N/A
45
+
46
  Acceptable use policy N/A
47
 
48
  1. Model overview
49
  PSIRNet is a physics-guided, end-to-end deep learning reconstruction model for free-breathing late gadolinium enhancement (LGE) cardiac MRI that produces a phase-sensitive inversion recovery (PSIR) image (with surface coil correction) from a single interleaved inversion-recovery/proton-density (IR/PD) acquisition, replacing the typical MOCO PSIR workflow that relies on 8–24 averages.
50
+
51
  1.1 Alignment approach
52
  This model was trained from scratch and did not require an alignment step.
53
+
54
  2. Usage
55
+
56
  2.1 Primary use cases
57
  This model is only suited to reconstruct PSIR LGE cardiac MR images.
58
+
59
  2.2 Out-of-scope use cases
60
  This model shall not be used for any out-of-scope use cases.
61
+
62
  2.3 Distribution channels
63
  Model source code is available at https://github.com/microsoft/psirnet
64
  Pre-trained models are available at https://huggingface.co/microsoft/psirnet
65
+
66
  2.4 Input formats
67
  Inputs to model are four 4D tensor [B, C, H, W] for batch, channel , height and width.
68
+
69
  2.5 Technical requirements and integration guidance
70
  Recommend GPU should have >=16GB memory. NVIDIA A100 or newer GPUs are the best.
71
+
72
  2.6 Responsible AI considerations
73
  This model is for the very dedicated using scenario. Only domain experts with good knowledge of MR imaging should deploy the model. No explicit responsible AI considerations are involved.
74
+
75
  3. Data overview
76
+
77
  3.1 Training, testing, and validation datasets
78
  Data from the National Institutes of Health Cardiac MRI Raw Data Repository, hosted by the Intramural Research Program of the National Heart Lung and Blood Institute, were curated with the required ethical and/or secondary audit use approvals or guidelines permitting the retrospective analysis of anonymized data without requiring written informed consent for secondary usage for the purpose of technical development, protocol optimization, and/or quality control. The data was fully anonymized and used for training without exclusion. Data were split on a per-patient basis to prevent leakage in network training: all slices from a given patient were assigned to a single partition—640,000 slices (42,822 patients) for training, the remainder 160,653 slices (13,095 patients) for validation and testing—with no patient overlap across splits.
79
+
80
  4. Quality and performance evaluation
81
  The model was evaluated quantitatively on an external test set using image-similarity metrics (SSIM, PSNR, and NRMSE). Qualitative analysis was performed by two expert cardiologists using a 5-point Likert scale.
82
+
83
  4.1 Long context
84
  Not relevant
85
 
86
  4.2 Safety evaluation and red-teaming
87
  Model outputs were compared to clinical target images. The standard quality metrics were computed.
88
+
89
  5. Tracked capability evaluations
90
  This model is not a frontier model.
91
+
92
  6. Requests for additional information may be directed to MSFTAIActRequest@microsoft.com.
93
+
94
  7. Appendix
95
  None
96