View on GitHub

Robust Teeth Detection in 3D Dental Scans by Automated Multi-View Landmarking

DL-based framework for the detection of landmarks in intraoral scans of orthodontics cases

Download this project as a .zip file Download this project as a tar.gz file

Welcome to GitHub Page for the project I’ve created as my Bachelor’s Thesis and later presented at BIOIMAGING ‘22 conference.

The primary objective of this page is to present summary of the paper as well as to hold all the necessary links at one place (code, testing dataset, …).

Method Summary

Our method aims to bring automation in the process of orthodontics treatment. Some facts that stem from this:

Outline

To meet the aforementioned needs, the learning task is to regress heatmaps of Gaussians in 2D. Afterward, using multiple viewpoints, the result postion is calculated from valid viewpoints only – incorrect ones are eliminated using RANSAC and least-squares fit.

Overall Results

On a testing dataset of complicated orthodontic cases, we report the landmarking accuracy of 0.75 +- 0.96 mm. As for the missing teeth, our method detects correctly the presence of teeth in 97.68% cases. These results are achieved using Attention U-Net, 100 viewpoints and RANSAC post-processing.

Available Testing Dataset

Unfortunately, we are not allowed to share the whole dataset which we’ve used for the training, validation, and testing. However, to compare are results with other frameworks for orthodontic landmark detection, we are sharing a portion of the test set. You can download 20 meshes for the testing here: tbd (NOTE: Currently, we are waiting for the approval from the owner of the dataset).

Results on the Public Testing Subset

For a fair comparison, we’ve measured the landmarking accuracy and teeth detection accuracy solely on the public portion of the test set. Among all the test cases, we’ve tried to share the challenging ones. Our method achieves following results: tbd after the approval.

Contact

Do not hesitate to ask in case you have any questions – my LinkedIn profile: click or write me an email: click.

Special Thanks

Special thanks goes to Michal Španěl, the best supervisor, and to TESCAN 3DIM, s.r.o. for providing the dataset and funding.