EP4670116A1 - DETERMINATION OF THE SEVERITY OF GINGIVITIS - Google Patents
DETERMINATION OF THE SEVERITY OF GINGIVITISInfo
- Publication number
- EP4670116A1 EP4670116A1 EP24706419.9A EP24706419A EP4670116A1 EP 4670116 A1 EP4670116 A1 EP 4670116A1 EP 24706419 A EP24706419 A EP 24706419A EP 4670116 A1 EP4670116 A1 EP 4670116A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- gum
- colour
- distance
- computer
- gums
- Prior art date
- Legal status (The legal status 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 status listed.)
- Pending
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/0002—Inspection of images, e.g. flaw detection
- G06T7/0012—Biomedical image inspection
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/11—Region-based segmentation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/90—Determination of colour characteristics
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10024—Color image
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20081—Training; Learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20084—Artificial neural networks [ANN]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/30—Subject of image; Context of image processing
- G06T2207/30004—Biomedical image processing
- G06T2207/30036—Dental; Teeth
Definitions
- the subject-matter of the present disclosure relates to computer-implemented methods of determining a severity of gingivitis from an image showing a gum, a computer- implemented method of generating training examples of images of gums, a computer- implemented method of training a machine learning model to segment an image showing a gum to extract the gum from the image, and a transitory, or non-transitory, computer- readable medium.
- Gingivitis is a common early form of gum disease affecting the gingiva, which is the region across the gumline and between the crowns of the teeth. Some common symptoms involve inflammation, swelling and irritation of the gingiva. Typically, there are two types of gingivitis, namely plaque induced gingivitis and non-plaque induced gingival lesions. Plaque is a sticky film of bacteria that accumulates on teeth, if proper oral hygiene is not maintained regularly. In plaque induced gingivitis, plaque forms due to the interaction of starch and sugar in food with the bacteria present in the mouth. The plaque hardens over time to form tartar which accumulates bacteria and acts as a protective shield for the bacteria resulting in irritation along the gum line. Eventually, the untreated irritation can lead to inflammation of gingiva and this symptom is one of the primary causes of gingivitis. Non-plaque induced gingival lesions can result from fungal infections and allergic reaction to certain foreign bodies such as dentures.
- gingivitis The primary cause for development of gingivitis in gums is due to poor oral hygiene.
- a healthy lifestyle involving brushing the teeth twice daily and regular dental check-ups can prevent and in most cases, reverse the ailment.
- the color of healthy gum is typically pale pink, and it is firmly fitted with the teeth.
- the gums of an individual are infected with gingivitis, it turns dusky or dark red color.
- the gums become swollen, tender and bleed on probing or brushing the teeth.
- Gingivitis is also characterized by edema, ulceration and thickening of the gingival tissue. If left untreated, the symptoms can lead to a more serious gum disease called periodontitis and eventual tooth loss.
- Research in gum diseases have shown the bacteria responsible for periodontitis can enter the blood stream through the gum tissue and thereby affects the lungs, heart and other critical organs.
- Gingivitis is diagnosed by examining if there is any inflammation in the gums. The dentist also may inspect the medical history of the patient, including whether the patient is diabetic or addicted to smoking. H.Loe and J.Silness, Periodontal disease in pregnancy I. Prevalence and severity. Acta odontologica scandinavica, 21 (6), 533-551 (1963), describes a gingival index score which indicates the stage or seventy of gingivitis. The score measures the gum health status in a scale of 0-3, with 0 indicating healthy gum and a score of 3 suggesting severe gingivitis characterized by bleeding and edema.
- a Faster R-CNN model is trained to predict whether the distal, middle and mesial regions are inflamed.
- the work of Alalharith et al. has two major drawbacks: a) the Al model predicts gingivitis in a very specific region in the upper gum. The model cannot detect inflammation in other regions of upper and lower gums, b) the Al model cannot predict the stage of gingivitis or severity of inflammation in the gums, which can aid the user to avail appropriate treatment options. A.
- the autoencoder based CNN model is trained to learn the mapping between the input image and ground truth gingivitis segmentation.
- the trained classifier predicts a pixel-wise segmentation of gum regions with gingival inflammation. More specifically, in Figure 2(a), each row shows an image showing a gum sample from a particular individual.
- Figure 2 (b) shows a ground truth label of gum inflammation by a dental expert.
- Figure 2(c) shows an inflamed region predicted by Al model.
- Figure 2 (d) shows prediction errors indicated by TP, FP and FN.
- a computer-implemented method of determining a severity of gingivitis from an image showing a gum comprising: receiving the image showing the gum; for each unit area of the gum, from amongst a plurality of unit areas of the gum, determining a colour; clustering, using a clustering algorithm, the plurality of unit areas according to the respective determined colours; calculating a distance of the colour of each cluster from a reference colour; calculating an overall distance value for the gum based on the distances of each cluster from the reference colour and the respective size of each cluster; and determining a severity of gingivitis based on the overall distance.
- the computer-implemented method further comprises sending the determined severity of gingivitis to a display for displaying the severity of gingivitis to a user.
- the clustering algorithm is a k-means clustering algorithm.
- the calculating a distance of the colour of each cluster from a reference colour comprises: assigning a colour space value to the colour of the cluster; and determining a distance between the colour space value of the colour of the cluster and a colour space value of the reference colour, wherein optionally the colour space values are hexadecimal numbers.
- Using a colour space is a particularly efficient way of labelling the colours for use by the various machine learning algorithms.
- the calculating the distance of the colour of each cluster from a reference colour comprises: calculating a Euclidian distance of the colour of each cluster from the reference colour.
- the Euclidian distance proved to be the most useful in comparing different colours in comparison to other approaches that were attempted.
- each unit area of the plurality of unit areas is a pixel and wherein the determining the colour comprises determining a value of the pixel using a red, green, blue, colour model or a light, red, green, blue, and yellow, colour model.
- the term light may be replaced with lightness to conform to the terminology of a CIELAB colour space. Pixel level unit areas makes colour determination easier and more computationally efficient.
- the computer-implemented method further comprises: prior to determining a colour of each unit area, segmenting the image to extract only the gum using a machine learning model.
- segmenting the image to extract only the gum from the image using the machine learning model comprises: segmenting the image to extract an upper gum region of interest of the gum using a first machine learning model of the machine learning model; and segmenting the image to extract a lower gum region of interest of the gum using a second machine learning model of the machine learning model.
- the computer-implemented method further comprises: filtering the clusters to remove one or more clusters having a distance of the colour from the reference colour that is greater than a threshold distance, wherein the threshold distance corresponds to a colour associated with a healthy gum.
- the computer-implemented method further comprises: determining an overall gingival classification as: severe gingivitis if the overall distance is less than a first threshold distance; moderate gingivitis if the overall distance is greater than the first threshold distance and less than a second threshold distance, where the second threshold distance is greater than the first threshold distance; and mild gingivitis if the overall distance is greater than the second threshold distance and less than a third threshold distance, where the third threshold distance is greater than the second threshold distance.
- a computer-implemented method of generating training examples of images of gums for use in training a machine learning model to segment images of gums to extract gums therefrom comprising: receiving, by a cycle generative adversarial model, a plurality of images labelled as healthy gums, and a plurality of images labelled as gums with gingivitis; training the cycle generative adversarial model to transfer an image of the plurality of images labelled as healthy gums into an image showing a gum with gingivitis using one or more of the plurality of images labelled as gums with gingivitis as a real sample; and storing the transferred images, the received pluralities of images labelled as healthy gums, and gums with gingivitis, as training examples.
- a computer-implemented method of training a machine learning model to segment an image showing a gum to extract the gum from the image comprising: receiving, by the machine learning model, training examples of images of gums; receiving, by the machine learning model, a plurality of gum masks, each gum mask of the plurality of gum masks being paired with a training example of an image showing a gum from the training examples of images of gums; running the machine learning model to generate a gum mask from each image of the plurality of images of gums; and modifying a parameterisation of the machine learning model to reduce an error between the gum masks generated by the machine learning model and the respective paired gum mask.
- the computer-implemented method further comprises: generating the training examples of images of gums using the computer-implemented method of any preceding aspect or embodiment.
- a transitory, or non- transitory, computer-readable medium having instructions stored thereon that when executed by a computer, cause the computer to perform the computer-implemented method of any preceding aspect or embodiment.
- Figures 1 (a) to (c) show images of gums where inflamed and non-inflamed regions are classified using prior art methods
- Figures 2 (a) to (d) shows images of gums where inflamed and non-inflamed regions are classified using prior art methods
- Figure 3 shows a flow chart briefly summarising a training pipeline for predicting gingival index in gums, according to one or more embodiments
- Figure 4 shows another flow chart briefly summarising a method of inference for gingivitis detection, according to one or more embodiments
- Figure 5 shows a flow chart briefly summarising training Al models used in the flow chart of Figure 4, according to one or more embodiments;
- Figure 6 shows several images of gums including healthy and pathological samples from a gum dataset, according to one or more embodiments
- Figure 7(a) shows two images of gums that are genuine healthy samples arranged in a column
- Figure 7(b) shows two images of gums that are synthetic gingivitis gum samples generated by CycleGAN from corresponding healthy gum images in 7(a), according to one or more embodiments;
- Figure 8(a) shows an original image showing a gum
- Figure 8(b) shows a mask of an upper gumline extracted from the original image showing the gum of Figure 8(a)
- Figure 8(c) shows a mask of a lower gumline extracted from the original image showing the gum of Figure 8(c), according to one or more embodiments;
- Figure 9 shows a table showing colour clusters extracted in RGB and LAB colour spaces with k-means clustering, according to one or more embodiments
- Figure 10(a) shows a colour associated with a colour space Hex number #800000
- Figure 10(b) shows a colour associated with a colour space Hex number #FFA093;
- Figure 11 shows a table showing colour clusters extracted in RGB and LAB spaces after colour filtration, according to one or more embodiments
- Figure 12 shows a colour associated with a colour space Hex number #AD1 D1 D;
- Figure 13 shows a gingival index chart, as known from the prior art
- Figure 14 shows a table including gingival thresholds based on distance D (in units) with respect to reference colour #AD1 D1 D, where categories severe, moderate, mild, and normal correspond to the respective gingival status in the gingival index chart of Figure 13, according to one or more embodiments;
- Figure 15 shows a table including gingival index predictions for healthy and pathological samples in RGB space, according to one or more embodiments
- Figure 16 shows a table including gingival index predictions for healthy and pathological samples in LAB space, according to one or more embodiments
- Figure 17 shows a flow chart summarising a computer-implemented method of determining a severity of gingivitis from an image showing a gum, according to one or more embodiments
- Figure 18 shows a flow chart summarising a computer-implemented method of generating training examples of images of gums for use in training a machine learning model to segment images of gums to extract gums therefrom, according to one or more embodiments;
- Figure 19 shows a flow chart summarising a computer-implemented method of training a machine learning model to segment an image showing a gum to extract the gum from the image, according to one or more embodiments; and [50] Figure 20 shows a schematic diagram of a device.
- At least some of the example embodiments described herein may be constructed, partially or wholly, using dedicated special-purpose hardware.
- Terms such as ‘component’, ‘module’ or ‘unit’ used herein may include, but are not limited to, a hardware device, such as circuitry in the form of discrete or integrated components, a Field Programmable Gate Array (FPGA) or Application Specific Integrated Circuit (ASIC), which performs certain tasks or provides the associated functionality.
- FPGA Field Programmable Gate Array
- ASIC Application Specific Integrated Circuit
- the described elements may be configured to reside on a tangible, persistent, addressable storage medium and may be configured to execute on one or more processors.
- These functional elements may in some embodiments include, by way of example, components, such as software components, object-oriented software components, class components and task components, processes, functions, attributes, procedures, subroutines, segments of program code, drivers, firmware, microcode, circuitry, data, databases, data structures, tables, arrays, and variables.
- components such as software components, object-oriented software components, class components and task components, processes, functions, attributes, procedures, subroutines, segments of program code, drivers, firmware, microcode, circuitry, data, databases, data structures, tables, arrays, and variables.
- components such as software components, object-oriented software components, class components and task components, processes, functions, attributes, procedures, subroutines, segments of program code, drivers, firmware, microcode, circuitry, data, databases, data structures, tables, arrays, and variables.
- the methods described herein of training and inference may be provided as instructions stored on a transitory, or non-transitory, computer-readable medium that, when executed by a processor, cause the processor, to perform the corresponding method.
- the methods may thus be computer-implemented methods.
- a hybrid Al method is designed based on state-of-the-art computer vision and unsupervised machine learning algorithms to predict the gingival indices of upper and lower gums of a patient with a high accuracy in one-shot. For predicting the gingival index, the criteria developed by Loe and Silness is followed. A smartphone can be used to capture an image of gums which is then provided to the hybrid Al method for analysis and gingival index prediction.
- a training pipeline includes the following steps. Firstly, a training dataset 20 is provided. Image augmentation using CycleGAN occurs at 22 to balance the dataset. This is because there are many more images of healthy gums available than images of gums with gingivitis. Next, a regional of interest segmentation with DeepLab is identified at 24. At 26, a machine learning module, which may be a clustering algorithm, detects gum inflammation. At 28, a gingival index is predicted.
- One module is an Image Augmentation module 32: Typically, in healthcare datasets, the number of pathological samples is far fewer than healthy samples. Fine-tuned a pretrained CycleGAN Al model on human gum images to augment the dataset with samples in the pathological class. The model generates synthetic pathological samples from genuine healthy gum images which can further enhance the quality of masks predicted by an Al model for more accurate analysis of gingivitis.
- ROI Segmentation module 34 Fine-tuned a pretrained DeepLab Al model for detecting the ROI in the gums.
- the ROI comprises of image pixels representing the gums, across the gumlines and in between the crowns of teeth.
- Another module is a Color Detection module 34: Learn the colors present in the masks of upper and lower gums with k-means clustering algorithm. Healthy gums look pink and firm, while gums with gingivitis tend to be red and swollen.
- Another module is a Color Filtration module 36: Filter colors which have reddish tone in clusters predicted in previous step with an appropriate feature.
- branches in Figure 4 there are two branches in Figure 4. Those branches correspond to performing embodiments of the invention in RGB and LAB colour spaces, as will be described in more detail below.
- Fig. 5 a workflow of training and fine-tuning Al models is shown.
- the workflow of Figure 5 includes receiving pre-trained Al models at 40, fine-tuning the Al models on a custom dataset at 42, saving the best Al models at 44, then using those Al models in production at 46.
- a user gum image is received at 48, and a gingival prediction is made at 50 using the Al models in production at 46.
- an embodiment of the current invention fine-tunes state-of- the-art Al models on a custom human gum dataset for predicting gingival index.
- the gum dataset comprises of 150 publicly available human gum images shared by various medical websites. All images were procured with a web scraper. The dataset is manually prepared to include images from patients in different age groups and socio-demographic backgrounds. Both healthy 52 and pathological 54 samples of different degrees of severity are included in the dataset. However, the dataset is imbalanced with 110 healthy and 40 pathological samples. [69] Some challenges with training Al model on gum dataset are mentioned below.
- Gumlines are not properly visible for accurate analysis and predictions. Environment lighting conditions, particularly dark backgrounds. Light reflected from saliva on gums. Highly unequal number of samples in respective classes. Pathological sample has advanced to periodontitis.
- a generative adversarial network learns to generate new data with approximately the same distribution as the training dataset.
- a GAN trained on original images can generate new synthetic images which a human can find to be authentic.
- a common Al use case in healthcare and medicine is image-to-image translation where the task is to determine the prominent features of one image domain and predict how these features can be translated into another image domain.
- image domains there are primarily two image domains: healthy and pathological. Since healthcare datasets are highly skewed towards the healthy class, Al algorithms for image-to-image translation can be used to generate synthetic pathological samples from genuine healthy image data.
- CycleGAN is a special class of GAN that can perform image-to-image translation in absence of paired images. These models can translate images from one domain to another without the need of a one-to-one mapping between source and target domains.
- a dataset of source and target images (the source and target images need not be correlated) can be used to train CycleGAN.
- the embodiment avails CycleGAN to generate synthetic samples with gingivitis from images in the healthy domain, thus enhancing the size and quality of the gum dataset.
- the original gum dataset comprises of 110 healthy and 40 pathological samples.
- a pretrained CycleGAN e.g. horse2zebra or PyTorch
- Fig. 7a genuine healthy gum samples are shown.
- the corresponding synthetic pathological samples with similar characteristics as genuine gingivitis samples are shown in Fig. 7b.
- region of interest (ROI) mask detection is a computer vision task where an Al model maps each pixel of an image to a specific class.
- Mask detection models is widely used in training Al enabled autonomous vehicles and medical image diagnostics.
- Fig. 8a a sample from the gum dataset is shown while Fig. 8b and Fig. 8c represent the corresponding masks of upper and lower gumlines predicted by an Al model.
- the mask of an object comprises of pixels belonging to the same category or class.
- the original gum dataset is divided into training and validation sets.
- an open-source package by K. Wada Labelme is used to annotate the ROI of upper and lower gumlines in the training and validation sets.
- the Labelme package aids the user to manually annotate the image pixels corresponding to a specific class.
- the original gum dataset is used to fine-tune a pretrained DeepLabv3 PyTorch model with an FCN-ResNet101 backbone for learning the mask of upper gumline 56 in each image.
- a second DeepLab model is trained to learn the mask of lower gumline 58.
- the fine-tuned DeepLab models achieved IOU scores of 0.60 and 0.62 respectively at 0.95 threshold on the validation gum dataset.
- the augmented gum dataset (with synthetic pathological samples generated by CycleGAN) is then used to fine-tune the DeepLab models and improved IOU scores of 0.66 and 0.67 at 0.95 threshold are achieved on the same validation dataset.
- the machine learning models, or mask detection models receive an image showing a gum, and prior, to determining a colour of each unit area, segments the image to extract only the gum.
- the segmenting the image to extract only the gum from the image using the machine learning model may comprise: segmenting the image to extract an upper gum 56 region of interest of the gum using a first machine learning model of the machine learning model; and segmenting the image to extract a lower gum 58 region of interest of the gum using a second machine learning model of the machine learning model.
- the method comprises, for each unit area of the gum, from amongst a plurality of unit areas of the gum, determining a colour.
- Each unit area of the plurality of unit areas may be a pixel wherein the colour of each pixel may be determined by determining a value of a pixel using a red, green, blue (RGB) colour model or a light/lightness, red, green, blue, and yellow, colour model.
- RGB red, green, blue
- the method may also comprise assigning a colour space value to the colour of the cluster, and optionally the colour space values are hexadecimal numbers.
- Color space maps are mathematical functions which projects colors to a co-ordinate space. Since humans have trichromatic color vision with highest sensitivities at red, green and blue wavelengths, most color spaces have three dimensions. The most common color space is RGB or red-green-blue which is used by modem computers and mobile applications to display and store color images.
- CIELAB is another color space where the three channels are luminance (black to white), a (green to red) and b (blue to yellow). The CIELAB color space has been designed to estimate human vision, and it is convenient for predicting small differences in color. For the sake of brevity, CIELAB will hereafter be referred to as LAB.
- K-means clustering is an unsupervised machine learning algorithm which groups n unlabelled observations into k pre-determined clusters.
- a cluster refers to a set of observations aggregated together because of similarity in certain features. Each observation is assigned to a cluster with the nearest mean or cluster center.
- An embodiment of the current invention leverages k-means clustering to detect distinct color tones, present in upper and lower gum masks. The black background color in masks is redundant for gingival index prediction and is removed for further analysis.
- the next step involves setting up appropriate thresholds to extract different shades of healthy and inflamed gums. In Fig. 10, the hex color thresholds or bounds #800000 and #FFA093 are shown. The thresholds guarantee only those color shades within the bounds will be considered for analyzing the gum color shades with k-means clustering.
- the method comprises clustering, using a clustering algorithm, the plurality of unit areas according to the respective determined colours.
- the main objective of k-means clustering algorithm is obtaining color clusters representing different shades of healthy and inflamed gums. Healthy gum colors comprise of varying pink shades and tones, while inflamed gums are represented by red colors of varying shades.
- the next step involves color filtration of healthy gum color clusters from RGB and LAB space pie charts obtained in the previous section. The clusters representing healthy gum colors in upper and lower masks are filtered out from the pie charts obtained in the previous section and the updated pie charts consists of color clusters representing various shades and tones of inflamed gums.
- Several color space features are considered for implementing color filtration with the aim of clearly identifying healthy gum color clusters from their inflamed counterparts in pie charts.
- the redness (R) component of RGB color space ranges from 0 to 255 where the RGB co-ordinates of pure red color is (255, 0, 0).
- the value of R in a hex color code is posited to be a definitive feature for distinguishing between various pink and red shades.
- the redness feature is not optimal since various pink and red color shades can have similar R values.
- the hex color #FF1493 255, 20, 147) with a dark pink shade and hex color #FF0000 (255, 0, 0) which represents pure red colour have same R value.
- the next feature considered is the yellowness of a color cluster.
- pure yellow 255, 255, 0
- CMYK Cyan, Magenta, Yellow, Key
- CMYK Cyan, Magenta, Yellow, Key
- Each of C, M, Y and K components vary between 0% to 100%.
- the Y value is 100% and is posited to be the feature which can distinguish between pink and red shades.
- the yellowness feature could not precisely identify several pink shade color clusters from their red counterparts.
- #F811AB (248, 17, 171) with a pink shade has the same Y value of 30% in CMYK space as the hex color #810835 (129, 8, 53) represented by a variant of red shade.
- HSL is a relative color space and an alternative representation of RGB space.
- HSL refers to hue, saturation, and lightness of a color. The lightness of a color vary from 0 to 1 , with 1 representing the lightest tone and vice versa. Healthy gums often have a light pink shade compared to inflamed gums which have a darker shade. Hence, it is natural to posit that the lightness of a healthy gum should be greater than an inflamed gum. However, the lightness of certain pink color shades can be similar as those of multiple red color shades which makes it unsuitable for distinguishing healthy and inflamed gum colors. For example, hex color #E21 EBD (226, 30, 189) which has a dark pink shade has a lightness of 0.5 which is similar to that of pure red color #FF0000 (255, 0, 0).
- the method may comprise determining a distance between the colour space value of the colour of the cluster and a colour space value of the reference colour.
- a distance-based color feature is considered for distinguishing healthy and inflamed gums.
- the Euclidean distance of a color representing a cluster of interest is computed with respect to a reference color in both RGB and LAB spaces.
- the method comprises calculating a Euclidian distance of the colour of each cluster from the reference colour.
- the reference color considered for the illustrated embodiment is #A91 D1 D as shown in Fig. 12. Willi Geller, a renowned dentist, provided a color chart for detecting gingivitis in gums.
- the hex color codes corresponding to the stage of gingivitis is not mentioned in the chart.
- the hex color code which is closest to an advanced stage of gingivitis gum color as indicated by Willi Geller is #A91 D1 D.
- the hex color #A91 D1 D is considered to represent the gum color of an advanced stage of gingivitis and the predicted severity of all stages of gingivitis is benchmarked against the hex color #A91 D1 D in RGB and LAB spaces.
- the current hex color code benchmark is subjective and alternative benchmarks can be considered that is best suitable for a particular use case.
- the color filtration step removes those clusters in a pie chart that are beyond 80 units and 40 units with respect to the reference color in RGB and LAB spaces. Based on RGB and LAB thresholds, the remaining clusters in a filtered pie chart represent inflamed gum color shades present in gum masks. In Figure 11 , the filtered pie charts with inflamed gum clusters are shown for upper and lower gums in RGB and LAB spaces.
- the method may comprise filtering the clusters to remove one or more clusters having a distance of the colour from the reference colour that is greater than a threshold distance, wherein the threshold distance corresponds to a colour associated with a healthy gum.
- the method comprises calculating an overall distance value for the gum based on the distances of each cluster from the reference colour and the respective size of each cluster, and determining a severity of gingivitis based on the overall distance.
- the gingival index (Gl) score introduced by Loe and Silness is a measure of the stage of gingivitis - normal or healthy, mild, moderate, and severe - as shown in Figure 13.
- the Gl score ranges between 0 and 3, where a score of 0 indicates a healthy gum and a score of 3 indicates severe gingivitis characterised by swelling, inflammation, and bleeding of gums.
- a rule based gingival index classification method in RGB and LAB spaces is proposed in this section.
- the optimal gingival index thresholds for accurately classifying the gingival index of a gum sample is proposed in Figure 14.
- the gingival thresholds for determining the severity of gingivitis can also be treated as hyperparameters.
- the machine learning method of hyperparameter optimization can be leveraged to efficiently learn the gingival thresholds provided the gum dataset is labelled by a domain expert with corresponding gingival indices.
- the color filtration method produces a modified pie chart comprising of inflamed gum color clusters.
- the numerical value representing each cluster indicates the percentage of pixels or area assigned to the particular cluster.
- the numerical value can further be used to determine the fraction of pixels or area in the gum mask assigned to the i-th cluster in the filtered pie chart.
- WAD weighted average distance
- the WAD distance indicates the stage or severity of gingivitis in gums.
- the gingival threshold buckets shown in Figure 14 and the distance WAD are analyzed to determine the severity of gingivitis.
- the WAD distance gives an equal weight to each cluster in the set S irrespective of the score (severe: 3, moderate: 2, mild: 1 and normal: 0) and does not make any distinction between a cluster with a higher score and a cluster with a lower score.
- the gingival score of each individual cluster can be obtained from Figure 14.
- WAD Even a highly localized gum area affected by severe inflammation could be diagnosed with moderate to severe gingivitis which might not be indicated by WAD.
- SWAD weighted average distance
- c t denote the gingival score of the i-th cluster based on the thresholds shown in Figure 14.
- the method may comprise generating a gingival score for each cluster based on the distance.
- the selected weighted average distance is then given by:
- the overall gingival classification may be determined as severe gingivitis if the overall distance is less than a first threshold distance; moderate gingivitis if the overall distance is greater than the first threshold distance and less then a second threshold distance, where the second threshold distance is greater than the first threshold distance; and mild gingivitis if the overall distance is greater than the second threshold distance and less than a third threshold distance, where the third threshold distance is greater than the second threshold distance.
- the method may further comprise sending the determined severity of gingivitis to a display for displaying the severity of gingivitis to a user.
- a display is shown in Figure 20, which has been shown purely for illustrative purposes.
- the display 72 may be part of a mobile device, e.g. a smart phone.
- the device 70 may also include a camera 74, which may be the camera that captured the image used to perform the inference method of determining a level of gingivitis.
- a computer-implemented method of determining a severity of gingivitis from an image showing a gum can be summarised to include the steps of: receiving S100 the image showing the gum; for each unit area of the gum, from amongst a plurality of unit areas of the gum, determining S102 a colour; clustering S104, using a clustering algorithm, the plurality of unit areas according to the respective determined colours; calculating S106 a distance of the colour of each cluster from a reference colour; calculating S108 an overall distance value for the gum based on the distances of each cluster from the reference colour and the respective size of each cluster; and determining S110 a severity of gingivitis based on the overall distance.
- a computer-implemented method of generating training examples of images of gums for use in training a machine learning model to segment images of gums to extract gums therefrom is summarised according to one or more embodiments.
- the computer-implemented method comprises the steps of: receiving S200, by a cycle generative adversarial model, a plurality of images labelled as healthy gums, and a plurality of images labelled as gums with gingivitis; training S202 the cycle generative adversarial model to transfer an image of the plurality of images labelled as healthy gums into an image showing a gum with gingivitis using one or more of the plurality of images labelled as gums with gingivitis as a real sample; and storing S204 the transferred images, the received pluralities of images labelled as healthy gums, and gums with gingivitis, as training examples.
- a computer-implemented method of training a machine learning model to segment an image showing a gum to extract the gum from the image is summarised, according to one or more embodiments as a computer-implemented method comprising: receiving S300, by the machine learning model, training examples of images of gums; receiving S302, by the machine learning model, a plurality of gum masks, each gum mask of the plurality of gum masks being paired with a training example of an image showing a gum from the training examples of images of gums; running S304 the machine learning model to generate a gum mask from each image of the plurality of images of gums; and modifying S306 a parameterisation of the machine learning model to reduce an error between the gum masks generated by the machine learning model and the respective paired gum mask.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- Nuclear Medicine, Radiotherapy & Molecular Imaging (AREA)
- Radiology & Medical Imaging (AREA)
- Quality & Reliability (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US202363447441P | 2023-02-22 | 2023-02-22 | |
| PCT/EP2024/054191 WO2024175551A1 (en) | 2023-02-22 | 2024-02-19 | Determining a severity of gingivitis |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP4670116A1 true EP4670116A1 (en) | 2025-12-31 |
Family
ID=89984608
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP24706419.9A Pending EP4670116A1 (en) | 2023-02-22 | 2024-02-19 | DETERMINATION OF THE SEVERITY OF GINGIVITIS |
Country Status (3)
| Country | Link |
|---|---|
| EP (1) | EP4670116A1 (en) |
| CN (1) | CN120752669A (en) |
| WO (1) | WO2024175551A1 (en) |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20120316421A1 (en) * | 2009-07-07 | 2012-12-13 | The Johns Hopkins University | System and method for automated disease assessment in capsule endoscopy |
| WO2018029276A1 (en) * | 2016-08-09 | 2018-02-15 | Onaria Technologies Ltd. | Method and system for processing an image of the teeth and gums |
-
2024
- 2024-02-19 WO PCT/EP2024/054191 patent/WO2024175551A1/en not_active Ceased
- 2024-02-19 EP EP24706419.9A patent/EP4670116A1/en active Pending
- 2024-02-19 CN CN202480013941.0A patent/CN120752669A/en active Pending
Also Published As
| Publication number | Publication date |
|---|---|
| WO2024175551A1 (en) | 2024-08-29 |
| CN120752669A (en) | 2025-10-03 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Yauney et al. | Automated process incorporating machine learning segmentation and correlation of oral diseases with systemic health | |
| Carrillo‐Perez et al. | Applications of artificial intelligence in dentistry: A comprehensive review | |
| Rana et al. | Automated segmentation of gingival diseases from oral images | |
| CN113011485B (en) | Multi-mode multi-disease long-tail distribution ophthalmic disease classification model training method and device | |
| Odeh et al. | Diabetic retinopathy detection using ensemble machine learning | |
| CN110914835B (en) | Method for modifying retinal fundus image for deep learning model | |
| JP7752348B2 (en) | A program for identifying Hannah lesions | |
| Jaiswal et al. | Study and analysis of an approach towards the classification of tooth wear in dentistry using machine learning technique | |
| Jones et al. | Dental caries detection in children using intraoral scans and deep learning | |
| Liu et al. | Automatic detection and classification of dental fluorosis in vivo using white light and fluorescence imaging | |
| Pereira de Sousa et al. | Age determination on panoramic radiographs using the Kvaal method with the aid of artificial intelligence | |
| CN111150369A (en) | Medical auxiliary equipment, medical auxiliary detection equipment and method | |
| Dong et al. | An automatic methodology for full dentition maturity staging from OPG images using deep learning: Dong et al. | |
| CN113160151A (en) | Panoramic film dental caries depth identification method based on deep learning and attention mechanism | |
| CN120355718B (en) | Oral risk assessment method, system and medium based on image recognition | |
| Sabharwal et al. | Integrating image analysis and dental radiography for periodontal and peri-implant diagnosis | |
| Jaiswal et al. | Classification and prediction of oral diseases in dentistry using an insight from panoramic radiographs and questionnaire | |
| WO2024175551A1 (en) | Determining a severity of gingivitis | |
| Ali et al. | An Explainable Machine Learning Approach for Age and Gender Estimation in Living Individuals Using Dental Biometrics | |
| US12170147B1 (en) | Glaucoma detection and early diagnosis by combined machine learning based risk score generation and feature optimization | |
| Sharma et al. | Prediction of Diabetic Eye Disease in Type 2 Diabetes Using Hybridization of Deep Neural Network-Based Approaches | |
| Singh et al. | Automated Detection and Diagnosis of Bacterial Skin Infections using Deep Learning with Segmentation Techniques | |
| Mahalakshmi et al. | Deep Spectral Learning Features in an Adaptive Dense Net Convolution Neural Network for Macular Degeneration | |
| Koshy et al. | Dental cavity detection using u-netarchitecture | |
| Mehta et al. | YOLOv7 for Dental Caries Detection: Challenges in Small Object Identification |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: UNKNOWN |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20250922 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC ME MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |