Search
Close this search box.

Understanding AI in dentistry – Part 1: the fundamentals

Yu-Ping Huang

Table of Contents

Artificial intelligence (AI) has transformed every industry worldwide, including dentistry. While ever more dental professionals attempt to adopt AI in studies and daily routines, most AI researchers come from engineering fields, leading to potential knowledge gaps in these techniques. This article aims to bridge that gap by presenting AI’s fundamental principles and their applications to clinicians. With minimum essential engineering knowledge, the article will help dentists recognize the basic mechanisms, benefits, and limitations associated with modern AI. Thereupon, clinicians can harness the power of this technological tool to enhance their daily practices and research effectively while avoiding potential pitfalls.

AI fundamentals: what, why, and how

Artificial intelligence, machine learning, and deep learning

Artificial intelligence (AI), in its literal sense, represents a methodology where humans employ computers and machines (artificial) that emulate or simulate human thinking processes (intelligence) to address issues. Although there is no exact agreement on the definition, it can be traced back to the 1950s and is not a new idea. While AI encompasses all programs capable of executing or simulating human tasks, traditional AIs are predominantly “rule-based”. Humans provide computer programs with a defined set of rules or instructions which the programs follow to execute specific tasks.

Take, for example, a simple if-else program designed for specific decision-making processes. A program can be designed for diagnoses according to the periodontal disease diagnostic guideline, which takes clinical examinations as inputs, such as probing depths, bleeding conditions, and tooth mobility. By strictly adhering to the given instructions, such a program can provide diagnoses as outputs. In its simple replication of the clinician’s decision-making process, this program qualifies as a basic form of AI.

Machine learning (ML) is a subset of AI. Rather than relying on explicit, predetermined logic between input-output relationships, ML algorithms go one step further by enabling computers to learn from and make decisions or predictions based on data. ML comes into play when AI algorithms are not governed by manually crafted rules for every possible input; instead, the algorithms are designed to discern hidden information, patterns, or correlations within data and establish the desired input-output behavior (Jordan and Mitchell 2015). Unlike traditional rule-based methods, ML algorithms are often referred to as “model-based” algorithms. Such approaches have proven powerful across various tasks; thus, modern AI generally refers to ML algorithms or methods incorporating at least one ML algorithm.

For example, ML algorithms can discern the correlation between clinical raw data and various risk factors and treatment prognoses. In this scenario, the input consists of medical and dental records and one or more algorithmic structures (models) without predefined parameters. Instead of relying on preset conditions, the program learns from the data, optimizes the parameters, and evolves into a predictive model. This model can perform classification, regression, clustering, or decision-making tasks. A strong mathematics foundation is typically crucial for designing an effective approximation model.

Deep learning (DL) in the scope of machine learning has emerged as a significant group of algorithms driven by advances in computational power. Inspired by the cognitive systems of biological brains, DL models are crafted to autonomously learn and discover abstract representations from data by training on vast amounts of information. (Goodfellow et al. 2016; LeCun et al. 2015). This learning is facilitated by unique algorithmic structures known as deep artificial neural networks, a series of interconnected layers of nodes, or “neurons,” each performing specific linear and non-linear operations as part of the overarching computation. The term “deep” in deep learning denotes the number of layers within these neural networks. Due to their complex non-linear nature, DL models can approximate nearly all algorithms by adjusting algorithmic parameters based on given data. Consequently, it has successfully processed unstructured data such as images, videos, and texts.

For instance, in a medical image recognition task, the inputs are typically clinical images paired with their corresponding diagnoses, known as “labels.” When an image is introduced into the network, it traverses multiple layers, each identifying distinct features or patterns. This neural network can be envisioned as a sophisticated algorithm that processes image features progressively, layer by layer. The initial layer might recognize basic features like edges and curves. The next discerns more intricate shapes formed by these foundational elements, such as circles or squares. Subsequent layers can then identify combinations of these shapes that form specific patterns. The terminal layers consolidate the information from all preceding layers to interpret these features, ultimately determining the content of the image. Possible output can be the classification or interpretation of various pathological or radiological patterns.

Regardless of the specific subgroups of AI approaches (AI/ML/DL), their primary purpose remains to approximate real-world situations and observed data through statistical and mathematical techniques. In summary, AI encompasses all methodologies that employ computer programs to address problems. Traditional algorithms, which are hand-engineered, rely on predetermined logic, features, and parameters, while machine-learning algorithms adapt and fine-tune these features and parameters based on targeted datasets. When a program incorporates deep neural networks as a component of its algorithm, it is classified as a deep learning program.

Training policies: supervised, unsupervised, and reinforcement learning

As previously outlined, AI can be understood as the algorithmic or mathematical approach designed to simulate real-world problems. Within this context, it is worth introducing a fundamental term used in the AI/ML/DL realm: “training” the algorithm. This refers to the process wherein an algorithm is “trained” to perform a task by optimizing the parameters within its inherent algorithmic structure.

