manu02 commited on
Commit
068cd17
·
verified ·
1 Parent(s): 35e55cc

Upload MIMIC test evaluation results

Browse files
README.md CHANGED
@@ -34,7 +34,7 @@ metrics:
34
  - Project status: `Training in progress`
35
  - Release status: `Research preview checkpoint`
36
  - Current checkpoint status: `Not final`
37
- - Training completion toward planned run: `98.26%` (`2.948` / `3` epochs)
38
  - Current published metrics are intermediate and will change as training continues.
39
 
40
  ## Overview
@@ -79,12 +79,12 @@ For local inference instructions, go to the [Inference](#inference) section.
79
  - Scheduler: `cosine`
80
  - Warmup steps: `5114`
81
  - Weight decay: `0.01`
82
- - Steps completed: `100480`
83
  - Planned total steps: `102276`
84
- - Images seen: `803922`
85
- - Total training time: `23.1894` hours
86
  - Hardware: `NVIDIA GeForce RTX 5070`
87
- - Final train loss: `2.1738`
88
  - Validation loss: `1.3692`
89
 
90
  ## MIMIC Test Results
@@ -96,13 +96,13 @@ Frontal-only evaluation using `PA/AP` studies only.
96
  | Metric | Value |
97
  | --- | --- |
98
  | Number of studies | `3041` |
99
- | RadGraph F1 | `0.0921` |
100
- | RadGraph entity F1 | `0.1404` |
101
- | RadGraph relation F1 | `0.1250` |
102
- | CheXpert F1 14-micro | `0.1840` |
103
- | CheXpert F1 5-micro | `0.2200` |
104
- | CheXpert F1 14-macro | `0.1101` |
105
- | CheXpert F1 5-macro | `0.1648` |
106
 
107
  ### Final Completed Training Results
108
 
@@ -182,13 +182,13 @@ print(report)
182
  - Dataset: `MIMIC-CXR test`
183
  - View filter: `frontal-only (PA/AP)`
184
  - Number of examples: `3041`
185
- - CheXpert F1 14-micro: `0.1840`
186
- - CheXpert F1 5-micro: `0.2200`
187
- - CheXpert F1 14-macro: `0.1101`
188
- - CheXpert F1 5-macro: `0.1648`
189
- - RadGraph F1: `0.0921`
190
- - RadGraph entity F1: `0.1404`
191
- - RadGraph relation F1: `0.1250`
192
  - RadGraph available: `True`
193
  - RadGraph error: `None`
194
 
 
34
  - Project status: `Training in progress`
35
  - Release status: `Research preview checkpoint`
36
  - Current checkpoint status: `Not final`
37
+ - Training completion toward planned run: `100.00%` (`4.000` / `3` epochs)
38
  - Current published metrics are intermediate and will change as training continues.
39
 
40
  ## Overview
 
79
  - Scheduler: `cosine`
80
  - Warmup steps: `5114`
81
  - Weight decay: `0.01`
82
+ - Steps completed: `102264`
83
  - Planned total steps: `102276`
84
+ - Images seen: `818196`
85
+ - Total training time: `23.5798` hours
86
  - Hardware: `NVIDIA GeForce RTX 5070`
87
+ - Final train loss: `1.1683`
88
  - Validation loss: `1.3692`
89
 
90
  ## MIMIC Test Results
 
96
  | Metric | Value |
97
  | --- | --- |
98
  | Number of studies | `3041` |
99
+ | RadGraph F1 | `0.0918` |
100
+ | RadGraph entity F1 | `0.1399` |
101
+ | RadGraph relation F1 | `0.1246` |
102
+ | CheXpert F1 14-micro | `0.1829` |
103
+ | CheXpert F1 5-micro | `0.2183` |
104
+ | CheXpert F1 14-macro | `0.1095` |
105
+ | CheXpert F1 5-macro | `0.1634` |
106
 
107
  ### Final Completed Training Results
108
 
 
182
  - Dataset: `MIMIC-CXR test`
183
  - View filter: `frontal-only (PA/AP)`
184
  - Number of examples: `3041`
185
+ - CheXpert F1 14-micro: `0.1829`
186
+ - CheXpert F1 5-micro: `0.2183`
187
+ - CheXpert F1 14-macro: `0.1095`
188
+ - CheXpert F1 5-macro: `0.1634`
189
+ - RadGraph F1: `0.0918`
190
+ - RadGraph entity F1: `0.1399`
191
+ - RadGraph relation F1: `0.1246`
192
  - RadGraph available: `True`
193
  - RadGraph error: `None`
194
 
evaluations/mimic_test_metrics.json CHANGED
@@ -3,31 +3,31 @@
3
  "dataset": "mimic-cxr",
4
  "view_filter": "frontal-only (PA/AP)",
5
  "num_examples": 3041,
6
- "chexpert_f1_14_micro": 0.18400222191362306,
7
- "chexpert_f1_5_micro": 0.21997816593886463,
8
- "chexpert_f1_14_macro": 0.11010850567969291,
9
- "chexpert_f1_5_macro": 0.16475190455586672,
10
- "chexpert_f1_micro": 0.18400222191362306,
11
- "chexpert_f1_macro": 0.11010850567969291,
12
  "chexpert_per_label_f1": {
13
  "Enlarged Cardiomediastinum": 0.0,
14
- "Cardiomegaly": 0.0998914223669924,
15
  "Lung Opacity": 0.0020470829068577278,
16
  "Lung Lesion": 0.0,
17
- "Edema": 0.28379287155346333,
18
- "Consolidation": 0.06440677966101695,
19
- "Pneumonia": 0.14285714285714285,
20
- "Atelectasis": 0.045454545454545456,
21
- "Pneumothorax": 0.031572556162720096,
22
- "Pleural Effusion": 0.3302139037433155,
23
  "Pleural Other": 0.0,
24
- "Fracture": 0.06331877729257641,
25
- "Support Devices": 0.4779639975170701,
26
  "No Finding": 0.0
27
  },
28
- "radgraph_f1": 0.09213455645553452,
29
- "radgraph_f1_entity": 0.14037285346616235,
30
- "radgraph_f1_relation": 0.12500236867970504,
31
  "radgraph_available": true,
32
  "radgraph_error": null
33
  }
 
