ToothFairy 是一个在锥形束计算机断层扫描(CBCT) 中对下颌神经(Inferior Alveolar Nerve, IAN)进行体素级分割的数据集,并作为 MICCAI 2023 的一个挑战赛。它包括 443 例稀疏标注的 CBCT 影像,其中 153 例还具有密集标注。为了挑战赛的验证和测试,数据集中预留了 8 例和 15 例数据。在评估阶段,还会有未公开的数据供参赛者使用。此挑战的核心目的是探索如何在稀疏及密集标注的背景下,推进3D下颌神经的深度学习分割技术,实现优秀的分割效果。
toujingbu维度 | 3D |
模态 | ct |
任务类型 | segmentation |
解剖结构 | Inferior Alveolar Nerve |
解剖区域 | Head |
类别数 | 1 |
数据量 | 443 |
文件格式 | .npy |
ToothFairy_Dataset
├── Dataset
│ ├── P1
│ │ ├── gt_alpha.npy
│ │ ├── gt_sparse.npy
│ │ └── data.npy
│ ├── P2
│ │ ├── gt_alpha.npy
│ │ ├── gt_sparse.npy
│ │ └── data.npy
│ ├── . . .
│ └── P548
│ │ ├── gt_sparse.npy
│ │ └── data.npy
├── splits.json
└── README.md
统计类型 | 间距 (mm) | 尺寸 |
---|---|---|
最小值 | - |
(312,265,148) |
中位值 | - |
(370,342,169) |
最大值 | - |
(463,423,178) |
@article{2022IEEEAccess,
author={Cipriano, Marco and Allegretti, Stefano and Bolelli, Federico and Di Bartolomeo, Mattia and Pollastri, Federico and Pellacani, Arrigo and Minafra, Paolo and Anesi, Alexandre and Grana, Costantino},
title={Deep Segmentation of the Mandibular Canal: a New 3D Annotated Dataset of CBCT Volumes},
journal={IEEE Access},
year={2022},
volume={10},
pages={11500--11510},
publisher={IEEE},
issn={2169-3536},
doi={10.1109/ACCESS.2022.3144840}
}
@inproceedings{2022CVPR,
author={Cipriano, Marco and Allegretti, Stefano and Bolelli, Federico and Pollastri, Federico and Grana, Costantino},
title={Improving Segmentation of the Inferior Alveolar Nerve through Deep Label Propagation},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
year={2022},
pages={21137--21146},
publisher={IEEE},
venue={New Orleans, USA},
month={Jun}
}