The learning methods can be broadly categorized into three main types – supervised, unsupervised, and reinforcement learning – based on their unique learning processes and use cases (Alloghani et al. 2020). Datasets are also divided for different purposes within a given program. The dataset used in the training phase is termed the “training dataset,” the other portion used to test the algorithms’ efficacy is called the “testing dataset.” The training procedures’ specifics pivot on the model’s learning method.

Supervised learning is similar to learning under the guidance of a teacher or supervisor. This means the correct answers (labels) are provided alongside the data during the learning phase. This approach trains algorithms on datasets, including the inputs and their corresponding labeled outputs. In every training cycle, the parameters are updated with the widely employed backpropagation technique. This technique leverages the gradients or derivatives of the loss function, which quantifies the discrepancy between the predicted output and the actual label. After training sessions, the algorithm discerns the relationship between the inputs and the outputs, allowing it to predict the outcome for new instances (Mahesh, 2015).

For instance, a supervised learning algorithm can be trained on a dataset of dental radiographs. In this scenario each periapical image (the input) comes labeled with a specific dental disease diagnosis (the output). By studying this dataset, the algorithm learns to correlate particular features within the X-ray images with their corresponding diagnoses, thus enabling it to predict diagnoses for new, unlabeled photos.

Unsupervised learning, in contrast, resembles the learning process without explicit guidance or supervision (Hastie et al. 2009). Algorithms are provided with datasets without being labeled. Their primary objectives are to identify underlying patterns and correlations within the data that are therefore suitable for clustering, grouping similar data, and mining associations. Unsupervised learning is also often used to categorize unlabeled data, setting the stage for subsequent supervised learning tasks. In a dental context, unsupervised learning algorithms can be used to analyze datasets of patient records and cluster the patients based on similarities within their records, helping dentists identify patterns or trends in diverse oral health conditions.

Reinforcement learning in unsupervised learning is more like learning through trial-and-error search. Like a child exploring its environment, an agent in reinforcement learning makes decisions and takes action by interacting with its environment (Sutton & Barto, 2018). Each action either results in a reward or a penalty. Without the presence of direct supervision, the agent optimizes its policy or strategy over time in an attempt to maximize the cumulative reward of its actions.

Thanks to its innate ability to perceive and interact with the environment, reinforcement learning has been adopted in multiple real-world interactive decision-making situations. Notable examples include AlphaGo and AlphaZero, which integrated reinforcement learning into their training policies. The realm of autonomous vehicles is another burgeoning field with a fewcommercial applications (Kiran et al. 2021).

Authors

Yu-Ping Huang
Yu-Ping Huang, DDS, is a resident and clinical instructor specializing in Oral and Maxillofacial Radiology at the Faculty of Dentistry, University of Toronto, Canada. He obtained his dental degree from National Yang Ming Chiao Tung University, Taiwan, where he also completed two interdisciplinary diploma programs in Artificial Intelligence and Data Science. He is currently an active member of Canadian and American Academy of Oral and Maxillofacial Radiology (CAOMR/AAOMR).

Alloghani, M, Al-Jumeily, D, Mustafina, J, Hussain, A, and Aljaaf, A J . A systematic review on supervised and unsupervised machine learning algorithms for data science. Supervised and unsupervised learning for data science. 2020; 3–21.

Bechara, B, Alex McMahan, C, Moore, W, Noujeim, M, Teixeira, F, and Geha, H. Cone beam CT scans with and without artefact reduction in root fracture detection of endodontically treated teeth. Dentomaxillofacial Radiology 2013; 42(5):20120245.

Bezerra, I, Neves, F, Vasconcelos, T, Ambrosano, G, and Freitas, D. Influence of the artefact reduction algorithm of picasso trio cbct system on the diagnosis of vertical root fractures in teeth with metal posts. Dentomaxillofacial radiology 2015; 44(6):20140428.

Coelho-Silva, F, Gaêta-Araujo, H, Rosado, L. P. L, Freitas, D. Q, Haiter-Neto, F, and de Azevedo-Vaz, S. L. Distortion or magnification? an in vitro cone-beam ct study of dimensional changes of objects with different compositions. Dentomaxillofacial Radiology 2021; 50(8):20210063.

Farhadian, M, Shokouhi, P, and Torkzaban, P. A decision support system based on support vector machine for diagnosis of periodontal disease. BMC Research Notes 2020; 13:1–6.

Goodfellow, I, Bengio, Y, and Courville, A. Deep learning. MIT Press. 2016

Hastie, T, Tibshirani, R, Friedman, J, Hastie, T, Tibshirani, R, & Friedman, J. Unsupervised learning. The elements of statistical learning: Data mining, inference, and prediction 2009; 485-585.

