TWI807809B - System, computer program and computer-readable medium for assisting in the recognition of periodontitis and dental caries by using the convolutional neural network of deep learning - Google Patents

System, computer program and computer-readable medium for assisting in the recognition of periodontitis and dental caries by using the convolutional neural network of deep learning Download PDF

Info

Publication number
TWI807809B
TWI807809B TW111116870A TW111116870A TWI807809B TW I807809 B TWI807809 B TW I807809B TW 111116870 A TW111116870 A TW 111116870A TW 111116870 A TW111116870 A TW 111116870A TW I807809 B TWI807809 B TW I807809B
Authority
TW
Taiwan
Prior art keywords
tooth
image
images
periodontal disease
dental caries
Prior art date
Application number
TW111116870A
Other languages
Chinese (zh)
Other versions
TW202345090A (en
Inventor
陳明進
楊哲旻
蘇鼎堯
陳美娟
翁若敏
Original Assignee
國立東華大學
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 國立東華大學 filed Critical 國立東華大學
Priority to TW111116870A priority Critical patent/TWI807809B/en
Application granted granted Critical
Publication of TWI807809B publication Critical patent/TWI807809B/en
Publication of TW202345090A publication Critical patent/TW202345090A/en

Links

Landscapes

  • Image Analysis (AREA)
  • Apparatus For Radiation Diagnosis (AREA)
  • Image Processing (AREA)

Abstract

The present invention relates to a system, a computer program, and a computer-readable medium for assisting in the recognition of periodontitis and dental caries by using a convolutional neural network of deep learning. A plurality of single-tooth images retrieved from periapical x-ray images are stored in a database, in which the plurality of single-tooth images are classified into normal-tooth images, periodontal disease images, dental caries images, and the composite of periodontal disease and dental caries images by normal-tooth label, a periodontal disease label, and a dental caries label. A computer is installed with an image processing module, a convolutional neural network with an attention model of deep learning. The computer performs resizing and dada augmentation on the plurality of single-tooth images, uses the image processing module to enhance features of the plurality of single-tooth images, and then inputs the processed images to the convolutional neural network of deep learning for training; moreover, the attention model is utilized to enhance the weight distribution so that a multi-label classification model for assisting in recognition of periodontitis and dental caries is obtained. The multi-label classification model serves to recognize a to-be-detected single-tooth image retrieved from a periapical x-ray image and to classify it as the normal-tooth image, the periodontal disease image, the dental caries image, or the composite of periodontal disease and dental caries image, thereby assisting in determing the health status of teeth.

Description

利用深度學習之卷積神經網路輔助辨識牙周病及齲齒之系 統、電腦程式及電腦可讀取媒體 Using deep learning convolutional neural network to assist in the identification of periodontal disease and dental caries systems, computer programs and computer readable media

本發明係有關於一種利用深度學習之卷積神經網路輔助辨識牙周病及齲齒之系統、電腦程式及電腦可讀取媒體,特別是指將數據資料庫中自根尖X光影像取得的複數單顆牙齒X光影像結合影像處理模組、深度學習之卷積神經網路及注意力模型而建立牙周病及齲齒輔助辨識之多標籤分類模型的發明,藉以輔助檢測牙齒健康狀態。 The present invention relates to a system, a computer program, and a computer-readable medium for assisting the identification of periodontal disease and dental caries using deep learning convolutional neural networks, and in particular refers to the invention of combining multiple single tooth X-ray images obtained from apical X-ray images in a data database with an image processing module, deep learning convolutional neural networks, and an attention model to establish a multi-label classification model for assisting identification of periodontal disease and dental caries, so as to assist in the detection of dental health status.

牙齒保健是維持全身健康的重要基石,最常見的二大疾病為牙周病與齲齒。其中,X光影像輻射程度相對較低且可立即獲得,因此在醫院與牙科診所常使用數位X光影像來輔助診斷及治療。 Dental health is an important cornerstone of maintaining overall health. The two most common diseases are periodontal disease and dental caries. Among them, the radiation level of X-ray images is relatively low and can be obtained immediately. Therefore, digital X-ray images are often used in hospitals and dental clinics to assist diagnosis and treatment.

近年來人工智慧發展非常迅速,其中卷積神經網路(Convolutional Neural Network,CNN)在影像分類任務中是最重要的模型之一。近期深度學習的快速演進,出現許多CNN經典網路架構,如AlexNet、GoogLeNet、VGG、ResNet等神經網路,在電腦視覺領域獲得了成功的應用,其中醫療上也有不少的應用案例與研究文獻,例如以深度學習應用在牙科X光影像的輔助辨識。 In recent years, artificial intelligence has developed very rapidly, among which Convolutional Neural Network (CNN) is one of the most important models in image classification tasks. With the recent rapid evolution of deep learning, many classic CNN network architectures have emerged, such as AlexNet, GoogLeNet, VGG, ResNet and other neural networks, which have been successfully applied in the field of computer vision. Among them, there are also many application cases and research literature in medical treatment, such as the application of deep learning in the auxiliary identification of dental X-ray images.

針對牙周病的檢測例如有以下文獻記載:J.H.Lee等人於2018年提出之文獻「Diagnosis and Prediction of Periodontally Compromised Teeth Using a Deep Learning-based Convolutional Neural Network Algorithm」,係使用根尖X光影像對於前臼齒與臼齒進行檢測,方法為以預訓練的VGGNet 19架構中之16層卷積層取得特徵圖後,透過3層全連接層進行分類,包括健康的牙齒、中度牙周受損牙齒和嚴重牙周受損牙齒共三類。其中,將所取得的根尖X光影像透過旋轉、平移和剪切進行增量,以提高訓練的數量。 For example, the detection of periodontal disease is documented in the following literature: "Diagnosis and Prediction of Periodontally Compromised Teeth Using a Deep Learning-based Convolutional Neural Network Algorithm" proposed by J.H.Lee et al. in 2018, uses X-ray images of root tips to detect premolars and molars. The method is to use 16 of the pre-trained VGGNet 19 framework After the feature map is obtained by the convolutional layer, it is classified through 3 layers of fully connected layers, including healthy teeth, teeth with moderate periodontal damage and teeth with severe periodontal damage. Among them, the obtained root tip X-ray images are incremented through rotation, translation and shearing to increase the amount of training.

H.Li等人於2021年提出之文獻「An Interpretable Computer-aided Diagnosis Method for Periodontitis from Panoramic Radiographs」,係以全口X光影像進行牙周病的分類,包括沒有牙周病、輕度牙周病、中度牙周病和嚴重牙周病共四類。方法為使用遮罩區域卷積神經網路(Mask Region-Based Convolutional Neural Networks)為基礎之模型進行牙齒的切割及編號,並計算齒槽骨流失之特徵以極限梯度提升(eXtreme Gradient Boosting,XGBoost)之機器學習方法進行整張全口X光影像的預測。 The document "An Interpretable Computer-aided Diagnosis Method for Periodontitis from Panoramic Radiographs" proposed by H.Li et al. in 2021 uses full-mouth X-ray images to classify periodontal disease, including four categories: no periodontal disease, mild periodontal disease, moderate periodontitis, and severe periodontitis. The method is to use the model based on Mask Region-Based Convolutional Neural Networks (Mask Region-Based Convolutional Neural Networks) to cut and number the teeth, and calculate the characteristics of alveolar bone loss. The machine learning method of eXtreme Gradient Boosting (XGBoost) is used to predict the whole mouth X-ray image.

上述文獻揭露了可將根尖或全口X光影像,以卷積神經網路或機器學習訓練,以對牙周病進行人工智慧辨識。 The above literature discloses that root tip or full-mouth X-ray images can be trained with convolutional neural network or machine learning to identify periodontal disease with artificial intelligence.

針對齲齒的檢測例如有以下文獻記載:J.H.Lee等人於2018年提出之文獻「Detection and Diagnosis of Dental Caries Using a Deep Learning-based Convolutional Neural Network Algorithm」,係將所取得的根尖X光影像對於前臼齒與臼齒進行檢測,使用預訓練的GoogLeNet進行轉移學習,結果為是否為齲齒的二分類,其中透過旋轉、 平移、縮放、剪切和水平翻轉進行增量,隨機增加10倍的資料量來讓預測更準確。 Testing for dental caries, such as the following documents: J.H.Lee et al. "Detection and Diagnosis of Dental Caries USing a Deep Learning-Based CONVORAL Network Algorithm", The base X -ray image obtained was detected to the front molars and molars, and the pre -trained Googlenet was transferred to the transfer learning. Incremental translation, zooming, shearing and horizontal flipping randomly increases the amount of data by 10 times to make predictions more accurate.

V.Geetha等人於2020年提出之文獻「Dental Caries Diagnosis in Digital Radiographs Using Back-propagation Neural Network」,係將根尖X光影像進行齲齒的二分類,使用拉普拉斯濾波器(Laplacian Filter)與自適應臨界值(Adaptive Thresholding)等影像處理進行特徵提取,再利用神經網路進行分類。 The document "Dental Caries Diagnosis in Digital Radiographs Using Back-propagation Neural Network" proposed by V.Geetha et al. in 2020 is to classify dental caries from apical X-ray images, use Laplacian Filter and adaptive threshold (Adaptive Thresholding) image processing for feature extraction, and then use neural network for classification.

上述文獻揭露了可將根尖X光影像或使用影像處理後,再以卷積神經網路或神經網路學習,以對齲齒進行人工智慧辨識。 The above-mentioned literature discloses that root tip X-ray images can be processed by using convolutional neural network or neural network after image processing, so as to identify dental caries with artificial intelligence.

對於根尖X光影像的影像處理,P.Pandey等人於2017年提出之文獻「Automatic Image Processing Based Dental Image Analysis Using Automatic Gaussian Fitting Energy and Level Sets」,係利用對比限制自適應直方圖均化(Contrast Limited Adaptive Histogram Equalization,CLAHE)與雙邊濾波器(Bilateral Filter)作為影像切割之前處理,以利後續的影像切割與分析。 For image processing of root tip X-ray images, the document "Automatic Image Processing Based Dental Image Analysis Using Automatic Gaussian Fitting Energy and Level Sets" proposed by P. Pandey et al. Image processing before cutting to facilitate subsequent image cutting and analysis.

參閱中國專利第CN202110360226.2號「基於深度學習及注意力機制的全景片齲齒深度識別方法」,揭露了使用包含注意力機制的深度學習模型,實現口腔全景片中不同病變時期的齲齒分類。 Refer to Chinese Patent No. CN202110360226.2 "Method for Recognition of Caries Depth in Panoramic Films Based on Deep Learning and Attention Mechanism", which discloses the use of a deep learning model including attention mechanism to realize caries classification in different stages of oral panoramas.

有別於上述前案,本發明提出一種利用深度學習之卷積神經網路同時輔助辨識牙周病及齲齒之系統,準確地輔助牙醫師判別病患的牙齒健康狀況,進一步並可輔助同時辨識牙周病及齲齒的複合病癥。 Different from the above-mentioned previous proposals, the present invention proposes a system that utilizes deep learning convolutional neural networks to simultaneously assist in the identification of periodontal disease and dental caries.

本發明之系統包括有:一數據資料庫,儲存有複數自根尖X光影像取得的單顆牙齒X光影像,使用正常、牙周病及齲齒三種標籤將上述單顆牙 齒X光影像分類成正常牙齒影像、牙周病牙齒影像、齲齒牙齒影像及牙周病/齲齒複合牙齒影像四種情況。一電腦,連結該數據資料庫,該電腦安裝有一影像處理模組、深度學習之一卷積神經網路及一注意力模型。 The system of the present invention includes: a data database, which stores a plurality of single tooth X-ray images obtained from apical X-ray images, and uses three labels of normal, periodontal disease and dental caries to classify the above-mentioned single tooth Tooth X-ray images are classified into four types: normal tooth images, periodontal disease tooth images, carious tooth images, and periodontal disease/caries composite tooth images. A computer is connected to the data database, and the computer is installed with an image processing module, a deep learning convolutional neural network, and an attention model.

該電腦取得上述單顆牙齒X光影像,先進行調整大小和增量,再透過該影像處理模組將上述單顆牙齒X光影像進行影像處理,以強化上述單顆牙齒X光影像的特徵,之後輸入該卷積神經網路進行訓練,並使用該注意力模型加強權重分配,而獲得一牙周病及齲齒輔助辨識之多標籤分類模型。輸入一根尖X光影像至該電腦,經由框選該根尖X光影像並調整大小而獲得一待檢測單顆牙齒X光影像,透過該影像處理模組將上述待檢測單顆牙齒X光影像進行影像處理,再以該牙周病及齲齒輔助辨識之多標籤分類模型辨識該待檢測單顆牙齒X光影像歸類於該正常牙齒影像、該牙周病牙齒影像、該齲齒牙齒影像或該牙周病/齲齒複合牙齒影像之任一。 The computer obtains the X-ray image of the single tooth, first adjusts the size and increment, and then processes the X-ray image of the single tooth through the image processing module to enhance the characteristics of the X-ray image of the single tooth, and then inputs the convolutional neural network for training, and uses the attention model to strengthen the weight distribution to obtain a multi-label classification model for periodontal disease and dental caries assisted identification. Input an X-ray image of an apex to the computer, select the X-ray image of the root apex and resize it to obtain an X-ray image of a single tooth to be detected, process the X-ray image of the single tooth to be detected through the image processing module, and then use the multi-label classification model for the auxiliary identification of periodontal disease and dental caries to identify the X-ray image of the single tooth to be detected as any one of the normal tooth image, the periodontal disease tooth image, the carious tooth image or the periodontal disease/caries composite tooth image.

進一步,該卷積神經網路係殘差網路模型。 Further, the convolutional neural network is a residual network model.

進一步,該電腦將上述單顆牙齒X光影像調整影像大小至100×100並進行增量處理,使上述單顆牙齒X光影像之牙周病牙齒影像、齲齒牙齒影像及牙周病/齲齒複合牙齒影像於輸入該卷積神經網路的影像數量一致,所述增量處理例如將上述單顆牙齒X光影像旋轉90度、旋轉180度、旋轉270度、水平翻轉或垂直翻轉之任一或組合。更進一步,上述單顆牙齒X光影像之正常牙齒影像於輸入該卷積神經網路的數量為上述牙周病牙齒影像、齲齒牙齒影像及牙周病/齲齒複合牙齒影像的2倍。 Further, the computer adjusts the image size of the above-mentioned single tooth X-ray image to 100×100 and performs incremental processing, so that the above-mentioned single tooth X-ray image of the periodontal disease tooth image, carious tooth image and periodontal disease/carious composite tooth image are consistent in the number of images input to the convolutional neural network. The incremental processing is, for example, any or a combination of the above-mentioned single tooth X-ray image rotation 90 degrees, 180 degrees, 270 degrees, horizontal flip or vertical flip. Furthermore, the number of normal tooth images of the above-mentioned single tooth X-ray image input to the convolutional neural network is twice that of the above-mentioned periodontal disease tooth images, dental caries tooth images, and periodontal disease/caries composite tooth images.

進一步,該影像處理模組包括對比限制自適應直方圖均化及雙邊濾波器;上述單顆牙齒X光影像有三種影像處理結果:該對比限制自適應直方 圖均化處理之結果、該雙邊濾波器處理之結果和先由該對比限制自適應直方圖均化進行影像處理以增強對比度再由該雙邊濾波器再次進行影像處理以降低雜訊並保留增強後的影像邊緣之結果。 Further, the image processing module includes contrast-limited adaptive histogram averaging and a bilateral filter; the above-mentioned single tooth X-ray image has three image processing results: the contrast-limited adaptive histogram The result of image averaging processing, the result of the bilateral filter processing, and the result of image processing first performed by the contrast-limited adaptive histogram averaging to enhance contrast, and then image processing is performed again by the bilateral filter to reduce noise and preserve the enhanced image edge.

本發明再提供一種電腦程式,用於安裝在前述利用深度學習之卷積神經網路輔助辨識牙周病及齲齒之系統。 The present invention further provides a computer program for being installed in the aforementioned system using deep learning convolutional neural network to assist in identifying periodontal disease and dental caries.

本發明再提供一種電腦可讀取媒體,係儲存有前述電腦程式。 The present invention further provides a computer-readable medium storing the aforementioned computer program.

根據上述技術特徵可達成以下功效: According to the above-mentioned technical features, the following effects can be achieved:

1.本發明之系統所建立的牙周病及齲齒輔助辨識之多標籤分類模型於進行影像訓練前,將所述單顆牙齒X光影像進行調整大小及增量處理,使上述牙周病牙齒影像、齲齒牙齒影像及牙周病/齲齒複合牙齒影像於輸入該卷積神經網路的影像數量能夠一致,避免影像數量不一致而導致深度學習之預測能力下降。 1. The multi-label classification model for periodontal disease and dental caries assisted identification established by the system of the present invention resizes and incrementally processes the single tooth X-ray image before performing image training, so that the above-mentioned periodontal disease tooth image, dental caries tooth image and periodontal disease/dental caries composite tooth image can be consistent in the number of images input to the convolutional neural network, avoiding the inconsistency of the number of images that leads to the decline in the predictive ability of deep learning.

2.本發明之系統所建立的牙周病及齲齒輔助辨識之多標籤分類模型於進行影像訓練時係結合影像處理模組、深度學習之卷積神經網路及注意力模型。所述影像處理模組使用對比限制自適應直方圖均化進行影像處理以增強局部對比度、使用雙邊濾波器進行影像處理以保留影像邊緣,且分別由該對比限制自適應直方圖均化、該雙邊濾波器、依序結合對比限制自適應直方圖均化與雙邊濾波器獲得三種處理後之影像進行訓練;所述注意力模型則可加強影像特徵之權重分配,以增強卷積神經網路的學習效能。實際進行人工智慧檢測時,能有效提升檢測結果之敏感度、特異度、準確度及精確度等預測效能。 2. The multi-label classification model for periodontal disease and dental caries assisted identification established by the system of the present invention combines image processing modules, deep learning convolutional neural networks and attention models during image training. The image processing module uses contrast-limited adaptive histogram averaging for image processing to enhance local contrast, uses a bilateral filter for image processing to preserve image edges, and respectively obtains three processed images from the contrast-limited adaptive histogram averaging, the bilateral filter, and sequentially combining the contrast-limited adaptive histogram averaging and the bilateral filter for training; the attention model can strengthen the weight distribution of image features to enhance the learning performance of the convolutional neural network. When actually performing artificial intelligence detection, it can effectively improve the prediction performance of the detection results such as sensitivity, specificity, accuracy and precision.

3.本發明使用單一牙周病及齲齒輔助辨識之多標籤分類模型便可同時針對牙周病及齲齒進行檢測,不需要針對牙周病及齲齒各自建立獨立的模型,可減少軟硬體的負擔。 3. The present invention uses a single multi-label classification model for periodontal disease and dental caries assisted identification to detect periodontal disease and dental caries at the same time. It does not need to establish independent models for periodontal disease and dental caries, which can reduce the burden on software and hardware.

4.利用本發明深度學習之卷積神經網路輔助辨識牙周病及齲齒之系統,可對病患之牙齒進行初步篩檢,能讓醫療資源不足地區的民眾不需要耗費許多往返醫院診所的時間與金錢成本,亦能定期檢查牙齒,維持口腔健康,另篩檢結果可以協助醫療決策單位調查醫療需求,規劃醫療人力,縮減城鄉差距。 4. Using the deep learning convolutional neural network of the present invention to assist in the identification of periodontal disease and dental caries, the system can conduct preliminary screening of the patient's teeth, allowing people in areas with insufficient medical resources to spend a lot of time and money going to and from hospitals and clinics, and can also regularly check their teeth to maintain oral health. In addition, the screening results can assist medical decision-making units to investigate medical needs, plan medical manpower, and reduce the gap between urban and rural areas.

1:數據資料庫 1: Data database

2:電腦 2: computer

21:影像處理模組 21: Image processing module

211:對比限制自適應直方圖均化 211:Contrast-Limited Adaptive Histogram Averaging

212:雙邊濾波器 212: bilateral filter

22:卷積神經網路 22: Convolutional Neural Networks

23:注意力模型 23: Attention Model

24:牙周病及齲齒輔助辨識之多標籤分類模型 24: Multi-label classification model for auxiliary identification of periodontal disease and dental caries

A:單顆牙齒X光影像 A: X-ray image of a single tooth

A1:正常牙齒影像 A1: normal tooth image

A2:牙周病牙齒影像 A2: Periodontal Disease Teeth Imaging

A3:齲齒牙齒影像 A3: Tooth image with caries

A4:牙周病/齲齒複合牙齒影像 A4: Periodontal disease/caries compound tooth image

B:根尖X光影像 B: root tip X-ray image

B1:待檢測單顆牙齒X光影像 B1: X-ray image of a single tooth to be detected

[第一圖]係為本發明實施例之系統架構示意圖。 [The first figure] is a schematic diagram of the system architecture of the embodiment of the present invention.

[第二圖]係為本發明實施例之流程圖。 [The second figure] is a flowchart of an embodiment of the present invention.

[第三圖]係為本發明實施例之模型建立流程示意圖。 [The third figure] is a schematic diagram of the model building process of the embodiment of the present invention.

[第三A圖]係為本發明實施例中,影像處理與深度學習之具體架構圖。 [Third Figure A] is a specific architecture diagram of image processing and deep learning in the embodiment of the present invention.

[第四圖]係為本發明實施例中,經過對比限制自適應直方圖均化、雙邊濾波器、以及依序經過對比限制自適應直方圖均化及雙邊濾波器處理後的單顆牙齒X光影像之比較。 [Figure 4] is a comparison of X-ray images of a single tooth after contrast-limited adaptive histogram averaging, bilateral filtering, and contrast-limiting adaptive histogram averaging and bilateral filtering in an embodiment of the present invention.

[第五圖]係為本發明實施例中,檢測正常牙齒、牙周病、齲齒的混淆矩陣。 [Figure 5] is the confusion matrix for detecting normal teeth, periodontal disease, and dental caries in the embodiment of the present invention.

[第六圖]係為本發明實施例中,檢測正常牙齒、牙周病、齲齒的ROC曲線。 [Figure 6] is the ROC curve for detecting normal teeth, periodontal disease and dental caries in the embodiment of the present invention.

[第七圖]係為本發明實施例中,檢測正常牙齒、牙周病、齲齒的PR曲線。 [Figure 7] is the PR curve for detecting normal teeth, periodontal disease and dental caries in the embodiment of the present invention.

綜合上述技術特徵,本發明利用深度學習之卷積神經網路輔助辨識牙周病及齲齒之系統、電腦程式及電腦可讀取媒體的主要功效將可於下述實施例清楚呈現。 Based on the above technical features, the main functions of the system, computer program and computer-readable media of the present invention for assisting identification of periodontal disease and dental caries using deep learning convolutional neural network will be clearly presented in the following embodiments.

參閱第一圖及第二圖所示,本實施例之系統包括:一數據資料庫1,儲存有複數單顆牙齒X光影像A,使用正常、牙周病及齲齒三種標籤將上述單顆牙齒X光影像A分類成一正常牙齒影像A1、一牙周病牙齒影像A2、一齲齒牙齒影像A3及一牙周病/齲齒複合牙齒影像A4。一電腦2,連結該數據資料庫1,該電腦安裝有一影像處理模組21、深度學習之一卷積神經網路22及一注意力模型23。該電腦2將上述單顆牙齒X光影像A經過調整大小及增量後,透過該影像處理模組21進行影像處理,以強化上述單顆牙齒X光影像A的特徵,再輸入該卷積神經網路22進行訓練,並使用該注意力模型23加強權重分配,而獲得一牙周病及齲齒輔助辨識之多標籤分類模型24,該牙周病及齲齒輔助辨識之多標籤分類模型24能夠用於後續對根尖X光影像進行牙周病及齲齒等之分類。 As shown in the first and second figures, the system of this embodiment includes: a data database 1 storing a plurality of single tooth X-ray images A, using three labels of normal, periodontal disease and caries to classify the above single tooth X-ray images A into a normal tooth image A1, a periodontal disease tooth image A2, a carious tooth image A3 and a periodontal disease/caries composite tooth image A4. A computer 2 is connected to the data database 1, and the computer is equipped with an image processing module 21, a deep learning convolutional neural network 22 and an attention model 23. The computer 2 adjusts the size and increment of the single tooth X-ray image A, and performs image processing through the image processing module 21 to enhance the characteristics of the single tooth X-ray image A, and then inputs the convolutional neural network 22 for training, and uses the attention model 23 to strengthen weight distribution, and obtains a multi-label classification model 24 for periodontal disease and dental caries auxiliary identification. of classification.

參閱第一圖至第三A圖所示,本實施例使用1139張根尖X光影像,每張根尖X光影像皆經由牙醫師診斷與標註之後進行框選而獲得所述單顆牙齒X光影像A。試驗時,該電腦2將上述單顆牙齒X光影像A調整影像大小至100×100,接著進行增量處理,例如將上述單顆牙齒X光影像A旋轉90度、旋轉180度、旋轉270度、水平翻轉或垂直翻轉,並隨機選取增量後之影像,以解決資料分布不平均的問題,使本實施例將上述牙周病牙齒影像A2、齲齒牙齒影像 A3及牙周病/齲齒複合牙齒影像A4輸入該卷積神經網路22的影像數量能夠一致,而上述正常牙齒影像A1於輸入該卷積神經網路22的數量在本實施例為上述牙周病牙齒影像A2、齲齒牙齒影像A3及牙周病/齲齒複合牙齒影像A4的2倍,藉此避免影像數量不一致而導致深度學習之預測能力下降。具體的,本實施例輸入該卷積神經網路22之訓練集共8000張、驗證集共2000張、測試集共1000張;在訓練集中,上述正常牙齒影像A1有3200張,上述牙周病牙齒影像A2、齲齒牙齒影像A3及牙周病/齲齒複合牙齒影像A4各1600張;在驗證集中,上述正常牙齒影像A1有800張,上述牙周病牙齒影像A2、齲齒牙齒影像A3及牙周病/齲齒複合牙齒影像A4各400張;在測試集中,上述正常牙齒影像A1有400張,上述牙周病牙齒影像A2、齲齒牙齒影像A3及牙周病/齲齒複合牙齒影像A4各200張。該電腦2取得上述單顆牙齒X光影像A後,透過該影像處理模組21將上述單顆牙齒X光影像A進行影像處理,以強化上述單顆牙齒X光影像A的特徵。具體的,該影像處理模組21包括一對比限制自適應直方圖均化211及一雙邊濾波器212;上述單顆牙齒X光影像A分別由該對比限制自適應直方圖均化211、該雙邊濾波器212、依序結合該對比限制自適應直方圖均化211與該雙邊濾波器212進行影像處理獲得三種處理後之影像。 Referring to Figures 1 to 3 A, in this embodiment, 1139 root-apical X-ray images are used, and each root-apical X-ray image is framed after being diagnosed and marked by a dentist to obtain the X-ray image A of a single tooth. During the test, the computer 2 adjusted the image size of the above-mentioned single tooth X-ray image A to 100×100, and then performed incremental processing, such as rotating the above-mentioned single tooth X-ray image A by 90 degrees, 180 degrees, 270 degrees, horizontal flip or vertical flip, and randomly selected the incremental image to solve the problem of uneven data distribution. In this embodiment, the above-mentioned periodontal disease tooth image A2, caries tooth image The number of images input to the convolutional neural network 22 of A3 and periodontal disease/caries composite tooth image A4 can be consistent, and the number of the above-mentioned normal tooth image A1 input to the convolutional neural network 22 is twice that of the above-mentioned periodontal disease tooth image A2, caries tooth image A3 and periodontal disease/caries composite tooth image A4, thereby avoiding the inconsistency of the number of images and causing the decline in the prediction ability of deep learning. Specifically, in this embodiment, the convolutional neural network 22 is input with a total of 8000 training sets, a total of 2000 verification sets, and a total of 1000 test sets; in the training set, there are 3200 normal tooth images A1, 1600 each of the periodontal disease tooth image A2, carious tooth image A3, and periodontal disease/carious composite tooth image A4; There are 400 images of image A3 and composite tooth image A4 with periodontal disease/dental caries; in the test set, there are 400 images of normal teeth mentioned above A1, and 200 images of teeth with periodontal disease A2, dental caries A3 and composite teeth with periodontal disease/caries A4. After the computer 2 obtains the X-ray image A of the single tooth, it processes the X-ray image A of the single tooth through the image processing module 21 to enhance the features of the X-ray image A of the single tooth. Specifically, the image processing module 21 includes a contrast-limited adaptive histogram averaging 211 and a bilateral filter 212; the above-mentioned single tooth X-ray image A is respectively processed by the contrast-limited adaptive histogram averaging 211, the bilateral filter 212, and sequentially combined with the contrast-limited adaptive histogram averaging 211 and the bilateral filter 212 to obtain three processed images.

將上述單顆牙齒X光影像A經上述影像處理模組21之三種影像處理後輸入該卷積神經網路22進行訓練,並使用該注意力模型23改良該卷積神經網路22而加強權重分配,藉以獲得一牙周病及齲齒輔助辨識之多標籤分類模型24,其中本實施例該卷積神經網路22使用殘差網路模型,並透過該注意力模型23調整經前述殘差網路模型產生之特徵圖的各個像素的權重,因此能夠加強該卷積神經網路22使之關注在重要的像素值上以提升預測效果。 The above single tooth X-ray image A is input to the convolutional neural network 22 for training after the three kinds of image processing of the above image processing module 21, and the attention model 23 is used to improve the convolutional neural network 22 to strengthen the weight distribution, so as to obtain a multi-label classification model 24 for the auxiliary identification of periodontal disease and dental caries. The convolutional neural network 22 is enhanced to focus on important pixel values to improve prediction performance.

實際用於檢測時,輸入病患之一根尖X光影像B至該電腦2,經由框選該根尖X光影像B而獲得一待檢測單顆牙齒X光影像B1並調整影像大小,透過該影像處理模組21將上述待檢測單顆牙齒X光影像B1進行影像處理,再以該牙周病及齲齒輔助辨識之多標籤分類模型24辨識該待檢測單顆牙齒X光影像B1所屬之標籤,透過後處理方式將該牙齒只歸類於四種:該正常牙齒影像A1、該牙周病牙齒影像A2、該齲齒牙齒影像A3或該牙周病/齲齒複合牙齒影像A4之任一,藉此可對病患之牙齒進行初步篩檢,輔助牙醫師判別病患的牙齒健康狀況,並可輔助同時辨識牙周病及齲齒的複合病癥。 When actually used for detection, input a root tip X-ray image B of the patient to the computer 2, obtain an X-ray image B1 of a single tooth to be detected by frame selection of the root tip X-ray image B and adjust the image size, perform image processing on the X-ray image B1 of the single tooth to be detected through the image processing module 21, and then use the multi-label classification model 24 for periodontal disease and dental caries to identify the label of the X-ray image B1 of the single tooth to be detected. Any one of the normal tooth image A1, the periodontal disease tooth image A2, the carious tooth image A3, or the periodontal disease/carious composite tooth image A4 can be used for preliminary screening of the patient's teeth, to assist dentists in identifying the patient's dental health status, and to simultaneously identify the composite disease of periodontal disease and dental caries.

參閱第一圖及第四圖所示,經過該對比限制自適應直方圖均化211處理後的單顆牙齒X光影像A,相較原始的單顆牙齒X光影像A能夠有效的增強局部對比度。經過該雙邊濾波器212處理後的單顆牙齒X光影像A能有效降低影像雜訊,將與病徵較無關的區域模糊化,且保留用來辨識牙周病與齲齒的特徵如牙槽骨流失或牙齒被侵蝕而缺失等外觀邊緣的資訊。本實施例結合上述對比限制自適應直方圖均化211及雙邊濾波器212能夠強化該單顆牙齒X光影像A的對比使牙齒輪廓更加清晰且在保持影像原本的輪廓下降低細節雜訊。 Referring to the first and fourth figures, the single tooth X-ray image A processed by the contrast-limited adaptive histogram averaging 211 can effectively enhance the local contrast compared with the original single tooth X-ray image A. The X-ray image A of a single tooth processed by the bilateral filter 212 can effectively reduce the image noise, blur the areas irrelevant to the symptoms, and retain the information used to identify the characteristics of periodontal disease and dental caries, such as alveolar bone loss or erosion and loss of teeth. This embodiment combines the above-mentioned contrast-limited adaptive histogram averaging 211 and bilateral filter 212 to enhance the contrast of the single tooth X-ray image A to make the outline of the tooth clearer and reduce the detail noise while maintaining the original outline of the image.

參閱第五圖至第七圖所示,計算混淆矩陣(Confusion Matrix),並以準確度(Accuracy)、敏感度(Sensitivity,Recall)、特異度(Specificity)、精確度(Precision)、F1分數(F1Score)、接收者操作特徵曲線(Receiver Operating Characteristic Curve,ROC Curve)和Precision-Recall(PR)曲線來評估上述牙周病及齲齒輔助辨識之多標籤分類模型24的效能。 Refer to the fifth to seventh figures, calculate the confusion matrix (Confusion Matrix), and evaluate it with accuracy (Accuracy), sensitivity (Sensitivity, Recall), specificity (Specificity), precision (Precision), F 1 score (F 1 Score), receiver operating characteristic curve (Receiver Operating Characteristic Curve, ROC Curve) and Precision-Recall (PR) curve The performance of the multi-label classification model24 for the aided identification of periodontal disease and dental caries.

參閱下表一,針對正常牙齒、牙周病、齲齒三個類別平均的敏感度(Sen.)、特異度(Spe.)、準確度(Acc.)、精確度(Pre.)、F1分數、Area Under the ROCCurve(AUROC)和Area Under the PR Curve(AUPR)分別為82.50%、79.89%、80.93%、73.22%、77.58%、89.10%和84.81%。在預測牙周病方面,敏感度、特異度、準確度、AUROC和AUPR分別達到80.00%、80.33%、80.20%、88.00%和83.38%。在預測齲齒方面,敏感度、特異度,準確度、AUROC和AUPR分別達到82.00%、78.83%、80.10%、88.88%和86.36%。 See Table 1 below. The average sensitivity (Sen.), specificity (Spe.), accuracy (Acc.), precision (Pre.), F 1 score, Area Under the ROCCurve (AUROC) and Area Under the PR Curve (AUPR) for normal teeth, periodontal disease, and dental caries are 82.50%, 79.89%, 80.93%, 73.22%, and 77.0%, respectively. 58%, 89.10% and 84.81%. In terms of predicting periodontal disease, the sensitivity, specificity, accuracy, AUROC and AUPR reached 80.00%, 80.33%, 80.20%, 88.00% and 83.38%, respectively. In terms of caries prediction, the sensitivity, specificity, accuracy, AUROC and AUPR reached 82.00%, 78.83%, 80.10%, 88.88% and 86.36%, respectively.

Figure 111116870-A0305-02-0013-1
Figure 111116870-A0305-02-0013-1

參閱下表二至下表四,係該單顆牙齒X光影像A分別使用殘差網路模型(ResNet)、影像處理(IP)結合殘差網路模型(ResNet)、殘差網路模型(ResNet)結合注意力模型(ATT)、影像處理(IP)結合殘差網路模型(ResNet)及注意力模型(ATT)進行處理後,先計算正常牙齒、牙周病及齲齒之混淆矩陣,透過混淆矩陣計算有關正常牙齒檢測、牙周病檢測及齲齒檢測之敏感度(Sen.)、特異度(Spe.)、準確度(Acc.)、精確度(Pre.)、F1分數、AUROC和AUPR。下表五並呈現三者之平均表現。 Refer to Table 2 to Table 4 below. After the single tooth X-ray image A is processed by ResNet, Image Processing (IP) combined with ResNet, ResNet combined with Attention Model (ATT), Image Processing (IP) combined with ResNet and Attention Model (ATT), the confusion matrix of normal teeth, periodontal disease and caries is calculated first, and the normal teeth detection, periodontal disease detection and caries detection are calculated through the confusion matrix. The sensitivity (Sen.), specificity (Spe.), accuracy (Acc.), precision (Pre.), F 1 score, AUROC and AUPR. Table 5 below presents the average performance of the three.

Figure 111116870-A0305-02-0013-2
Figure 111116870-A0305-02-0013-2
Figure 111116870-A0305-02-0014-3
Figure 111116870-A0305-02-0014-3

Figure 111116870-A0305-02-0014-4
Figure 111116870-A0305-02-0014-4

Figure 111116870-A0305-02-0014-5
Figure 111116870-A0305-02-0014-5

表五(平均)

Figure 111116870-A0305-02-0015-6
Table 5 (average)
Figure 111116870-A0305-02-0015-6

根據上述表三,在牙周病之檢測,影像處理或注意力模型皆能改善殘差網路預測的效能,結合二者能進一步提升效能,敏感度從75.00%提升至80.00%,特異度從79.83%提升至80.33%,準確度從77.90%提升至80.20%,精確度從71.26%提升至73.06%,F1分數從73.08%提升至76.37%,AUROC從84.61%提升至88.00%,AUPR從80.56%提升至83.38%。 According to the above Table 3, in the detection of periodontal disease, image processing or attention model can improve the performance of residual network prediction. Combining the two can further improve the performance, the sensitivity is increased from 75.00% to 80.00%, the specificity is increased from 79.83% to 80.33%, the accuracy is increased from 77.90% to 80.20%, the accuracy is increased from 71.26% to 73.06%, and the F1 score is increased from 73.08%. to 76.37%, AUROC increased from 84.61% to 88.00%, and AUPR increased from 80.56% to 83.38%.

根據上述表四,在齲齒之檢測,影像處理或注意力模型皆能改善殘差網路預測的效能,結合二者能進一步提升效能,敏感度從77.00%提升至82.00%,特異度從70.50%提升至78.83%,準確度從73.10%提升至80.10%,精確度從63.51%提升至72.09%,F1分數從69.61%提升至76.73%,AUROC從80.22%提升至88.88%,AUPR從75.57%提升至86.36%。 According to the above table 4, in the detection of dental caries, image processing or attention model can improve the performance of residual network prediction. Combining the two can further improve the performance, the sensitivity is increased from 77.00% to 82.00%, the specificity is increased from 70.50% to 78.83%, the accuracy is increased from 73.10% to 80.10%, the accuracy is increased from 63.51% to 72.09%, and the F1 score is increased from 69.61%. 76.73%, AUROC increased from 80.22% to 88.88%, and AUPR increased from 75.57% to 86.36%.

根據上述表五亦呈現三者之平均效能在加入影像處理或注意力模型皆能得到提升,結合二者能進一步提升效能,敏感度從79.08%提升至82.50%,特異度從76.67%提升至79.89%,準確度從77.63%提升至80.93%,精確度從69.47%提升至73.22%,F1分數從73.91%提升至77.58%,AUROC從84.58%提升至89.10%,AUPR從79.15%提升至84.81%。 According to the above table 5, the average performance of the three can be improved by adding image processing or attention model. Combining the two can further improve the performance, the sensitivity is increased from 79.08% to 82.50%, the specificity is increased from 76.67% to 79.89%, the accuracy is increased from 77.63% to 80.93%, the accuracy is increased from 69.47% to 73.22%, and the F 1 score is increased from 73.91% to 77.5% 8%, AUROC increased from 84.58% to 89.10%, and AUPR increased from 79.15% to 84.81%.

根據上述表二至表五,影像處理較能改善牙周病與齲齒的預測效能,注意力模型能改善正常,牙周病與齲齒的預測效能,並且結合二者能進一步提升效能。 According to the above Tables 2 to 5, image processing can improve the prediction performance of periodontal disease and dental caries, attention model can improve the prediction performance of normal, periodontal disease and dental caries, and the combination of the two can further improve the performance.

綜合上述實施例之說明,當可充分瞭解本發明之操作、使用及本發明產生之功效,惟以上所述實施例僅係為本發明之較佳實施例,當不能以此限定本發明實施之範圍,即依本發明申請專利範圍及發明說明內容所作簡單的等效變化與修飾,皆屬本發明涵蓋之範圍內。 Based on the description of the above-mentioned embodiments, the operation, use and the effects of the present invention can be fully understood, but the above-mentioned embodiments are only preferred embodiments of the present invention, and the scope of the present invention can not be limited with this, that is, simple equivalent changes and modifications made according to the scope of the patent application for the present invention and the contents of the description of the invention are all within the scope of the present invention.

1:數據資料庫 1: Data database

2:電腦 2: computer

21:影像處理模組 21: Image processing module

211:對比限制自適應直方圖均化 211:Contrast-Limited Adaptive Histogram Averaging

212:雙邊濾波器 212: bilateral filter

22:卷積神經網路 22: Convolutional Neural Networks

23:注意力模型 23: Attention Model

24:牙周病及齲齒輔助辨識之多標籤分類模型 24: Multi-label classification model for auxiliary identification of periodontal disease and dental caries

A:單顆牙齒X光影像 A: X-ray image of a single tooth

A1:正常牙齒影像 A1: normal tooth image

A2:牙周病牙齒影像 A2: Periodontal Disease Teeth Imaging

A3:齲齒牙齒影像 A3: Tooth image with caries

A4:牙周病/齲齒複合牙齒影像 A4: Periodontal disease/caries compound tooth image

B:根尖X光影像 B: root tip X-ray image

B1:待檢測單顆牙齒X光影像 B1: X-ray image of a single tooth to be detected

Claims (5)

一種利用深度學習之卷積神經網路輔助辨識牙周病及齲齒之系統,包括有:一數據資料庫,儲存有自根尖X光影像取得的複數單顆牙齒X光影像,使用正常、牙周病及齲齒三種標籤將上述單顆牙齒X光影像分類成正常牙齒影像、牙周病牙齒影像、齲齒牙齒影像及牙周病/齲齒複合牙齒影像四種情況;一電腦,連結該數據資料庫,該電腦安裝有一影像處理模組、深度學習之一卷積神經網路及一注意力模型;該電腦取得上述單顆牙齒X光影像,先進行調整大小和增量,使上述單顆牙齒X光影像之牙周病牙齒影像、齲齒牙齒影像及牙周病/齲齒複合牙齒影像於輸入該卷積神經網路的影像數量一致,而上述單顆牙齒X光影像之正常牙齒影像於輸入該卷積神經網路的數量為上述牙周病牙齒影像、齲齒牙齒影像及牙周病/齲齒複合牙齒影像的2倍,其中,輸入該卷積神經網路之訓練集共8000張、驗證集共2000張、測試集共1000張,在訓練集中,上述正常牙齒影像有3200張,上述牙周病牙齒影像、齲齒牙齒影像及牙周病/齲齒複合牙齒影像各1600張,在驗證集中,上述正常牙齒影像有800張,上述牙周病牙齒影像、齲齒牙齒影像及牙周病/齲齒複合牙齒影像各400張,在測試集中,上述正常牙齒影像有400張,上述牙周病牙齒影像、齲齒牙齒影像及牙周病/齲齒複合牙齒影像各200張;再透過該影像處理模組將上述單顆牙齒X光影像進行影像處理,以強化上述單顆牙齒X光影像的特徵,之後輸入該卷積神經網路進行訓練,並使用該注意力模型加強權重分配,而獲得一牙周病及齲齒輔助辨識之多標籤分類模型,其中,該影像處理模組包括對比限制自適應直方圖均化及雙邊濾波器,上述單顆牙齒X光影像分別由該對比限制自適應直方圖均化、該雙邊濾波器、依序結合該對比限制自適應直方圖 均化與該雙邊濾波器進行影像處理獲得三種處理後之影像後,輸入該卷積神經網路進行訓練,而所述依序結合該對比限制自適應直方圖均化與該雙邊濾波器係上述單顆牙齒X光影像先由該對比限制自適應直方圖均化進行影像處理以增強對比度,再由該雙邊濾波器再次進行影像處理以降低雜訊並保留增強後的影像邊緣;輸入一根尖X光影像至該電腦,經由框選該根尖X光影像並調整大小而獲得一待檢測單顆牙齒X光影像;透過該影像處理模組將上述待檢測單顆牙齒X光影像進行影像處理,再以該牙周病及齲齒輔助辨識之多標籤分類模型辨識該待檢測單顆牙齒X光影像歸類於該正常牙齒影像、該牙周病牙齒影像、該齲齒牙齒影像或該牙周病/齲齒複合牙齒影像之任一。 A system for identifying periodontal disease and dental caries using deep learning convolutional neural networks, including: a data database that stores multiple X-ray images of single teeth obtained from apical X-ray images, using three labels of normal, periodontal disease, and caries to classify the X-ray images of single teeth into four types: normal tooth images, periodontal disease tooth images, carious tooth images, and periodontal disease/dental caries composite tooth images; a computer, which is connected to the data database. Neural network and an attention model; the computer obtains the above-mentioned single tooth X-ray image, first adjusts the size and increment, so that the periodontal disease tooth image, dental caries tooth image and periodontal disease/caries composite tooth image of the above-mentioned single tooth X-ray image are consistent in the number of images input to the convolutional neural network, and the number of normal tooth images of the above-mentioned single tooth X-ray image input to the convolutional neural network is 2 times that of the above-mentioned periodontal disease tooth image, dental caries tooth image, and periodontal disease/caries composite tooth image. There are 8000 training sets, 2000 verification sets and 1000 test sets in the network. In the training set, there are 3200 images of normal teeth, 1600 images of teeth with periodontal disease, 1600 images of teeth with caries, and 1600 images of composite teeth with periodontal disease/caries. 400 images, 200 images of periodontal disease teeth, carious teeth and periodontal disease/caries composite teeth; then image processing of the above single tooth X-ray images through the image processing module to strengthen the characteristics of the above single tooth X-ray images, and then input the convolutional neural network for training, and use the attention model to strengthen the weight distribution, and obtain a multi-label classification model for periodontal disease and dental caries auxiliary identification. X-ray images of teeth are respectively averaged by the contrast-limited adaptive histogram, the bilateral filter, and sequentially combined with the contrast-limited adaptive histogram After image processing by averaging and the bilateral filter to obtain three types of processed images, input the convolutional neural network for training, and sequentially combine the contrast-limited adaptive histogram averaging with the bilateral filter to obtain a single tooth X-ray image. An X-ray image of a tooth; image processing is performed on the X-ray image of the single tooth to be detected through the image processing module, and then the multi-label classification model of the aided identification of periodontal disease and caries is used to identify the X-ray image of the single tooth to be detected into any one of the normal tooth image, the periodontal disease tooth image, the caries tooth image or the periodontal disease/caries composite tooth image. 如請求項1所述之利用深度學習之卷積神經網路輔助辨識牙周病及齲齒之系統,其中,該卷積神經網路係殘差網路模型。 The system for assisting identification of periodontal disease and dental caries using a deep learning convolutional neural network as described in Claim 1, wherein the convolutional neural network is a residual network model. 如請求項1所述之利用深度學習之卷積神經網路輔助辨識牙周病及齲齒之系統,其中,所述增量處理包括將上述單顆牙齒X光影像旋轉90度、旋轉180度、旋轉270度、水平翻轉或垂直翻轉之任一或組合。 The system for identifying periodontal disease and dental caries using deep learning convolutional neural network as described in claim 1, wherein the incremental processing includes any or a combination of rotating the X-ray image of the single tooth by 90 degrees, 180 degrees, 270 degrees, horizontal flip or vertical flip. 一種電腦程式,用於安裝在如請求項1至請求項3任一項所述之利用深度學習之卷積神經網路輔助辨識牙周病及齲齒之系統。 A computer program for being installed in the system for assisting the identification of periodontal disease and dental caries using a deep learning convolutional neural network as described in any one of claim 1 to claim 3. 一種電腦可讀取媒體,係儲存有如請求項4所述之電腦程式。 A computer-readable medium storing the computer program as described in Claim 4.
TW111116870A 2022-05-04 2022-05-04 System, computer program and computer-readable medium for assisting in the recognition of periodontitis and dental caries by using the convolutional neural network of deep learning TWI807809B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
TW111116870A TWI807809B (en) 2022-05-04 2022-05-04 System, computer program and computer-readable medium for assisting in the recognition of periodontitis and dental caries by using the convolutional neural network of deep learning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
TW111116870A TWI807809B (en) 2022-05-04 2022-05-04 System, computer program and computer-readable medium for assisting in the recognition of periodontitis and dental caries by using the convolutional neural network of deep learning

Publications (2)

Publication Number Publication Date
TWI807809B true TWI807809B (en) 2023-07-01
TW202345090A TW202345090A (en) 2023-11-16

Family

ID=88149255

Family Applications (1)

Application Number Title Priority Date Filing Date
TW111116870A TWI807809B (en) 2022-05-04 2022-05-04 System, computer program and computer-readable medium for assisting in the recognition of periodontitis and dental caries by using the convolutional neural network of deep learning

Country Status (1)

Country Link
TW (1) TWI807809B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112037913A (en) * 2020-09-15 2020-12-04 南昌大学 Intelligent periodontitis detection method and system based on convolutional neural network
TWI712396B (en) * 2020-01-16 2020-12-11 中國醫藥大學 Method and system of repairing oral defect model
TW202127368A (en) * 2019-12-23 2021-07-16 南韓商美佳境植牙股份有限公司 Apparatus for automatically converting color of computerized tomography images on oral cavity based on artificial intelligence and driving method thereof
CN113436212A (en) * 2021-06-22 2021-09-24 广西电网有限责任公司南宁供电局 Extraction method for inner contour of circuit breaker static contact meshing state image detection
CN113469987A (en) * 2021-07-13 2021-10-01 山东大学 Dental X-ray image lesion area positioning system based on deep learning

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW202127368A (en) * 2019-12-23 2021-07-16 南韓商美佳境植牙股份有限公司 Apparatus for automatically converting color of computerized tomography images on oral cavity based on artificial intelligence and driving method thereof
TWI712396B (en) * 2020-01-16 2020-12-11 中國醫藥大學 Method and system of repairing oral defect model
CN112037913A (en) * 2020-09-15 2020-12-04 南昌大学 Intelligent periodontitis detection method and system based on convolutional neural network
CN113436212A (en) * 2021-06-22 2021-09-24 广西电网有限责任公司南宁供电局 Extraction method for inner contour of circuit breaker static contact meshing state image detection
CN113469987A (en) * 2021-07-13 2021-10-01 山东大学 Dental X-ray image lesion area positioning system based on deep learning

Also Published As

Publication number Publication date
TW202345090A (en) 2023-11-16

Similar Documents

Publication Publication Date Title
CN102096917B (en) Automatic eliminating method for redundant image data of capsule endoscope
Imak et al. Dental caries detection using score-based multi-input deep convolutional neural network
US10991091B2 (en) System and method for an automated parsing pipeline for anatomical localization and condition classification
US20080172386A1 (en) Automated dental identification system
WO2012128121A1 (en) Diagnosis assistance system utilizing panoramic radiographs, and diagnosis assistance program utilizing panoramic radiographs
CN111369501B (en) Deep learning method for identifying oral squamous cell carcinoma based on visual features
Lin et al. Tooth numbering and condition recognition on dental panoramic radiograph images using CNNs
Caliskan et al. A pilot study of a deep learning approach to submerged primary tooth classification and detection
da Mata Santos et al. Automated Identification of Dental Implants Using Artificial Intelligence.
Megalan Leo et al. Dental caries classification system using deep learning based convolutional neural network
Al Nassan et al. A customized convolutional neural network for dental bitewing images segmentation
Chen et al. Automated Detection System Based on Convolution Neural Networks for Retained Root, Endodontic Treated Teeth, and Implant Recognition on Dental Panoramic Images
Anil et al. Transforming dental caries diagnosis through artificial intelligence-based techniques
Helli et al. Tooth instance segmentation on panoramic dental radiographs using u-nets and morphological processing
AU2021100684A4 (en) DEPCADDX - A MATLAB App for Caries Detection and Diagnosis from Dental X-rays
Yeshua et al. Deep learning for detection and 3D segmentation of maxillofacial bone lesions in cone beam CT
Chen et al. Detection of various dental conditions on dental panoramic radiography using Faster R-CNN
TWI807809B (en) System, computer program and computer-readable medium for assisting in the recognition of periodontitis and dental caries by using the convolutional neural network of deep learning
CN116205925A (en) Tooth occlusion wing tooth caries segmentation method based on improved U-Net network
CN115908361A (en) Method for identifying decayed tooth of oral panoramic film
Jaiswal et al. A cropping algorithm for automatically extracting regions of ınterest from panoramic radiographs based on maxilla and mandible parts
Chandran et al. Segmentation of dental radiograph images
US20220122261A1 (en) Probabilistic Segmentation of Volumetric Images
George et al. Dental radiography analysis and diagnosis using YOLOv8
Padalia et al. An attention u-net for semantic segmentation of dental panoramic X-Ray images