Back to
Projects List
Interpretable Deep Learning for the Detection and Classification of Impacted Canines and severity of root resorption
Key Investigators
- Enzo Tulissi (University of Michigan, USA)
- Lucia Cevidanes (University of Michigan, USA)
- Juan Prieto (University of North Carolina, USA)
- Jonas Bianchi (University of Pacific, USA)
Project Description
The CLIC module uses a Mask R-CNN segmentation model to locate and classify impacted canines in CBCT scans.
This project extends CLIC by developing a supervised model to automatically classify the severity of root resorption in teeth adjacent to impacted canines.
Objective
- Segment impacted canines using the existing CLIC module.
- Extract adjacent teeth volumes for analysis.
- Assemble an annotated dataset of adjacent teeth with clinician‐provided resorption severity scores.
- Train a classification model to predict root resorption severity from segmented volumes.
- Integrate and visualize segmentation plus severity scores within 3D Slicer.
Approach and Plan
- Run CLIC across the CBCT dataset to isolate impacted canines.
- Combine CLIC masks to extract volumes of adjacent teeth.
- Annotate each extracted tooth volume with a severity label (mild, moderate, severe).
- Extract geometric and morphological feature sets from each volume.
- Train a classifier on these features.
- Extend CLIC or create a new Slicer module for real‐time severity classification.
- Validate model performance (accuracy, recall, precision) and integrate into the 3D visualization workflow.
Progress and Next Steps
Completed:
- CLIC module validated.
- Prototype pipeline for adjacent tooth extraction established.
Next Steps:
- Clinician annotation of extracted tooth volumes.
- Feature engineering and model training.
- UI design for severity score display in Slicer.
- Performance evaluation and final documentation.
Illustrations

Figure 1: Impacted canine segmentation results from CLIC
Background and References
No response