Topology-Constrained Quantized nnUNet for Efficient and Anatomically Accurate 3D Tooth Segmentation

arXiv cs.CV / 5/7/2026

📰 NewsDeveloper Stack & InfrastructureModels & Research

Key Points

  • The paper introduces a topology-constrained, quantized nnUNet framework aimed at efficient but anatomically accurate 3D tooth segmentation in CBCT images.
  • It addresses quantization-induced spatial distortions by adding a tooth-specific topological loss during quantization-aware training, without changing the underlying nnUNet architecture.
  • The method uses an 8-bit quantized nnUNet backbone with dynamic calibration of weights and activations to reduce precision loss during inference.
  • The topological loss enforces anatomical fidelity via connected-component analysis, adjacency consistency, and hole-detection penalties, and is jointly optimized with cross-entropy and quantization regularization (including gradient approximations for persistent homology terms).
  • Experiments show substantially fewer topological errors than conventional quantized models and produce clinically plausible segmentations while preserving integer-only inference efficiency for resource-limited clinical deployment.

Abstract

We propose a topology-constrained quantized nnUNet framework for efficient and anatomically accurate 3D tooth segmentation, addressing the challenges of spatial distortion introduced by quantization in deep learning models. The proposed method integrates a novel tooth-specific topological loss into quantization-aware training, preserving critical anatomical structures such as tooth count, adjacency relationships, and cavity integrity while maintaining computational efficiency. The system employs an 8-bit quantized nnUNet backbone, where weights and activations are dynamically calibrated to minimize precision loss during inference. Furthermore, the topological loss combines connected-component analysis, adjacency consistency, and hole detection penalties, ensuring anatomical fidelity without modifying the underlying network architecture. The joint optimization objective harmonizes cross-entropy loss, quantization regularization, and topological constraints, enabling end-to-end training with gradient approximations for persistent homology terms. Experiments demonstrate that our approach significantly reduces topological errors compared to conventional quantized models, achieving clinically plausible segmentations on dental CBCT scans. The method retains the hardware efficiency of integer-only inference, making it suitable for deployment in resource-constrained clinical environments. This work bridges the gap between computational efficiency and anatomical precision in medical image segmentation, offering a practical solution for real-world dental applications.