U-Mamba2-SSL for Semi-Supervised Tooth and Pulp Segmentation in CBCT
Zhi Qin Tan, Xiatian Zhu, Owen Addison, Yunpeng Li
TL;DR
To address the scarcity of labeled CBCT data for precise tooth and pulp segmentation, this work introduces U-Mamba2-SSL, a three-stage semi-supervised framework built on U-Mamba2. It first pre-trains the model with a disruptive autoencoder using all data, then trains with a mix of labeled supervision and unlabeled consistency regularization through carefully designed input and feature perturbations, and finally refines the model with pseudo labeling on unlabeled data under a confidence threshold. The approach achieves state-of-the-art performance in STSR 2025 Task 1, with an average score of $0.789$ and a Dice score of $0.917$ on the hidden test set, and demonstrates substantial gains in Identification Accuracy over baselines. The combination of self-supervised pre-training, robust perturbation-based regularization, and selective pseudo labeling offers a practical path to high-precision 3D tooth/pulp segmentation in CBCT while reducing labeling requirements and improving generalization for clinical workflows.
Abstract
Accurate segmentation of teeth and pulp in Cone-Beam Computed Tomography (CBCT) is vital for clinical applications like treatment planning and diagnosis. However, this process requires extensive expertise and is exceptionally time-consuming, highlighting the critical need for automated algorithms that can effectively utilize unlabeled data. In this paper, we propose U-Mamba2-SSL, a novel semi-supervised learning framework that builds on the U-Mamba2 model and employs a multi-stage training strategy. The framework first pre-trains U-Mamba2 in a self-supervised manner using a disruptive autoencoder. It then leverages unlabeled data through consistency regularization, where we introduce input and feature perturbations to ensure stable model outputs. Finally, a pseudo-labeling strategy is implemented with a reduced loss weighting to minimize the impact of potential errors. U-Mamba2-SSL achieved an average score of 0.789 and a DSC of 0.917 on the hidden test set, achieving first place in Task 1 of the STSR 2025 challenge. The code is available at https://github.com/zhiqin1998/UMamba2.
