When CNNs Outperform Transformers and Mambas: Revisiting Deep Architectures for Dental Caries Segmentation
Aashish Ghimire, Jun Zeng, Roshan Paudel, Nikhil Kumar Tomar, Deepak Ranjan Nayak, Harshith Reddy Nalla, Vivek Jha, Glenda Reynolds, Debesh Jha
TL;DR
This study tackles automated segmentation of dental caries in panoramic radiographs by benchmarking 12 architectures across CNNs, vision transformers, and Mamba models on the DC1000 dataset. Using a unified training pipeline and consistent metrics, it finds that CNN-based DoubleU-Net achieves the best performance (mIoU ≈ 0.598, mDSC ≈ 0.735) and that transformers and Mamba models, despite strong discrimination (AUC > 0.87), struggle with precise boundary delineation in data-limited settings. The results emphasize the importance of spatial inductive priors and architecture-task alignment over model complexity in medical image segmentation. The work provides a practical reference for clinical deployment and highlights the need for larger, multi-institutional datasets to generalize beyond DC1000 and extend to multi-class dental pathologies.
Abstract
Accurate identification and segmentation of dental caries in panoramic radiographs are critical for early diagnosis and effective treatment planning. Automated segmentation remains challenging due to low lesion contrast, morphological variability, and limited annotated data. In this study, we present the first comprehensive benchmarking of convolutional neural networks, vision transformers and state-space mamba architectures for automated dental caries segmentation on panoramic radiographs through a DC1000 dataset. Twelve state-of-the-art architectures, including VMUnet, MambaUNet, VMUNetv2, RMAMamba-S, TransNetR, PVTFormer, DoubleU-Net, and ResUNet++, were trained under identical configurations. Results reveal that, contrary to the growing trend toward complex attention based architectures, the CNN-based DoubleU-Net achieved the highest dice coefficient of 0.7345, mIoU of 0.5978, and precision of 0.8145, outperforming all transformer and Mamba variants. In the study, the top 3 results across all performance metrics were achieved by CNN-based architectures. Here, Mamba and transformer-based methods, despite their theoretical advantage in global context modeling, underperformed due to limited data and weaker spatial priors. These findings underscore the importance of architecture-task alignment in domain-specific medical image segmentation more than model complexity. Our code is available at: https://github.com/JunZengz/dental-caries-segmentation.
