Processing and Segmentation of Human Teeth from 2D Images using Weakly Supervised Learning
Tomáš Kunzo, Viktor Kocur, Lukáš Gajdošech, Martin Madaras
TL;DR
The paper tackles teeth segmentation under limited annotation by proposing a weakly supervised approach that leverages keypoint heatmaps and intermediate feature maps from a teeth keypoint detector. A CenterNet-based keypoint detector trained on the TriDental dataset provides the guidance for segmentation through multi-scale feature fusion and postprocessing steps including CRF and watershed, enabling masks without explicit segmentation labels. Experiments on TriDental show improvements over baselines and demonstrate the method's robustness across views, with Segment Anything enhanced by the learned keypoints further validating the approach. The work offers a cost-effective, adaptable solution for dental imaging and sets the stage for broader adoption and real-time applications in clinical settings.
Abstract
Teeth segmentation is an essential task in dental image analysis for accurate diagnosis and treatment planning. While supervised deep learning methods can be utilized for teeth segmentation, they often require extensive manual annotation of segmentation masks, which is time-consuming and costly. In this research, we propose a weakly supervised approach for teeth segmentation that reduces the need for manual annotation. Our method utilizes the output heatmaps and intermediate feature maps from a keypoint detection network to guide the segmentation process. We introduce the TriDental dataset, consisting of 3000 oral cavity images annotated with teeth keypoints, to train a teeth keypoint detection network. We combine feature maps from different layers of the keypoint detection network, enabling accurate teeth segmentation without explicit segmentation annotations. The detected keypoints are also used for further refinement of the segmentation masks. Experimental results on the TriDental dataset demonstrate the superiority of our approach in terms of accuracy and robustness compared to state-of-the-art segmentation methods. Our method offers a cost-effective and efficient solution for teeth segmentation in real-world dental applications, eliminating the need for extensive manual annotation efforts.
