Datasets:
Add paper link, project page, code and citation
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,18 +1,23 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
task_categories:
|
|
|
|
| 4 |
- image-to-3d
|
|
|
|
| 5 |
tags:
|
| 6 |
- medical
|
| 7 |
- nerf
|
| 8 |
- ultrasound
|
| 9 |
- nvs
|
| 10 |
- 3d-reconstruction
|
| 11 |
-
pretty_name: ultrasound-in-the-wild
|
| 12 |
-
size_categories:
|
| 13 |
-
- 1K<n<10K
|
| 14 |
---
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
We collect the data following a standardized protocol using a hand-held ultrasound device ([Butterfly iQ+ by Butterfly Network Inc., Burlington, MA, USA](https://www.butterflynetwork.com/iq-plus)). We capture video and mid-sagittal images, including the suprapatellar longitudinal view of the suprapatellar recess of the knee. Using this, we capture 10 unique casual sweeps at 30 FPS on multiple unique subjects around the human knee with at least 85 frames in each sweep. All sweeps in this dataset have been captured by the authors on healthy knees following institutional REB (Research Ethics Board) guidelines. Following this, the camera registration is performed by COLMAP. To create testing frames, we use every 8th frame. A popular way to evaluate such models is to use another camera across a different trajectory to create the test frames, often with two imaging equipment attached to each other. However the nature of how ultrasounds are captured in the wild make it quite difficult to build a setup that could allow us to collect this data.
|
| 17 |
|
| 18 |
## REB
|
|
@@ -21,7 +26,13 @@ Our data was collected with appropriate institutional guidelines on using medica
|
|
| 21 |
|
| 22 |
## Citation
|
| 23 |
|
| 24 |
-
If you use this
|
| 25 |
|
| 26 |
```bibtex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
size_categories:
|
| 4 |
+
- 1K<n<10K
|
| 5 |
task_categories:
|
| 6 |
+
- image-to-image
|
| 7 |
- image-to-3d
|
| 8 |
+
pretty_name: ultrasound-in-the-wild
|
| 9 |
tags:
|
| 10 |
- medical
|
| 11 |
- nerf
|
| 12 |
- ultrasound
|
| 13 |
- nvs
|
| 14 |
- 3d-reconstruction
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
+
This repository contains the "Ultrasound in the Wild" dataset, presented in the paper [UltraGS: Real-Time Physically-Decoupled Gaussian Splatting for Ultrasound Novel View Synthesis](https://huggingface.co/papers/2511.07743).
|
| 18 |
+
|
| 19 |
+
[Project Page](https://bean-young.github.io/ultrags/) | [GitHub](https://github.com/Bean-Young/UltraGS)
|
| 20 |
+
|
| 21 |
We collect the data following a standardized protocol using a hand-held ultrasound device ([Butterfly iQ+ by Butterfly Network Inc., Burlington, MA, USA](https://www.butterflynetwork.com/iq-plus)). We capture video and mid-sagittal images, including the suprapatellar longitudinal view of the suprapatellar recess of the knee. Using this, we capture 10 unique casual sweeps at 30 FPS on multiple unique subjects around the human knee with at least 85 frames in each sweep. All sweeps in this dataset have been captured by the authors on healthy knees following institutional REB (Research Ethics Board) guidelines. Following this, the camera registration is performed by COLMAP. To create testing frames, we use every 8th frame. A popular way to evaluate such models is to use another camera across a different trajectory to create the test frames, often with two imaging equipment attached to each other. However the nature of how ultrasounds are captured in the wild make it quite difficult to build a setup that could allow us to collect this data.
|
| 22 |
|
| 23 |
## REB
|
|
|
|
| 26 |
|
| 27 |
## Citation
|
| 28 |
|
| 29 |
+
If you use this dataset, please cite the following paper:
|
| 30 |
|
| 31 |
```bibtex
|
| 32 |
+
@article{yang2025ultrags,
|
| 33 |
+
title={UltraGS: Gaussian Splatting for Ultrasound Novel View Synthesis},
|
| 34 |
+
author={Yang, Yuezhe and Cai, Wenjie and Yang, Dexin and Dong, Yufang and Dong, Xingbo and Jin, Zhe},
|
| 35 |
+
journal={arXiv preprint arXiv:2511.07743},
|
| 36 |
+
year={2025}
|
| 37 |
+
}
|
| 38 |
```
|