3D Teeth Segmentation
Deep learning for automated tooth segmentation and labeling on 3D dental surfaces
Implementation of MeshSegNet: Deep Multi-Scale Mesh Feature Learning for Automated Labeling of Raw Dental Surface from 3D Intraoral Scanners for automated tooth segmentation and labeling on raw dental surfaces.
The dataset used for this project is the challenge 3DTeethSeg22 dataset (associated with MICCAI 2022) and is publicly available.
Dataset
The 3DTeethSeg22_challenge dataset contains a collection of 3D dental surface scans obtained from intraoral scanners. These scans represent the raw dental surfaces of patients and serve as the input data for the segmentation task. The dataset includes a diverse range of dental conditions and variations, capturing different teeth shapes, sizes, and occlusions. A total of 1800 3D intra-oral scans have been collected for 900 patients covering their upper and lower jaws separately.
Implementation Details
We base our implementation on the MeshSegNet paper as well as the official implementation (see GitHub).
References
-
Tai-Hsien Wu, Chia-Jung Hsu, Sheng-Hong Huang, et al., “MeshSegNet: Deep Multi-Scale Mesh Feature Learning for Automated Labeling of Raw Dental Surface from 3D Intraoral Scanners,” in IEEE Transactions on Medical Imaging, vol. 39, no. 4, pp. 945-956, April 2020. Link
-
“3DTeethSeg22_challenge: Dataset for the MICCAI 2022 3D Teeth Segmentation Challenge,” GitHub.