SOFTooth: Semantics-Enhanced Order-Aware Fusion for Tooth Instance Segmentation
Xiaolan Li, Wanquan Liu, Pengcheng Li, Pengyu Jie, Chenqiang Gao
TL;DR
SOFTooth tackles the challenging task of 3D tooth instance segmentation in crowded arches, missing teeth, and rare third molars by integrating rich 2D semantics from a frozen SAM model into a 3D dental geometry backbone. It introduces three synergistic components: PRG, which injects occlusal-view SAM embeddings into 3D features to sharpen boundaries; CMR, which enforces center--mask geometric consistency and stabilizes instance centers; and FHM, which augments matching with anatomical FDI order and center-distance priors for coherent labeling. Across 3DTeethSeg'22, SOFTooth achieves state-of-the-art OA and mIoU, with pronounced gains for third molars and undercrowded or partially erupted dentitions, all without 2D mask supervision. The framework is practical for clinical deployment due to its single occlusal-view SAM pass, compatibility with standard 3D backbones, and end-to-end training, enabling more reliable automated dental diagnostics and planning.
Abstract
Three-dimensional (3D) tooth instance segmentation remains challenging due to crowded arches, ambiguous tooth-gingiva boundaries, missing teeth, and rare yet clinically important third molars. Native 3D methods relying on geometric cues often suffer from boundary leakage, center drift, and inconsistent tooth identities, especially for minority classes and complex anatomies. Meanwhile, 2D foundation models such as the Segment Anything Model (SAM) provide strong boundary-aware semantics, but directly applying them in 3D is impractical in clinical workflows. To address these issues, we propose SOFTooth, a semantics-enhanced, order-aware 2D-3D fusion framework that leverages frozen 2D semantics without explicit 2D mask supervision. First, a point-wise residual gating module injects occlusal-view SAM embeddings into 3D point features to refine tooth-gingiva and inter-tooth boundaries. Second, a center-guided mask refinement regularizes consistency between instance masks and geometric centroids, reducing center drift. Furthermore, an order-aware Hungarian matching strategy integrates anatomical tooth order and center distance into similarity-based assignment, ensuring coherent labeling even under missing or crowded dentitions. On 3DTeethSeg'22, SOFTooth achieves state-of-the-art overall accuracy and mean IoU, with clear gains on cases involving third molars, demonstrating that rich 2D semantics can be effectively transferred to 3D tooth instance segmentation without 2D fine-tuning.
