Update README.md
Browse files
README.md
CHANGED
|
@@ -1,57 +1,40 @@
|
|
| 1 |
This is a segmentation model trained for pancretic lesion segmentation. It was trained with the Report Supervision ([R-Super](https://github.com/MrGiovanni/R-Super), MICCAI 2025, best paper award finalist) training methodology, which **learns tumor segmentation directly from radiology reports** (through new loss functions).
|
| 2 |
-
This checkpoint was trained with **1
|
| 3 |
|
| 4 |
-
Performance improvements are expected for models trained on the released version of AbdomenAtlas 3.0. For the ofifical release of AbdomenAtlas 3.0 (ICCV 2025), please check our GitHub: https://github.com/MrGiovanni/RadGPT.
|
| 5 |
The AI model architecture is MedFormer, its training methology is Report Supervision (R-Super).
|
| 6 |
|
| 7 |
-
Training and inference code: https://github.com/MrGiovanni/R-Super
|
| 8 |
|
| 9 |
<details>
|
| 10 |
<summary>Label order</summary>
|
| 11 |
|
| 12 |
-
```
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
'liver_segment_8',
|
| 40 |
-
'lung_left',
|
| 41 |
-
'lung_right',
|
| 42 |
-
'pancreas',
|
| 43 |
-
'pancreas_body',
|
| 44 |
-
'pancreas_head',
|
| 45 |
-
'pancreas_tail',
|
| 46 |
-
'pancreatic_lesion',
|
| 47 |
-
'portal_vein_and_splenic_vein',
|
| 48 |
-
'postcava',
|
| 49 |
-
'prostate',
|
| 50 |
-
'rectum',
|
| 51 |
-
'spleen',
|
| 52 |
-
'stomach',
|
| 53 |
-
'superior_mesenteric_artery',
|
| 54 |
-
'veins']
|
| 55 |
```
|
| 56 |
</details>
|
| 57 |
|
|
@@ -84,11 +67,20 @@ If you use this data, please cite the 3 paper below:
|
|
| 84 |
year={2025}
|
| 85 |
}
|
| 86 |
|
| 87 |
-
@article{
|
| 88 |
-
title={
|
| 89 |
-
author={
|
| 90 |
-
journal={arXiv preprint arXiv:
|
| 91 |
-
year={2025}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
}
|
| 93 |
|
| 94 |
```
|
|
|
|
| 1 |
This is a segmentation model trained for pancretic lesion segmentation. It was trained with the Report Supervision ([R-Super](https://github.com/MrGiovanni/R-Super), MICCAI 2025, best paper award finalist) training methodology, which **learns tumor segmentation directly from radiology reports** (through new loss functions).
|
| 2 |
+
This checkpoint was trained with public data: **1.8K pancreatic lesion reports** from the [Merlin](https://stanfordaimi.azurewebsites.net/datasets?domain=BODY) dataset, plus **0.9K pancreatic lesion masks** from [PanTS](https://github.com/MrGiovanni/PanTS).
|
| 3 |
|
|
|
|
| 4 |
The AI model architecture is MedFormer, its training methology is Report Supervision (R-Super).
|
| 5 |
|
| 6 |
+
**Training and inference code: https://github.com/MrGiovanni/R-Super**
|
| 7 |
|
| 8 |
<details>
|
| 9 |
<summary>Label order</summary>
|
| 10 |
|
| 11 |
+
```yaml
|
| 12 |
+
- adrenal_gland_left
|
| 13 |
+
- adrenal_gland_right
|
| 14 |
+
- aorta
|
| 15 |
+
- bladder
|
| 16 |
+
- colon
|
| 17 |
+
- common_bile_duct
|
| 18 |
+
- duodenum
|
| 19 |
+
- femur_left
|
| 20 |
+
- femur_right
|
| 21 |
+
- gall_bladder
|
| 22 |
+
- kidney_left
|
| 23 |
+
- kidney_right
|
| 24 |
+
- liver
|
| 25 |
+
- lung_left
|
| 26 |
+
- lung_right
|
| 27 |
+
- pancreas
|
| 28 |
+
- pancreas_body
|
| 29 |
+
- pancreas_head
|
| 30 |
+
- pancreas_tail
|
| 31 |
+
- pancreatic_lesion
|
| 32 |
+
- postcava
|
| 33 |
+
- prostate
|
| 34 |
+
- spleen
|
| 35 |
+
- stomach
|
| 36 |
+
- superior_mesenteric_artery
|
| 37 |
+
- veins
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
```
|
| 39 |
</details>
|
| 40 |
|
|
|
|
| 67 |
year={2025}
|
| 68 |
}
|
| 69 |
|
| 70 |
+
@article{li2025pants,
|
| 71 |
+
title={PanTS: The Pancreatic Tumor Segmentation Dataset},
|
| 72 |
+
author={Li, Wenxuan and Zhou, Xinze and Chen, Qi and Lin, Tianyu and Bassi, Pedro RAS and Plotka, Szymon and Cwikla, Jaroslaw B and Chen, Xiaoxi and Ye, Chen and Zhu, Zheren and others},
|
| 73 |
+
journal={arXiv preprint arXiv:2507.01291},
|
| 74 |
+
year={2025},
|
| 75 |
+
url={https://github.com/MrGiovanni/PanTS}
|
| 76 |
+
}
|
| 77 |
+
|
| 78 |
+
@article{blankemeier2024merlin,
|
| 79 |
+
title={Merlin: A vision language foundation model for 3d computed tomography},
|
| 80 |
+
author={Blankemeier, Louis and Cohen, Joseph Paul and Kumar, Ashwin and Van Veen, Dave and Gardezi, Syed Jamal Safdar and Paschali, Magdalini and Chen, Zhihong and Delbrouck, Jean-Benoit and Reis, Eduardo and Truyts, Cesar and others},
|
| 81 |
+
journal={Research Square},
|
| 82 |
+
pages={rs--3},
|
| 83 |
+
year={2024}
|
| 84 |
}
|
| 85 |
|
| 86 |
```
|