Research

Project Research

Research for this project was extremely crucial as we were not building on top of previous work. This had to be done from scratch and related work is sparse. Especially when in the context of industry, most work that has been is purely academic.

Clinical Decision Support System

Clinical Decision Support Systems (CDSS) are systems intended to improve healthcare delivery by enhancing medical decision-making capabilities with targeted clinical knowledge, patient information, and other health information. Below is the general structure of such a system. It is key here to note that the ultimate goal is to assist clinicians in their work and not replace it. 2

There are also different kinds of CDSS that use different methods to provide support to clinicians. A few can be seen below.1

Technology Review

After understanding the academic background of the project the next step was to explore previous work that was done. From this we would be able to better understand what tools to use to realise the project.

Previous Work

Throughout our search we found only three somewhat similar implementations. The first and most thorough is Pearl AI. It works with 2D x-ray scans and is capable of segmenting individual tooth for the detection of pathological features. Unfortunately, this wasn't of much use as the goal of our project is to remain in the 3D realm to take advantage of the increased detail.

The second application is WearCompare. It intakes 3D scans of the same teeth over different time points and has the clinician manually select the surfaces to compare. Then it quantifies tooth wear progression. Although this uses 3D tooth models, it requires too much manual interaction and multiple scans. Our project has to be as automatic as possible using Artificial Intelligence to assist clinicians.

Lastly is OrthoAid. It provides dentists with enhanced tools for analysing 3D tooth models before and after operative dental study models. Similarly to the previous example, it uses 3D models but does not include any or very little automation on an AI basis. Furthermore, this app was very technical and difficult to use.

Languages & Libraries

At first we decided to attempt creating the app with C# or C++ as our app had to be built for Windows and dealt with 3D models. We tried implementing some of the code for the OrthoAid app to render 3D images but failed to do so for some PLY files encoded in the binary format.

Therefore, we decided to switch to Python and find a library that can render both STL and PLY file formats. This was convenient as the algorithmic part of the app would also be written in Python. We decided on using Open3D for rendering PLY files as we found some previous examples on its integration with GUIs.

As for the GUI, at first we thought of PyQt6. However, there are licensing issues with this library as it is under a GPL commercial license. Hence we chose PySide2 which is identical to PyQt6 but is under a LGPL license so we could use it without facing issues in the future.

For data storage we decided to use SQLite to deploy a local database initially. This is because a remote database was not a high priority in our MoSCoW agreement.

Algorithms

As mentioned in the Project Research section on this page we decided on using the TWES 2.0 grading system for the general overal algorithm structure. This includes two sections. First the tooth wear screening phase where patient data such as age, alcohol consumption, etc is gathered along with their tooth scans. Then the tooth wear status phase. This is where the teeth are graded using the previously mentioned PointNet network implemented using PyTorch to grade the teeth.

This is done by grading each sextant (1/6th of the teeth) first by grading their respective individual teeth. Then based on the sextant graded, an overall score is given to the wear present within the teeth. After these results are calculated, they are used along with the patient data gathered during the first stage to suggest a treatment plan.

Technical Decision

After the expansive research and testing we had done on varying technologies and algorithms, we selected the methods we thought would be most suitable given the client and user requirements we had previously established.

Aspect Decision
Language Python
GUI PySide2
Image Processing Open3D
Communication (Backend) Flask
Data Storage SQLite & Azure
Tooth Wear Grading DL PyTorch

References

  1. Machoy ME, Szyszka-Sommerfeld L, Vegh A, Gedrange T, Woźniak K. The ways of using machine learning in dentistry. Adv Clin Exp Med. 2020;29(3):375–384. doi:10.17219/acem/115083
  2. Khanna S. Artificial intelligence: contemporary applications and future compass. Int Dent J. 2010;60(4):269-272.
  3. Bartlett D, Ganss C, Lussi A. Basic Erosive Wear Examination (BEWE): a new scoring system for scientific and clinical needs. Clin Oral Investig. 2008 Mar;12 Suppl 1(Suppl 1):S65-8. doi: 10.1007/s00784-007-0181-5. Epub 2008 Jan 29. PMID: 18228057; PMCID: PMC2238785.
  4. Roehl JC, Jakstat HA, Becker K, Wetselaar P, Ahlers MO. Tooth Wear Evaluation System (TWES) 2.0-Reliability of diagnosis with and without computer-assisted evaluation. J Oral Rehabil. 2022;49(1):81-91. doi:10.1111/joor.13277
  5. Smith BG, Knight JK. An index for measuring the wear of teeth. Br Dent J. 1984;156(12):435-438. doi:10.1038/sj.bdj.4805394
  6. Wetselaar P, Wetselaar-Glas MJM, Katzer LD, Ahlers MO. Diagnosing tooth wear, a new taxonomy based on the revised version of the Tooth Wear Evaluation System (TWES 2.0). J Oral Rehabil. 2020 Jun;47(6):703-712. doi: 10.1111/joor.12972. Epub 2020 May 14. PMID: 32274827; PMCID: PMC7384115.
  7. S. Tian, N. Dai, B. Zhang, F. Yuan, Q. Yu and X. Cheng, "Automatic Classification and Segmentation of Teeth on 3D Dental Model Using Hierarchical Deep Learning Networks," in IEEE Access, vol. 7, pp. 84817-84828, 2019, doi: 10.1109/ACCESS.2019.2924262.
  8. R. Q. Charles, H. Su, M. Kaichun, and L. J. Guibas, “PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation,” in 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2017.
  9. Y. Guo, H. Wang, Q. Hu, H. Liu, L. Liu, and M. Bennamoun, “Deep learning for 3D point clouds: A survey,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 43, no. 12, pp.