CVApr 6, 2022

S-R2F2U-Net: A single-stage model for teeth segmentation

arXiv:2204.02939v23 citationsh-index: 38Has Code
Originality Incremental advance
AI Analysis

This work addresses precision tooth segmentation for orthodontic therapy and clinical diagnosis, representing an incremental improvement over existing methods.

The paper tackles teeth segmentation from panoramic dental images by proposing three single-stage models, with S-R2F2U-Net achieving 97.31% accuracy and 93.26% dice score while reducing model parameters by 45% compared to R2U-Net.

Precision tooth segmentation is crucial in the oral sector because it provides location information for orthodontic therapy, clinical diagnosis, and surgical treatments. In this paper, we investigate residual, recurrent, and attention networks to segment teeth from panoramic dental images. Based on our findings, we suggest three single-stage models: Single Recurrent R2U-Net (S-R2U-Net), Single Recurrent Filter Double R2U-Net (S-R2F2U-Net), and Single Recurrent Attention Enabled Filter Double (S-R2F2-Attn-U-Net). Particularly, S-R2F2U-Net outperforms state-of-the-art models in terms of accuracy and dice score. A hybrid loss function combining the cross-entropy loss and dice loss is used to train the model. In addition, it reduces around 45% of model parameters compared to the R2U-Net model. Models are trained and evaluated on a benchmark dataset containing 1500 dental panoramic X-ray images. S-R2F2U-Net achieves 97.31% of accuracy and 93.26% of dice score, showing superiority over the state-of-the-art methods. Codes are available at https://github.com/mrinal054/teethSeg_sr2f2u-net.git.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes