Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: TesticulUS
|
| 3 |
+
license: cc-by-nc-sa-4.0
|
| 4 |
+
task_categories:
|
| 5 |
+
- image-segmentation
|
| 6 |
+
- image-classification
|
| 7 |
+
tags:
|
| 8 |
+
- ultrasound
|
| 9 |
+
- testicular-ultrasound
|
| 10 |
+
- medical-imaging
|
| 11 |
+
- segmentation
|
| 12 |
+
- classification
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# TesticulUS
|
| 16 |
+
|
| 17 |
+
TesticulUS is a multicenter testicular ultrasound dataset collected at two
|
| 18 |
+
Italian clinical centers. Each image has a pixel-wise segmentation mask. The
|
| 19 |
+
first 860 images additionally include classification labels for parenchymal
|
| 20 |
+
inhomogeneity.
|
| 21 |
+
|
| 22 |
+
## Access
|
| 23 |
+
|
| 24 |
+
The data are not hosted on Hugging Face. Download access is provided only
|
| 25 |
+
through the [Ditto platform](https://ditto.ing.unimore.it/testiculus/).
|
| 26 |
+
|
| 27 |
+
## License
|
| 28 |
+
|
| 29 |
+
TesticulUS is released under the [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
|
| 30 |
+
|
| 31 |
+
## Citation
|
| 32 |
+
|
| 33 |
+
If you use the data for segmentation, cite:
|
| 34 |
+
|
| 35 |
+
```bibtex
|
| 36 |
+
@inproceedings{morelli2026new,
|
| 37 |
+
title={A New Multicenter Testicular US Dataset and a Lightweight Cond-UNet for Generalization in US Segmentation},
|
| 38 |
+
author={Morelli, Nicola and Marchesini, Kevin and Santi, Daniele and Grana, Costantino and Bolelli, Federico and others},
|
| 39 |
+
booktitle={Proceedings of the British Machine Vision Conference},
|
| 40 |
+
year={2026}
|
| 41 |
+
}
|
| 42 |
+
```
|
| 43 |
+
|
| 44 |
+
If you use the data for classification, cite:
|
| 45 |
+
|
| 46 |
+
```bibtex
|
| 47 |
+
@inproceedings{morelli2025enhancing,
|
| 48 |
+
title={Enhancing testicular ultrasound image classification through synthetic data and pretraining strategies},
|
| 49 |
+
author={Morelli, Nicola and Marchesini, Kevin and Lumetti, Luca and Santi, Daniele and Grana, Costantino and Bolelli, Federico},
|
| 50 |
+
booktitle={International Conference on Image Analysis and Processing},
|
| 51 |
+
pages={26--39},
|
| 52 |
+
year={2025},
|
| 53 |
+
organization={Springer}
|
| 54 |
+
}
|
| 55 |
+
```
|