3
  "dataset": "mimic-cxr",
4
  "view_filter": "frontal-only (PA/AP)",
5
  "num_examples": 3041,
6
+ "chexpert_f1_14_micro": 0.18291666666666664,
7
+ "chexpert_f1_5_micro": 0.21831082003001773,
8
+ "chexpert_f1_14_macro": 0.10945797832551928,
9
+ "chexpert_f1_5_macro": 0.1633553219570594,
10
+ "chexpert_f1_micro": 0.18291666666666664,
11
+ "chexpert_f1_macro": 0.10945797832551928,
12
  "chexpert_per_label_f1": {
13
  "Enlarged Cardiomediastinum": 0.0,
14
+ "Cardiomegaly": 0.10195227765726682,
15
  "Lung Opacity": 0.0020470829068577278,
16
  "Lung Lesion": 0.0,
17
+ "Edema": 0.2789757412398922,
18
+ "Consolidation": 0.06424344885883347,
19
+ "Pneumonia": 0.14311926605504585,
20
+ "Atelectasis": 0.0428380187416332,
21
+ "Pneumothorax": 0.030358227079538558,
22
+ "Pleural Effusion": 0.32876712328767127,
23
  "Pleural Other": 0.0,
24
+ "Fracture": 0.0633879781420765,
25
+ "Support Devices": 0.4767225325884544,
26
  "No Finding": 0.0
27
  },
28
+ "radgraph_f1": 0.09181957971495504,
29
+ "radgraph_f1_entity": 0.13993790644379023,
30
+ "radgraph_f1_relation": 0.12464719867951028,
31
  "radgraph_available": true,
32
  "radgraph_error": null
33
  }
evaluations/mimic_test_predictions.csv CHANGED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:406e459b379055f5d9796be4a9d2ee68641d7947388384cd2405a7aac138a836
3
  size 1152540320
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ad12d9319ce0de4ae32d6b954079fee71ed77c3e4f94e3a7e17db14f98f6fe2
3
  size 1152540320