Holzinger, A, Langs, G, Denk, H, Zatloukal, K, and Müller, H. Causability and explainability of artificial intelligence in medicine. Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery 2019; 9(4):e1312.

Hwang, J.-J, Azernikov, S, Efros, A. A, and Yu, S. X. Learning beyond human expertise with generative models for dental restorations. arXiv preprint arXiv 2018;1804.00064.

Jain, A, Patel, H, Nagalapatti, L, Gupta, N, Mehta, S, Guttula, S, Mujumdar, S, Afzal, S, Sharma Mittal, R, and Munigala, V. Overview and importance of data quality for machine learning tasks. In Proceedings of the 26th ACM SIGKDD international conference on knowledge discovery & data mining 2020; 3561–3562.

Jaskari, J, Sahlsten, J, Järnstedt, J, Mehtonen, H, Karhu, K, Sundqvist, O, Hietanen, A, Varjonen, V, Mattila, V, and Kaski, K. Deep learning method for mandibular canal segmentation in dental cone beam computed tomography volumes. Scientific reports 2020; 10(1):5842.

Jordan, M. I, & Mitchell, T. M. Machine learning: Trends, perspectives, and prospects. Science 2015; 349(6245), 255-260.

Kim, Y.-H, Park, J.-B, Chang, M.-S, Ryu, J.-J, Lim, W. H, and Jung, S.-K. Influence of the depth of the convolutional neural networks on an artificial intelligence model for diagnosis of orthognathic surgery. Journal of Personalized Medicine 2021; 11(5):356.

Kiran, B. R, Sobh, I, Talpaert, V, Mannion, P, Al Sallab, A. A, Yogamani, S, and Pérez, P. Deep reinforcement learning for autonomous driving: A survey. IEEE Transactions on Intelligent Transportation Systems 2021; 23(6):4909–4926.

Kurt Bayrakdar, S, Orhan, K, Bayrakdar, I. S, Bilgir, E, Ezhov, M, Gusarev, M, and Shumilov, E. A deep learning approach for dental implant planning in cone-beam computed tomography images. BMC Medical Imaging 2021; 21(1):86.

LeCun, Y, Bengio, Y, & Hinton, G. Deep learning. Nature 2015; 521(7553), 436-444.

Luo, Y, Tseng, H.-H, Cui, S, Wei, L, Ten Haken, R. K, and El Naqa, I. Balancing accuracy and interpretability of machine learning approaches for radiation treatment outcomes modeling. BJR— Open 2019; 1(1):20190021.

Mahesh, B. Machine learning algorithms-a review. International Journal of Science and Research (IJSR) 2020; 9(1), 381-386.

Mohammad-Rahimi, H, Nadimi, M, Rohban, M. H, Shamsoddin, E, Lee, V. Y, and Motamedian, S. R. Machine learning and orthodontics, current trends and the future opportunities: A scoping review. American Journal of Orthodontics and Dentofacial Orthopedics 2021; 160(2):170–192.

Muresan, M. P, Barbura, A. R, and Nedevschi, S. Teeth detection and dental problem classification in panoramic x-ray images using deep learning and image processing techniques. In 2020 IEEE 16th International Conference on Intelligent Computer Communication and Processing (ICCP) 2020; 457–463.

Naik, N, Hameed, B, Shetty, D. K, Swain, D, Shah, M, Paul, R, Aggarwal, K, Ibrahim, S, Patil, V, Smriti, K, et al. Legal and ethical consideration in artificial intelligence in healthcare: who takes responsibility? Frontiers in surgery 2022; 9:266.

Suhail, Y, Upadhyay, M, Chhibber, A, and Kshitiz. Machine learning for the diagnosis of orthodontic extractions: a computational analysis using ensemble learning. Bioengineering 2020; 7(2):55.

Sutton, R. S. and Barto, A. G. Reinforcement learning: An introduction. MIT Press 2018.

Vandenberghe, B, Jacobs, R, and Bosmans, H. Modern dental imaging: a review of the current technology and clinical applications in dental practice. European radiology 2010; 20:2637–2655.

Research

My life beyond research: Sıla İşler

In this new feature the ITI Blog takes a 360° look at the personal and professional lives of individual researchers who have received ITI funding. In this issue, we interview Dr. Sıla İşler. Originally from Turkey, she is currently a post-doctoral researcher at the University of Bern, Switzerland.

Read More »
Clinical insights

Diabetes and implantology

This article aims to clarify some essential information on Diabetes Mellitus patient care by synthesizing the available guidelines and scientific papers to help in decision-making in some instances.

Read More »
ITI World Symposium 2024

ITI World Symposium 2024

Early bird ends Dec 1st, 2023

Register now and save up to USD 250!