run_summary.json CHANGED
@@ -1,18 +1,18 @@
1
  {
2
  "method": "lora_adamw",
3
  "run_name": "full_3_epoch_mask_run",
4
- "steps": 100480,
5
- "epochs_completed": 2,
6
- "epoch_index": 2,
7
  "target_epochs": 3,
8
- "progress_epochs": 2.9476629071762757,
9
- "training_completion_percent": 98.25543023920919,
10
- "elapsed_seconds": 83481.91898369994,
11
- "images_seen": 803922,
12
- "train_loss_last": 2.173830270767212,
13
- "train_loss_mean": 1.8575981099994647,
14
- "val_loss": 1.369218921661377,
15
- "images_per_second": 9.629893631900913,
16
  "trainable_params": 1106688,
17
  "vision_model_name": "facebook/dinov3-vits16-pretrain-lvd1689m",
18
  "text_model_name": "gpt2",
@@ -33,9 +33,9 @@
33
  "seed": 42,
34
  "resume_supported": true,
35
  "checkpoint_every_n_steps": 1000,
36
- "cumulative_loss_sum": 1493363.9877869897,
37
- "cumulative_loss_count": 803922,
38
- "completed": false,
39
  "target_duration_seconds": 3600,
40
  "target_duration_mode": "per_invocation",
41
  "train_datasets": "CheXpert, MIMIC-CXR",
@@ -45,31 +45,31 @@
45
  "dataset": "mimic-cxr",
46
  "view_filter": "frontal-only (PA/AP)",
47
  "num_examples": 3041,
48
- "chexpert_f1_14_micro": 0.18400222191362306,
49
- "chexpert_f1_5_micro": 0.21997816593886463,
50
- "chexpert_f1_14_macro": 0.11010850567969291,
51
- "chexpert_f1_5_macro": 0.16475190455586672,
52
- "chexpert_f1_micro": 0.18400222191362306,
53
- "chexpert_f1_macro": 0.11010850567969291,
54
  "chexpert_per_label_f1": {
55
  "Enlarged Cardiomediastinum": 0.0,
56
- "Cardiomegaly": 0.0998914223669924,
57
  "Lung Opacity": 0.0020470829068577278,
58
  "Lung Lesion": 0.0,
59
- "Edema": 0.28379287155346333,
60
- "Consolidation": 0.06440677966101695,
61
- "Pneumonia": 0.14285714285714285,
62
- "Atelectasis": 0.045454545454545456,
63
- "Pneumothorax": 0.031572556162720096,
64
- "Pleural Effusion": 0.3302139037433155,
65
  "Pleural Other": 0.0,
66
- "Fracture": 0.06331877729257641,
67
- "Support Devices": 0.4779639975170701,
68
  "No Finding": 0.0
69
  },
70
- "radgraph_f1": 0.09213455645553452,
71
- "radgraph_f1_entity": 0.14037285346616235,
72
- "radgraph_f1_relation": 0.12500236867970504,
73
  "radgraph_available": true,
74
  "radgraph_error": null
75
  }
 
1
  {
2
  "method": "lora_adamw",
3
  "run_name": "full_3_epoch_mask_run",
4
+ "steps": 102264,
5
+ "epochs_completed": 3,
6
+ "epoch_index": 3,
7
  "target_epochs": 3,
8
+ "progress_epochs": 4.0,
9
+ "training_completion_percent": 100.0,
10
+ "elapsed_seconds": 84887.16960079994,
11
+ "images_seen": 818196,
12
+ "train_loss_last": 1.1683106422424316,
13
+ "train_loss_mean": 1.8536666353336062,
14
+ "val_loss": 1.3691736698150634,
15
+ "images_per_second": 9.638629769937454,
16
  "trainable_params": 1106688,
17
  "vision_model_name": "facebook/dinov3-vits16-pretrain-lvd1689m",
18
  "text_model_name": "gpt2",
 
33
  "seed": 42,
34
  "resume_supported": true,
35
  "checkpoint_every_n_steps": 1000,
36
+ "cumulative_loss_sum": 1516662.6263634153,
37
+ "cumulative_loss_count": 818196,
38
+ "completed": true,
39
  "target_duration_seconds": 3600,
40
  "target_duration_mode": "per_invocation",
41
  "train_datasets": "CheXpert, MIMIC-CXR",
 
45
  "dataset": "mimic-cxr",
46
  "view_filter": "frontal-only (PA/AP)",
47
  "num_examples": 3041,
48
+ "chexpert_f1_14_micro": 0.18291666666666664,
49
+ "chexpert_f1_5_micro": 0.21831082003001773,
50
+ "chexpert_f1_14_macro": 0.10945797832551928,
51
+ "chexpert_f1_5_macro": 0.1633553219570594,
52
+ "chexpert_f1_micro": 0.18291666666666664,
53
+ "chexpert_f1_macro": 0.10945797832551928,
54
  "chexpert_per_label_f1": {
55
  "Enlarged Cardiomediastinum": 0.0,
56
+ "Cardiomegaly": 0.10195227765726682,
57
  "Lung Opacity": 0.0020470829068577278,
58
  "Lung Lesion": 0.0,
59
+ "Edema": 0.2789757412398922,
60
+ "Consolidation": 0.06424344885883347,
61
+ "Pneumonia": 0.14311926605504585,
62
+ "Atelectasis": 0.0428380187416332,
63
+ "Pneumothorax": 0.030358227079538558,
64
+ "Pleural Effusion": 0.32876712328767127,
65
  "Pleural Other": 0.0,
66
+ "Fracture": 0.0633879781420765,
67
+ "Support Devices": 0.4767225325884544,
68
  "No Finding": 0.0
69
  },
70
+ "radgraph_f1": 0.09181957971495504,
71
+ "radgraph_f1_entity": 0.13993790644379023,
72
+ "radgraph_f1_relation": 0.12464719867951028,
73
  "radgraph_available": true,
74
  "radgraph_error": null
75
  }